[Koha-patches] [biblibre/3.2_commu$] Fix for Bug 4061, Improve OPAC maintenance screen

Owen Leonard oleonard at myacpl.org
Tue Jan 26 20:17:25 CET 2010


---
 .../opac-tmpl/prog/en/modules/maintenance.tmpl     |   29 ++++++++++++++-----
 1 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/maintenance.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/maintenance.tmpl
index f3854e4..4060e07 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/maintenance.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/maintenance.tmpl
@@ -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" -->
-- 
1.6.3.3




More information about the Koha-patches mailing list