diff options
Diffstat (limited to 'template/yoga/admin/user_list.tpl')
-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> |