]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/location_edit.tpl
bacula-web: Replaced Get_human_file_size() function by Utils::Get_Human_Size
[bacula/bacula] / gui / bweb / tpl / location_edit.tpl
index c7f28afe57375f6a0329d3e1f09092082e31cea7..7de0315990a1070ea1d993b0366fc6d947441055 100644 (file)
@@ -1,31 +1,31 @@
 <br/>
 <div class='titlediv'>
-  <h1 class='newstitle'> Location : <TMPL_VAR Location></h1>
+  <h1 class='newstitle'> __Volume location:__ <TMPL_VAR Location></h1>
 </div>
 <div class='bodydiv'>
    <form name='form1' action="?" method='get'>
     <input type='hidden' name='location' value='<TMPL_VAR location>'>
     <table>
-     <tr><td>Location :</td>     
+     <tr><td>__Location:__</td>     
          <td> 
           <input class="formulaire" type='text' value='<TMPL_VAR location>' size='32' name='newlocation'> 
          </td>
      </tr>
-     <tr><td>Cost :</td> 
+     <tr><td>__Cost:__</td> 
          <td> <input class="formulaire" type='text' value='<TMPL_VAR cost>' name='cost' size='3'>
          </td>
      </tr>
-    <tr><td>Enabled:</td>
+    <tr><td>__Enabled:__</td>
         <td> <select name='enabled' class='formulaire'>
-           <option value='yes'>yes</option>
-           <option value='no'>no</option>
-           <option value='archived'>archived</option>
+           <option value='yes'>__yes__</option>
+           <option value='no'>__no__</option>
+           <option value='archived'>__archived__</option>
            </select>
         </td>
     </tr>
     </table>
-    <input type="image" name='action' value='location_save'
-     src='/bweb/save.png'>
+    <button type="submit" class="bp" name='action' value='location_save'>
+      <img src='/bweb/save.png' alt=''>__Save__</button>
    </form>
 </div>