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 /template/yoga/admin | |
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
Diffstat (limited to 'template/yoga/admin')
-rw-r--r-- | template/yoga/admin/user_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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> |