redray
2009-03-08 e9b7b1664ca531e041b8f3313272c968c87cdf50
interface/web/admin/templates/users_user_edit.htm
@@ -4,7 +4,7 @@
<div class="panel panel_users">
   
  <div class="pnl_formsarea">
    <fieldset class="inlineLabels"><legend>Users</legend>
    <fieldset class="inlineLabels">
      <div class="ctrlHolder">
         <label for="username">{tmpl_var name='username_txt'}</label>
        <input name="username" id="username" value="{tmpl_var name='username'}" size="15" maxlength="30" type="text" class="textInput" />
@@ -26,7 +26,7 @@
         </div>
      <div class="ctrlHolder">
         <label for="startmodule">{tmpl_var name='startmodule_txt'}</label>
        <select name="startmodule" id="startmodule" class="selectInput">
        <select name="startmodule" id="startmodule" class="selectInput formLengthHalf">
               {tmpl_var name='startmodule'}
            </select>
      </div>