]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Added title to volume list headers and fixed header label
authorDavide Franco <bacula-dev@dflc.ch>
Fri, 22 Jul 2011 17:15:35 +0000 (19:15 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 2 Aug 2011 09:56:27 +0000 (11:56 +0200)
gui/bacula-web/templates/index.tpl

index dff6d232ac2b28526af35ee4d29c7a973567777f..2787a8b6ad365f1845fe9554ff65257545f37fa0 100644 (file)
        <p class="title">Last used volumes</p>
          <table>
                <tr>
-                 <td class="tbl_header">Volume</td>
-                 <td class="tbl_header">Status</td>
-                 <td class="tbl_header">Last written</td>
-                 <td class="tbl_header">Job Id</td>
+                 <td class="tbl_header" title="Volume name">Volume</td>
+                 <td class="tbl_header" title="Volume status">Status</td>
+                 <td class="tbl_header" title="Last written date for this volume">Last written</td>
+                 <td class="tbl_header" title="Number of jobs">Jobs</td>
                </tr>
                {foreach from=$volumes_list item=vol}
                <tr>