]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/run_job.tpl
ebl Add markups to do automatique translation instead of having multiple tpl dirs
[bacula/bacula] / gui / bweb / tpl / run_job.tpl
index 9f333617a54a0db9c7cdf304a76042a844bd4cd7..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>'>
@@ -17,8 +17,9 @@
    </td></tr>
    </table>
    <br/>
-   <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='run_job_mod' title='Run now' > <img src='/bweb/R.png' alt=''> Run now  </button>
+   <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>