summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e80e67b)
raw | patch | inline | side by side (parent: e80e67b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 7 Mar 2006 13:01:08 +0000 (13:01 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 7 Mar 2006 13:01:08 +0000 (13:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2817 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_servService.inc | patch | blob | history | |
plugins/admin/systems/servservice.tpl | patch | blob | history |
diff --git a/plugins/admin/systems/class_servService.inc b/plugins/admin/systems/class_servService.inc
index bd4d649b7c7df947b59882cf3edc24aed83a19d8..e55f2beed241b799c4a20556fdef771bf7707de2 100644 (file)
/* Save checkbox state */
foreach ($this->additionaloc as $oc => $dummy){
- if($oc == "goNtpServer") continue;
+// if($oc == "goNtpServer") continue;
if (chkacl($this->acl, $oc) == ""){
if (isset($_POST[$oc]) && $_POST[$oc] == '1'){
$this->objectclasses[$oc]= $oc;
index 240fa525eb25b88db17cef9a50aabbfa9270bba2..675d2ca61181e04167a063e3173ed2f677c93117 100644 (file)
<table summary="">
<tr>
<td>
- <select style="width:350px;" id="goTimeEntry" name="goTimeSource[]" {$goNtpServerState} {$goTimeSourceACL} size=4 multiple>
+ <select style="width:350px;" id="goTimeEntry" name="goTimeSource[]" {$goNtpServerState} {$goNtpServerACL} size=4 multiple>
{html_options values=$goTimeSource output=$goTimeSource}
<option disabled> </option>
</select>
<br>
<input type="text" name="NewNTPExport" {$goNtpServerState} id="NewNTPExportId">
- <input type="submit" value="{t}Add{/t}" name="NewNTPAdd" {$goNtpServerState} {$goTimeSourceACL} id="NewNTPAddId">
- <input type="submit" value="{t}Delete{/t}" name="DelNTPEnt" {$goNtpServerState} {$goTimeSourceACL} id="DelNTPEntId">
+ <input type="submit" value="{t}Add{/t}" name="NewNTPAdd" {$goNtpServerState} {$goNtpServerACL} id="NewNTPAddId">
+ <input type="submit" value="{t}Delete{/t}" name="DelNTPEnt" {$goNtpServerState} {$goNtpServerACL} id="DelNTPEntId">
</td>
</tr>
</table>