summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d0bf6fa)
raw | patch | inline | side by side (parent: d0bf6fa)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Nov 2005 11:15:14 +0000 (11:15 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Nov 2005 11:15:14 +0000 (11:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2124 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/environment/class_environment.inc | patch | blob | history | |
plugins/personal/environment/environment.tpl | patch | blob | history |
diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc
index b82ef8e4d030b97bf01eb739891019445244035f..c42b2ad25eafb075c7c754b6b20ab8f66cd4d0ef 100644 (file)
$smarty->assign("useProfileACL","");
}else{
$smarty->assign("gotoProfileFlag_CACL"," disabled ");
+ $smarty->assign("useProfileACL","disabled");
$smarty->assign("gotoProfileServer"," disabled ");
}
diff --git a/plugins/personal/environment/environment.tpl b/plugins/personal/environment/environment.tpl
index afe8ae64b145adf85184038e4b64e22dfd4458f8..6829a9d9f7ea2904e0c04b118271677d7ba8dcd5 100644 (file)
<tr>
<td style="vertical-align:top">
<input class="center" type="checkbox" value="1" {$useProfileCHK} name="useProfile" {$useProfileACL} id="useProfile"
- onclick="changeState('gotoProfileServer');changeState('gotoProfileFlag_C');">
+ onclick="changeState('gotoProfileServer');changeState('gotoProfileFlag_C');" {$gotoProfileFlagsACL}>
</td>
<td style="vertical-align:middle;">
<label for="useProfile">{t}Use profile managment{/t}</label>
<tr>
<td colspan=2>
<input class="center" type="checkbox" name="gotoProfileFlag_C" value="C"
- id="gotoProfileFlag_C" {$gotoProfileACL} {$gotoProfileFlag_CCHK}>
+ id="gotoProfileFlag_C" {$useProfileACL} {$gotoProfileFlagsACL} {$gotoProfileFlag_CCHK}>
<label for="gotoProfileFlag_C">{t}Cache profile localy{/t}</label>
</td>
</tr>
</tr>
<tr>
<td colspan=2>
- <input type="checkbox" name="gotoProfileFlag_L" id="gotoProfileFlag_L" value="L" {$gotoProfileACL} {$gotoProfileFlag_LCHK}>
+ <input type="checkbox" name="gotoProfileFlag_L" id="gotoProfileFlag_L" value="L" {$gotoProfileFlagsACL} {$gotoProfileFlag_LCHK}>
<label for="gotoProfileFlag_L">{t}Resolution changeable on runtime{/t}</label>
</td>
</tr>