Version in base suite: 2.8~git20211027.5741b8f-4 Base version: gosa-plugins-systems_2.8~git20211027.5741b8f-4 Target version: gosa-plugins-systems_2.8~git20211027.5741b8f-4+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/g/gosa-plugins-systems/gosa-plugins-systems_2.8~git20211027.5741b8f-4.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/g/gosa-plugins-systems/gosa-plugins-systems_2.8~git20211027.5741b8f-4+deb12u1.dsc changelog | 9 +++++ patches/1002_fix-dhcp-dns-checkboxes.patch | 44 +++++++++++++++++++++++++++++ patches/series | 1 3 files changed, 54 insertions(+) diff -Nru gosa-plugins-systems-2.8~git20211027.5741b8f/debian/changelog gosa-plugins-systems-2.8~git20211027.5741b8f/debian/changelog --- gosa-plugins-systems-2.8~git20211027.5741b8f/debian/changelog 2023-05-16 21:10:07.000000000 +0000 +++ gosa-plugins-systems-2.8~git20211027.5741b8f/debian/changelog 2023-08-11 07:29:41.000000000 +0000 @@ -1,3 +1,12 @@ +gosa-plugins-systems (2.8~git20211027.5741b8f-4+deb12u1) bookworm; urgency=medium + + [ Guido Berhoerster ] + * debian/patches: + + Add 1002_fix-dhcp-dns-checkboxes.patch fixing checkboxes. (Closes: + #1041619). + + -- Mike Gabriel Fri, 11 Aug 2023 09:29:41 +0200 + gosa-plugins-systems (2.8~git20211027.5741b8f-4) unstable; urgency=medium * debian/control: diff -Nru gosa-plugins-systems-2.8~git20211027.5741b8f/debian/patches/1002_fix-dhcp-dns-checkboxes.patch gosa-plugins-systems-2.8~git20211027.5741b8f/debian/patches/1002_fix-dhcp-dns-checkboxes.patch --- gosa-plugins-systems-2.8~git20211027.5741b8f/debian/patches/1002_fix-dhcp-dns-checkboxes.patch 1970-01-01 00:00:00.000000000 +0000 +++ gosa-plugins-systems-2.8~git20211027.5741b8f/debian/patches/1002_fix-dhcp-dns-checkboxes.patch 2023-08-11 07:18:05.000000000 +0000 @@ -0,0 +1,44 @@ +From: Guido Berhoerster +Subject: Fix DHCP and DNS checkboxes when adding systems + +This changes the checkboxes on the network template of the default theme so +that they conform to the markup structure expected by materialize.css. +--- gosa-plugins-systems.orig/admin/systems/default/network.tpl ++++ gosa-plugins-systems/admin/systems/default/network.tpl +@@ -39,13 +39,13 @@ + + {if $dhcpEnabled} + {if $dhcpParentNodeCnt} ++ + + {render acl=$dhcpSetupACL} + {image path="refresh"} +@@ -85,17 +85,17 @@ + {else} + + {/if} + {else} + + {/if} + {/render} + +-

{t}Enable DNS for this device{/t}

+- + {render acl=$dnsSetupACL} +
+