]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: html and css bug fix and modifications
authorDavide Franco <bacula-dev@dflc.ch>
Fri, 7 Jan 2011 16:53:29 +0000 (17:53 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:43:34 +0000 (14:43 +0200)
 - Removed refresh link in header.tpl
 - Fixed a typo in default.css

gui/bacula-web/style/default.css
gui/bacula-web/templates/header.tpl

index f8dc0bd0f5c1e290e3072f75bf32ba0c5f357881..29e1e550d33da27ab387598d1f310efc39b2c68f 100644 (file)
@@ -137,7 +137,7 @@ a:hover { color: #736F6E }
 .box table.list
 {
  border-collapse: collapse;
/width: 100%;
+ width: 100%;
  margin: 0px;
 }
 
index 55f0d5421184a4729c4e203299b0013d1e154500..74487552eb0d75c5f3e338d73f5500996c2fc12c 100644 (file)
@@ -5,14 +5,9 @@
 
 <div id="subheader">
  <ul>
-       <li> 
-               <a href="index.php">Refresh</a>
-       </li>
-       <li>
-               <a href="http://bacula-web.dflc.ch/bugs" target="_blank">Bugs</a
-       <li>
-               <a href="http://bacula-web.dflc.ch" target="_blank">About</a>
-       </li>
+       <li> <a href="http://bacula-web.dflc.ch/bugs" target="_blank">Bugs</a> </li>
+       <li><a href="http://bacula-web.dflc.ch" target="_blank">About</a> </li>
+
        <!-- Condifitional catalog selection if more than 1 catalog is defined in the configuration -->
        {if $dbs > 1}
        <li>
@@ -24,4 +19,4 @@
  </ul>
 </div> <!-- end div subheader -->
 
-<!-- End Header -->
\ No newline at end of file
+<!-- End Header -->