]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/help_extern.tpl
ebl add a re-run option in display_job_zoom
[bacula/bacula] / gui / bweb / tpl / help_extern.tpl
index 87174108a4cbdc48ffd741ce7318efb1c3e39127..465a86c42e958899be558bb24fa1c2c11d9ca3bb 100644 (file)
@@ -1,16 +1,16 @@
 <br/>
 <div class='titlediv'>
- <h1 class='newstitle'> Help to eject media (part 1/2)</h1>
+ <h1 class='newstitle'> Help ejecting media (part 1/2)</h1>
 </div>
 <div class='bodydiv'>
-This tool will select for you best candidate to eject. You will
-be asked for choose inside the selection in the next screen. 
+This tool will select the best candidates to eject. You will
+be asked to make your selection on the next screen. 
   <form action="?" method='GET'>
    <table>
     <tr><td>Pool:</td>      
         <td><select name='pool' class='formulaire' multiple>
 <TMPL_LOOP NAME=db_pools>
-             <option><TMPL_VAR NAME=name></option>
+             <option selected><TMPL_VAR NAME=name></option>
 </TMPL_LOOP>
            </select>
         </td>
@@ -37,8 +37,7 @@ be asked for choose inside the selection in the next screen.
               value='10'> </td>
     </tr>
     <tr>
-        <td><button class='formulaire' name='action' value='compute_extern_media' title='Next'>
-            <img src='/bweb/next.png'>
+        <td><input type="image" name='action' value='compute_extern_media' title='Next' src='/bweb/next.png'>
         </td><td/>
     </tr>
    </table>