summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6bfe328)
raw | patch | inline | side by side (parent: 6bfe328)
author | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Jun 2009 16:02:09 +0000 (16:02 +0000) | ||
committer | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Jun 2009 16:02:09 +0000 (16:02 +0000) |
do not get reset (Trac #2643)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13763 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13763 594d385d-05f5-0310-b6e9-bd551577e9d8
trunk/gosa-plugins/goto/personal/environment/class_logonManagementDialog.inc | patch | blob | history | |
trunk/gosa-plugins/goto/personal/environment/logonManagement.tpl | patch | blob | history |
diff --git a/trunk/gosa-plugins/goto/personal/environment/class_logonManagementDialog.inc b/trunk/gosa-plugins/goto/personal/environment/class_logonManagementDialog.inc
index 5110ab25af7f24503af4d684545a185be23008f5..cd9522785171c47d8dc3cccff364eed9ee94028a 100644 (file)
$smarty->assign($attr."CHK","");
}
}
+ $smarty->assign("LogonPriority",$this->LogonPriority);
$prios=array(1,2,3,4,5,6,7,8,9,10);
$smarty->assign("LogonPrioritys",$prios);
$smarty->assign("LogonPriorityKeys",$prios);
diff --git a/trunk/gosa-plugins/goto/personal/environment/logonManagement.tpl b/trunk/gosa-plugins/goto/personal/environment/logonManagement.tpl
index 647516ca689ad2647bf22b84654e9d2aa2a2db26..937f71f9db578716fe879194d14cc71437a764ec 100644 (file)
<td><LABEL for="LogonPriority">{t}Priority{/t}</LABEL>
</td><td>
<select name="LogonPriority" id="LogonPriority">
- {html_options values=$LogonPriorityKeys output=$LogonPrioritys}
+ {html_options values=$LogonPriorityKeys output=$LogonPrioritys selected=$LogonPriority}
</select>
</td>
</tr>