Changeset 874


Ignore:
Timestamp:
Sep 21, 2005, 10:16:54 PM (19 years ago)
Author:
plg
Message:
  • bug 151 fixed: default maxheight was not proposed as "set to" option in admin/user_list
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ChangeLog

    r873 r874  
     12005-09-21 Pierrick LE GALL
     2
     3        * bug 151 fixed: default maxheight was not proposed as "set to"
     4        option in admin/user_list
     5
    162005-09-21 Pierrick LE GALL
    27
  • trunk/template/yoga/admin/user_list.tpl

    r862 r874  
    258258      <label><input type="radio" name="maxheight_action" value="set" id="maxheight_action_set" /> {lang:set to}</label>
    259259      <input onmousedown="document.getElementById('maxheight_action_set').checked = true;"
    260              type="text" size="4" maxlength="4" name="maxheight" value="{maxheight}" />
     260             type="text" size="4" maxlength="4" name="maxheight" value="{MAXHEIGHT}" />
    261261    </td>
    262262  </tr>
Note: See TracChangeset for help on using the changeset viewer.