Project

General

Profile

« Previous | Next » 

Revision 1808

Added by Dietmar over 11 years ago

! add ErrorMsgException in /framework/globalExceptionHandler.php
! ErrorMessage "ADMIN_INSUFFICIENT_PRIVELLIGES" now can be styled
by the /admin/skel/themes/htt/ErrorMsgFile.htt template
! add css selectors to wb_theme

View differences:

maintenance.htt
15 15
    <table class="header layout">
16 16
        <tr>
17 17
        	<td class="logo">
18
        		<a href="http://www.websitebaker2.org/" title=""><img src="../images/logo.png" alt="Logo" /></a>
18
        		<a href="http://www.websitebaker2.org/" title=""><img src="{THEME_URL}/images/logo.png" alt="Logo" /></a>
19 19
        	</td>
20 20
        	<td></td>
21 21
        </tr>
......
26 26
            <div class="content">
27 27
                <div class="login_box">
28 28
                        <div class="topdiv">
29
                        OFF-LINE
29
                        OFF-LINE - {WB_URL}
30 30
                        </div>
31 31
                        <div class="bottomdiv">
32 32
        					<h3>{PAGE_TITLE}</h3>
33
        					<h3>{BE_PATIENT}</h3>
34
        					<img src="{PAGE_ICON}" alt="{PAGE_TITLE}" /><br />
33
        					<img src="{THEME_URL}/images/{PAGE_ICON}.png" alt="{PAGE_TITLE}" /><br />
35 34
        					<h3>{CHECK_BACK}</h3>
36 35
                        </div>
37 36
                </div>

Also available in: Unified diff