Fix for Bug 4061, Improve OPAC maintenance screen
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
80e8602ba1
commit
da60758b7d
1 changed files with 21 additions and 8 deletions
|
@ -1,14 +1,27 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
||||
<!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> -- Library Catalog
|
||||
<!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog
|
||||
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
<style type="text/css">
|
||||
#opac-maintenance-message {
|
||||
background:none repeat scroll 0 0 #FFFFFF;
|
||||
border:1px solid #A2A2A2;
|
||||
margin:4em auto;
|
||||
padding:1.5em;
|
||||
position:relative;
|
||||
right:auto;
|
||||
top:auto;
|
||||
width:50%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body><div id="doc" class="yui-t7">
|
||||
<body><div id="doc3" class="yui-t7">
|
||||
<!-- TMPL_IF NAME="opacheader" -->
|
||||
<!-- TMPL_VAR NAME="opacheader" -->
|
||||
<!-- /TMPL_IF -->
|
||||
<div id="bd">
|
||||
<!-- TMPL_INCLUDE name="masthead.inc" -->
|
||||
|
||||
|
||||
|
||||
System Maintenance ... we'll be back soon! If you have any questions, please contact the <a href="mailto:<!--TMPL_VAR Name="KohaAdminEmailAddress"-->">Site Administrator</a>
|
||||
|
||||
<div id="opac-maintenance-message">
|
||||
<h2>System Maintenance</h2>
|
||||
<p>The <!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog is offline for system maintenance. We'll be back soon! If you have any questions, please contact the <a href="mailto:<!--TMPL_VAR Name="KohaAdminEmailAddress"-->">Site Administrator</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
|
||||
|
|
Loading…
Reference in a new issue