diff options
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | template/yoga/admin/user_list.tpl | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index e9610c3b0..7868a240e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,10 @@ 2005-09-21 Pierrick LE GALL + * bug 151 fixed: default maxheight was not proposed as "set to" + option in admin/user_list + +2005-09-21 Pierrick LE GALL + * bug 150 fixed: in category permissions management, wrong column name when using an external users table. diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl index 4c7c5e0b3..1e1f01087 100644 --- a/template/yoga/admin/user_list.tpl +++ b/template/yoga/admin/user_list.tpl @@ -257,7 +257,7 @@ <label><input type="radio" name="maxheight_action" value="unset" /> {lang:unset}</label> <label><input type="radio" name="maxheight_action" value="set" id="maxheight_action_set" /> {lang:set to}</label> <input onmousedown="document.getElementById('maxheight_action_set').checked = true;" - type="text" size="4" maxlength="4" name="maxheight" value="{maxheight}" /> + type="text" size="4" maxlength="4" name="maxheight" value="{MAXHEIGHT}" /> </td> </tr> |