]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix #1132 about a bug in install_bweb script
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 25 Aug 2008 07:41:08 +0000 (07:41 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 25 Aug 2008 07:41:08 +0000 (07:41 +0000)
     tweak some html

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7506 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/cgi/bresto.pl
gui/bweb/install_bweb
gui/bweb/technotes-2.3
gui/bweb/tpl/begin.tpl

index 845c497a0161265328a7cf0538044c4af7064b70..836696d534967e9772418556dc51d34268f9733c 100755 (executable)
@@ -795,7 +795,7 @@ if ($action eq 'list_client') {     # list all client [ ['c1'],['c2']..]
 
     print "]\n";
     exit 0;
-} elsif ($action eq 'list_storage') { # TODO: use .storage hier
+} elsif ($action eq 'list_storage') { # TODO: use .storage here
     print CGI::header('application/x-javascript');
 
     my $q="SELECT Name FROM Storage";
index c3650fff12a7d2269fc32a7065764e1fad753d8d..6ad125bb394a6abb3488da84c6a4811b52ef9ff2 100755 (executable)
@@ -112,8 +112,8 @@ install -m 644 -o root -g root  lang/tpl/es/*.tpl ${SHARE_DIR}/bweb/tpl/es
 install -m 644 -o root -g root  lang/tpl/fr/*.tpl ${SHARE_DIR}/bweb/tpl/fr
 
 # copy the bweb graphics elements (bweb elements must reside in /bweb)
-if [ ! -d ${WEB_DIR} ] ; then
-   mkdir ${WEB_DIR}/bweb
+if [ ! -d ${WEB_DIR}/bweb ] ; then
+   mkdir -p ${WEB_DIR}/bweb
 fi
 install -m 644 -o root -g root  html/*.{js,png,css,gif,ico,html} ${WEB_DIR}/bweb
 
index cc8a1858232fa0b6a57d0d9febb7cdd39115bfb2..973d33aa664d6b44e649d1b866fd867eb2d6adbe 100644 (file)
@@ -1,3 +1,6 @@
+25Aug08
+ebl  Fix #1132 about typo in directory creation in install_bweb
+
 02Jul08
 ebl  Add documentation link on missing job view
 
index 25d6981f091c39b9f97af61afcadcb50afb0eb50..241fba5df220f54c3e885a3df2c24c0e668548d9 100644 (file)
@@ -2,7 +2,7 @@
 <html>
 <head>
 <title>__Bweb - Bacula Web Interface__</title>
-<link rel="SHORTCUT ICON" href="/bweb/favicon.ico">
+<link rel="SHORTCUT ICON" href="/bweb/favicon.ico"/>
 <script type="text/javascript" language="JavaScript" src="/bweb/natcompare.js"></script>
 <script type="text/javascript" language="JavaScript" src="/bweb/nrs_table.js"></script>
 <script type="text/javascript" language="JavaScript" src="/bweb/bweb.js"></script>
@@ -78,7 +78,7 @@ if ('__Main__' == ('_' + '_Main_' + '_')) {
  <li> <a href="bweb.pl?action=about"> __About__ </a> </li>
  <li style="padding: 0.25em 2em;float: right;">&nbsp;__Logged as__ <TMPL_VAR NAME=loginname> </li>
  <li style="float: right;white-space: nowrap;">
-<button type="submit" class="bp" class="button" title="__Search media__" onclick="search_media();"><img src="/bweb/tape.png" alt=''></button><button type="submit" title="__Search client__" onclick="search_client();" class='bp'><img src="/bweb/client.png" alt=''></button><input class='formulaire' style="margin: 0 2px 0 2px; padding: 0 0 0 0;" id='searchbox' type='text' size='8' value='__search...__' onclick="this.value='';" title="__Search media or client__"></li> </button>
+<button type="submit" class="bp" class="button" title="__Search media__" onclick="search_media();"><img src="/bweb/tape.png" alt=''></button><button type="submit" title="__Search client__" onclick="search_client();" class='bp'><img src="/bweb/client.png" alt=''></button><input class='formulaire' style="margin: 0 2px 0 2px; padding: 0 0 0 0;" id='searchbox' type='text' size='8' value='__search...__' onclick="this.value='';" title="__Search media or client__"></button></li>
 </ul>
 
 <form name="search" action="bweb.pl?" method='GET'>