summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ed24abb)
raw | patch | inline | side by side (parent: ed24abb)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 May 2005 14:06:25 +0000 (14:06 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 May 2005 14:06:25 +0000 (14:06 +0000) |
plugins/personal/connectivity/class_proxyAccount.inc | patch | blob | history |
diff --git a/plugins/personal/connectivity/class_proxyAccount.inc b/plugins/personal/connectivity/class_proxyAccount.inc
index b4766e4dcbc51aff9f45d301cccdd5ddc0db2a19..06a6c0090a83161dbd24d9795ad46492399c0a4f 100644 (file)
foreach (array("F", "T", "B", "N") as $val){
if (is_integer(strpos($this->gosaProxyAcctFlags, "$val"))) {
$smarty->assign("filter$val", "checked");
+
+ // Create state variable for checkbox (Used in proxy.tpl)
$smarty->assign($val."state", "");
} else {
$smarty->assign("filter$val", "");
+
+ // Create state variable for checkbox (Used in proxy.tpl)
$smarty->assign($val."state", "disabled");
}
}