]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/ach_add.tpl
bacula-web: Replaced Get_human_file_size() function by Utils::Get_Human_Size
[bacula/bacula] / gui / bweb / tpl / ach_add.tpl
index 066f078c87eab0047bf8c4e41deb2617049ff7a8..b42739737919d271e8f450454d1d96c6a5d01d2d 100644 (file)
@@ -1,46 +1,49 @@
 <br/>
 <div class='titlediv'>
-  <h1 class='newstitle'><TMPL_UNLESS name>New</TMPL_UNLESS> Autochanger </h1>
+  <h1 class='newstitle'><TMPL_UNLESS name>__New__</TMPL_UNLESS> __Autochanger__ </h1>
 </div>
 <div class='bodydiv'>
+   __You have to create a Location which will have the same name.__<br/><br/>
+
    <form name='form1' action="?" method='get'>
     <table>
-     <tr><td>Name :</td>     
+     <tr><td>__Name:__</td>     
          <td>
           <select name='ach' class='formulaire' id='ach'>
 <TMPL_LOOP devices><option value='<TMPL_VAR name>'><TMPL_VAR name></option></TMPL_LOOP>
           </select>
          </td>
      </tr>
-     <tr><td>Pre-command :</td> 
+     <tr><td>__Pre-command:__</td> 
          <td> <input class="formulaire" type='text' id='precmd' value='sudo'
-           title='can be "sudo" or "ssh storage@storagehost"...' name='precmd'>
+           title='__can be "sudo" or "ssh storage@storagehost"...__' name='precmd'>
          </td>
      </tr>
-     <tr><td>mtx command :</td> 
+     <tr><td>__mtx command:__</td> 
          <td> <input class="formulaire" type='text' name='mtxcmd' size='32'
                value='/usr/sbin/mtx' id='mtxcmd'>
          </td>
      </tr>
-     <tr><td>Device :</td> 
+     <tr><td>__Device:__</td> 
          <td> <input class="formulaire" type='text' name='device' 
                value='/dev/changer' id='device'>
          </td>
      </tr>
-    <tr><td><b>Drives</b></td><td/></tr>
+    <tr><td><b>__Drives__</b></td><td/></tr>
     <TMPL_LOOP devices>
     <tr>
      <td><input class='formulaire' type='checkbox' id='drive_<TMPL_VAR name>'
                 name='drives' value='<TMPL_VAR name>'><TMPL_VAR name>
      </td>
-     <td>index <input type='text' title='drive index' class='formulaire'
+     <td>__index__ <input type='text' title='__drive index__' 
+                class='formulaire'
                id='index_<TMPL_VAR name>' value='' 
                 name='index_<TMPL_VAR name>' size='3'>
      </td>
     </tr>
     </TMPL_LOOP>
     </table>
-    <input type="image" name='action' value='ach_add' src='/bweb/save.png'>
+    <button type="submit" class="bp" name='action' value='ach_add'> <img src='/bweb/save.png' alt=''>__Save__</button>
    </form>
 </div>