]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/location_add.tpl
Renamed cleanup goto target into bail_out which is the prefered name from the develop...
[bacula/bacula] / gui / bweb / tpl / location_add.tpl
index 8dd702600effdde3dbde0142497703c18fe3b45c..5cdfc3b0651051d3b1164ac1cd0b87781f39f4c5 100644 (file)
@@ -1,28 +1,31 @@
 <br/>
 <div class='titlediv'>
-  <h1 class='newstitle'> New location </h1>
+  <h1 class='newstitle'> __New location__ </h1>
 </div>
 <div class='bodydiv'>
    <form action="?" method='get'>
     <table>
-     <tr><td>Location :</td>     
+     <tr><td>__Location:__</td>     
          <td> 
           <input class="formulaire" type='text' value='' size='32' name='location'> 
          </td>
      </tr>
-     <tr><td>Cost :</td> 
+     <tr><td>__Cost:__</td> 
          <td> <input class="formulaire" type='text' value='10' name='cost' size='3'>
          </td>
      </tr>
-     <tr><td>Enabled :</td> 
-         <td> <input class="formulaire" type='checkbox' value='10' name='enabled'>
-         </td>
-     </tr>
+    <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>
+           </select>
+        </td>
+    </tr>
     </table>
-    <input type="image" name='action' value='location_add' title="save"
-      src='/bweb/save.png'>
+    <button type="submit" class="bp" name='action' value='location_add' title="__Save__" ><img src='/bweb/save.png' alt=''>__Save__</button>
    </form>
 
-Tips: It's a good idea to have a location per autochanger. 
+__Tips: It's a good idea to have a location per autochanger.__
 
 </div>