]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/update_media.tpl
ebl add a re-run option in display_job_zoom
[bacula/bacula] / gui / bweb / tpl / update_media.tpl
index 7438c94c4bc197df60828c22c493e19b962177e5..d48ecb1cc306517a731f9ee29782f41adf7b312d 100644 (file)
@@ -6,7 +6,7 @@
   <form name='form1' action="?" method='GET'>
    <table>
     <tr><td>Volume Name:</td>
-        <td><input type='text' name='media' class='formulaire' value='<TMPL_VAR volumename>' title='Change this to update an other media'>
+        <td><input type='text' name='media' class='formulaire' value='<TMPL_VAR volumename>' title='Change this to update an other volume'>
         </td>
     </tr>
     <tr><td>Pool:</td>
@@ -47,6 +47,7 @@
 
     <tr><td> Location : </td>
         <td><select name='location' class='formulaire'>
+        <option value=''></option>
   <TMPL_LOOP db_locations>
       <option value='<TMPL_VAR location>'><TMPL_VAR location></option>
   </TMPL_LOOP>
   </label>
   <label>
   <input type="image" name='action' title='Update from pool'
-    value='update_from_pool' src='/bweb/update.png'> Update
+    value='update_from_pool' src='/bweb/update.png'> Update from pool
   </label>
  </form>
  </td>