mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
- 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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user