Fix for Bug 4061, Improve OPAC maintenance screen
authorOwen Leonard <oleonard@myacpl.org>
Tue, 26 Jan 2010 19:17:25 +0000 (14:17 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 26 Jan 2010 20:36:34 +0000 (15:36 -0500)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/opac-tmpl/prog/en/modules/maintenance.tmpl

index f3854e4..4060e07 100644 (file)
@@ -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" -->