]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Fixed some html code in index.tpl template
authorDavide Franco <bacula-dev@dflc.ch>
Mon, 9 May 2011 15:18:36 +0000 (17:18 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:11 +0000 (14:49 +0200)
 - Added content to translate also

gui/bacula-web/templates/index.tpl

index 5df7a3c7e297705bc1a47d79715c88dde035e660..d81caeeef0011130179015cb15257756ceaa445c 100644 (file)
        </p>
        <img src="{$graph_pools}" alt="" />
        <div class="footer">
-               <a href="pools.php" title="Show pools and volumes report">View report</a>
+               <a href="pools.php" title="Show pools and volumes report">{t}View report{/t}</a>
        </div>
   </div> <!-- end div box -->
   
   <!-- Stored Bytes for last 7 days -->
   <div class="box">
-       <p class="title" title="Stored bytes for last 7 days (GB)">Stored Bytes</p>
+       <p class="title" title="Stored bytes for last 7 days (GB)">Stored bytes</p>
          <img src="{$graph_stored_bytes}" alt="" />
   </div> <!-- end div box -->
 
@@ -32,7 +32,7 @@
 <div id="main_middle">
   <!-- Last 24 hours jobs status -->
   <div class="box">
-       <p class="title" title="Last 24 hours jobs status">Job Status Report</p>
+       <p class="title" title="Last 24 hours jobs status">Jobs status</p>
          <img src="{$graph_jobs}" alt="" />
        <div class="footer">
                <a href="jobs.php" title="Show last 24 hours jobs status">View report</a>
@@ -70,7 +70,7 @@
            <td class="label">{t}Clients{/t}</td> <td class="info">{$clientes_totales}</td>
          </tr>
          <tr>
-               <td class="label">{t}Total bytes stored{/t}</td> <td class="info">{$stored_bytes}</td>
+               <td class="label">{t}Total bytes{/t}</td> <td class="info">{$stored_bytes}</td>
          </tr>
          <tr>
                <td class="label">{t}Total files{/t}</td> <td class="info">{$stored_files} file(s)</td>
 <div class="box">
        <p class="title">Reports</p>
  
- <!-- Last month backup report -->
+ <!-- Custom report -->
  <form method="post" action="report.php">
        <table width="100%">
                <tr>
-                       <td class="label" colspan="2"><b>Custom Report</b></td>
+                       <td class="tbl_header" colspan="2"><b>Custom report</b></td>
                </tr>
                <tr>
                        <td class="label">Report type</td>
                </tr>           
                <tr>
                        <td colspan="2" class="info">
-                               <input type="submit" value="Run report"/>
+                               <input type="submit" value="View report"/>
                        </td>
                </tr>
        </table>
    <table border="0">
      <tr> <td colspan="2" class="label">&nbsp;</td> </tr>
         <tr>
-          <td colspan="2" class="label"><b>{t}Backup Job report:{/t}</b></td>
+          <td colspan="2" class="tbl_header"><b>{t}Backup Job report{/t}</b></td>
         </tr>
         <tr>
                <td class="label">Select a backup job</td>
           </td>
         </tr>
         <tr>
-        <td colspan="2" class="info"> <input type=submit value="{t}View{/t}"> </td>
+        <td colspan="2" class="info"> <input type=submit value="{t}View report{/t}"> </td>
         </tr>
    </table>
  </form>