Show
Ignore:
Timestamp:
01/12/12 06:57:43 (17 months ago)
Author:
rvelices
Message:

remove max photo width/height from user profile because not used anymore

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/user_list.tpl

    r12482 r12877  
    255255  </tr> 
    256256 
    257   <tr> 
    258     <td>{'Maximum photo width'|@translate}</td> 
    259     <td> 
    260       <label><input type="radio" name="maxwidth_action" value="leave" checked="checked"> {'leave'|@translate}</label> 
    261       <label><input type="radio" name="maxwidth_action" value="unset"> {'unset'|@translate}</label> 
    262       <label><input type="radio" name="maxwidth_action" value="set" id="maxwidth_action_set"> {'set to'|@translate}</label> 
    263       <input onmousedown="document.getElementById('maxwidth_action_set').checked = true;" 
    264              type="text" size="4" maxlength="4" name="maxwidth" value="{$MAXWIDTH}"> 
    265     </td> 
    266   </tr> 
    267  
    268  
    269   <tr> 
    270     <td>{'Maximum photo height'|@translate}</td> 
    271     <td> 
    272       <label><input type="radio" name="maxheight_action" value="leave" checked="checked"> {'leave'|@translate}</label> 
    273       <label><input type="radio" name="maxheight_action" value="unset"> {'unset'|@translate}</label> 
    274       <label><input type="radio" name="maxheight_action" value="set" id="maxheight_action_set"> {'set to'|@translate}</label> 
    275       <input onmousedown="document.getElementById('maxheight_action_set').checked = true;" 
    276              type="text" size="4" maxlength="4" name="maxheight" value="{$MAXHEIGHT}"> 
    277     </td> 
    278   </tr> 
    279  
    280  
    281257</table> 
    282258