- 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
This commit is contained in:
plegall
2005-09-21 20:16:54 +00:00
parent 0069768362
commit d53bea8e7d
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
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

View File

@@ -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>