]> git.sur5r.net Git - bacula/bacula/commitdiff
baculum: Add page title and favicon to errors layout
authorMarcin Haba <marcin.haba@bacula.pl>
Sat, 28 Mar 2015 17:07:24 +0000 (18:07 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Sat, 28 Mar 2015 17:07:24 +0000 (18:07 +0100)
gui/baculum/protected/Layouts/MessageBox.tpl

index bd7014b2e13d9890f0f7963e00e02cfcc45886e5..56ea9ca7264cfbe33f25a47507ac8c1ed27db38a 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-       <com:THead />
+       <com:THead Title="Baculum - Bacula Web Interface" ShortcutIcon="<%=$this->getPage()->getTheme()->getBaseUrl()%>/favicon.ico" />
        <body id="message-body">
                <com:TContentPlaceHolder ID="Message" />
        </body>