]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/run_job.tpl
bacula-web: Replaced Get_human_file_size() function by Utils::Get_Human_Size
[bacula/bacula] / gui / bweb / tpl / run_job.tpl
index 85eb1f79eb5f93780296b1d92d81c0c2a95942f8..abb0d0e28462d0d0330dd7d9358d5c48a699a588 100644 (file)
@@ -1,12 +1,12 @@
 <br/>
  <div class='titlediv'>
-  <h1 class='newstitle'> Defined jobs : </h1>
+  <h1 class='newstitle'> __Defined jobs:__ </h1>
  </div>
  <div class='bodydiv'>
   <form name='form1' action='?' method='GET'>  
   <table border='0'>
 
-   <tr><td>Job Name: </td><td>
+   <tr><td>__Job Name:__ </td><td>
    <select name='job'>
     <TMPL_LOOP jobs>
      <option value='<TMPL_VAR name>'>
    </td></tr>
    </table>
    <br/>
-   <label>
-   <input type="image" name='action' value='enable_job' title='Enable'
-    src='/bweb/inflag1.png'> Enable
-   </label>
-   <label>
-   <input type="image" name='action' value='disable_job' title='Disable'
-    src='/bweb/inflag0.png'> Disable
-   </label>
-   <label>
-   <input type="image" name='action' value='run_job_mod' title='Run now'
-    src='/bweb/R.png'> Run now 
-   </label>
+   <button type="submit" class="bp" name='action' value='enable_job' title='__Enable__'> <img src='/bweb/inflag1.png' alt=''> __Enable__ </button>
+   <button type="submit" class="bp" name='action' value='disable_job' title='__Disable__' > <img src='/bweb/inflag0.png' alt=''> __Disable__ </button>
+   <button type="submit" class="bp" name='action' value='next_job2' title='__Show schedule__' > <img src='/bweb/zoom.png' alt=''> __Show schedule__  </button>
+   <button type="submit" class="bp" name='action' value='run_job_mod' title='__Run now__' > <img src='/bweb/R.png' alt=''> __Run now__  </button>
   </form>
  </div>