diff options
author | plegall <plg@piwigo.org> | 2005-09-21 20:16:54 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-09-21 20:16:54 +0000 |
commit | d53bea8e7dd5c796aff8aedb75254fd90fc9fd6f (patch) | |
tree | b77a23664cb406563317c9e05fd1b885996d775d | |
parent | 0069768362b7757834b72c4f4c7b60223b53ae0b (diff) |
- bug 151 fixed: default maxheight was not proposed as "set to" option in
admin/user_list
git-svn-id: http://piwigo.org/svn/trunk@874 68402e56-0260-453c-a942-63ccdbb3a9ee
-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> |