Koha/koha-tmpl/opac-tmpl/prog/en/modules/kohaerror.tmpl
Koustubha Kale dcfeab4eee Adding id tags to some OPAC templates.
Many of the templates in OPAC, which deal with users data eg opac-account.tmpl, opac-passwd.tmpl etc do not have a id for the container div,
like opac-user.tmpl has an id userdetail. Having these id's makes it easier to customize with css.
This patch adds id's to most of the <div class="container"> tags.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-02-09 15:20:45 +13:00

26 lines
918 B
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo; An Error Has Occurred
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
</head>
<body>
<div id="doc3" class="yui-t7">
<div id="bd">
<!-- TMPL_INCLUDE name="masthead.inc" -->
<div id="yui-g">
<div id="kohaerrorcontainer" class="container">
<div id="kohaerror">
<div class="dialog message">
<h3>An Error has Occurred</h3>
<!-- TMPL_IF NAME="noadminemail" -->
<p>An error occurred when sending your message to the administrator. Please visit the library to update your personal details. </p>
<p><a href="/cgi-bin/koha/opac-user.pl">Return to your summary.</a></p>
<!-- TMPL_ELSE -->
<p><!-- TMPL_VAR NAME="errormessage" --></p>
<!-- /TMPL_IF -->
</div>
</div>
</div>
</div>
</div>
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->