]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_admins_row.tpl
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / templates / de / html / admin / admin_edit_admins_row.tpl
index c53a5e65e593bb9cc7e68e2614fcc08ea3bbc520..eb3fe5ae17080d3da2f55afabba4646687a972a5 100644 (file)
                <input type="password" class="form_field" name="pass1[$content[id]]" size="10" maxlength="255" />
                <input type="password" class="form_field" name="pass2[$content[id]]" size="10" maxlength="255" />
        </td>
-       <td align="center" class="{%template,ColorSwitch%} bottom">
-               <select name="mode[$content[id]]" size="1" class="form_select">
-                       $content[mode]
-               </select>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[access_mode]
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom">
-               <select name="la_mode[$content[id]]" size="1" class="form_select">
-                       $content[la_mode]
-               </select>
+               {%pipe,generateAdminMenuModeSelectionBox=$content[id]%}
        </td>
 </tr>