]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Fixed images path in test page
authorDavide Franco <bacula-dev@dflc.ch>
Sun, 14 Nov 2010 12:52:01 +0000 (13:52 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 15 Nov 2010 07:16:09 +0000 (08:16 +0100)
 Changed image path to style/images/

gui/bacula-web/test.php

index cba418ea83e5a5a33317eb358255337d4e759840..c24df4c4b4241daaef63395b906beaead3ff6149 100644 (file)
@@ -34,9 +34,9 @@
                        break;
                } 
                if( $ok )
-                       $result .= "<td width='300'>&nbsp;</td> <td> <img width='30' src='images/s_ok.gif' />";
+                       $result .= "<td width='300'>&nbsp;</td> <td> <img width='30' src='style/images/s_ok.gif' />";
                else
-                       $result .= "<td width='300'>$error_message</td> <td width='35'> <img width='30' src='images/s_error.gif' />";
+                       $result .= "<td width='300'>$error_message</td> <td width='35'> <img width='30' src='style/images/s_error.gif' />";
                
                echo $result;
        }
 
 </body>
 
-</html>
\ No newline at end of file
+</html>