Avoid overflow of the 'Change Permission' drop-down.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 18 Oct 2010 21:14:23 +0000 (23:14 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 18 Oct 2010 21:14:49 +0000 (23:14 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
templates/skin/common.menu.tpl

index b5f598d..d069fe0 100644 (file)
     Droits
     <select name="account_type" onchange="this.form.submit()" style="margin: 0; padding: 0; float:
     right">
-      <option value="admin">Administrateur</option>
+      <option value="admin">Admin</option>
       {foreach from=$account_types_list item=type}
       <option value="{$type}">{$type}</option>
       {/foreach}