Browse Source

One more minor cosmetic change

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Owen Leonard 17 years ago
committed by Joshua Ferraro
parent
commit
f39f29d851
  1. 12
      koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tmpl
  2. 12
      koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tmpl
  3. 12
      koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tmpl
  4. 12
      koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tmpl
  5. 10
      koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tmpl
  6. 12
      koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tmpl
  7. 12
      koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tmpl

12
koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tmpl

@ -16,7 +16,7 @@
<div class="yui-b"><div class="yui-g">
<h1>An Error has Occurred!</h1>
<h2>Error 400</h2>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li>This error means that the link was broken and that the page doesn't exist</li>
<li>To report this error, you can <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
<li>Use top menu bar to navigate to another part of Koha.</li>
@ -27,7 +27,7 @@
<div class="yui-u first">
<!-- TMPL_IF NAME="CAN_user_circulate" -->
<h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
<ul><li>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"><li>
<form method="post" action="/cgi-bin/koha/circ/circulation.pl">
<label for="navfindborrower">Check out to:</label>
<input id="navfindborrower" name="findborrower" type="text" size="10" />
@ -41,7 +41,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_borrowers" -->
<h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><form action="/cgi-bin/koha/members/member.pl" method="post">
<label for="navmember">Search:&nbsp;</label>
<input id="navmember" type="text" size="10" name="member" />
@ -52,7 +52,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_catalogue" -->
<h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li>
<form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
<input type="hidden" name="idx" value="" />
@ -72,7 +72,7 @@
<!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
<h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
<li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
<li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
@ -83,7 +83,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_parameters" -->
<h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
</ul>
<!-- /TMPL_IF -->

12
koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tmpl

@ -16,7 +16,7 @@
<div class="yui-b"><div class="yui-g">
<h1>An Error has Occurred!</h1>
<h2>Error 401</h2>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li>This error means that you aren't authorized to view this page</li>
<li>To report this error, you can <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
<li>Use top menu bar to navigate to another part of Koha.</li>
@ -27,7 +27,7 @@
<div class="yui-u first">
<!-- TMPL_IF NAME="CAN_user_circulate" -->
<h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
<ul><li>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"><li>
<form method="post" action="/cgi-bin/koha/circ/circulation.pl">
<label for="navfindborrower">Check out to:</label>
<input id="navfindborrower" name="findborrower" type="text" size="10" />
@ -41,7 +41,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_borrowers" -->
<h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><form action="/cgi-bin/koha/members/member.pl" method="post">
<label for="navmember">Search:&nbsp;</label>
<input id="navmember" type="text" size="10" name="member" />
@ -52,7 +52,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_catalogue" -->
<h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li>
<form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
<input type="hidden" name="idx" value="" />
@ -72,7 +72,7 @@
<!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
<h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
<li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
<li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
@ -83,7 +83,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_parameters" -->
<h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
</ul>
<!-- /TMPL_IF -->

12
koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tmpl

@ -16,7 +16,7 @@
<div class="yui-b"><div class="yui-g">
<h1>An Error has Occurred!</h1>
<h2>Error 402</h2>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li>This error means that the link was broken and that the page doesn't exist</li>
<li>To report this error, you can <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
<li>Use top menu bar to navigate to another part of Koha.</li>
@ -27,7 +27,7 @@
<div class="yui-u first">
<!-- TMPL_IF NAME="CAN_user_circulate" -->
<h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
<ul><li>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"><li>
<form method="post" action="/cgi-bin/koha/circ/circulation.pl">
<label for="navfindborrower">Check out to:</label>
<input id="navfindborrower" name="findborrower" type="text" size="10" />
@ -41,7 +41,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_borrowers" -->
<h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><form action="/cgi-bin/koha/members/member.pl" method="post">
<label for="navmember">Search:&nbsp;</label>
<input id="navmember" type="text" size="10" name="member" />
@ -52,7 +52,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_catalogue" -->
<h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li>
<form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
<input type="hidden" name="idx" value="" />
@ -72,7 +72,7 @@
<!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
<h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
<li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
<li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
@ -83,7 +83,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_parameters" -->
<h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
</ul>
<!-- /TMPL_IF -->

12
koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tmpl

@ -16,7 +16,7 @@
<div class="yui-b"><div class="yui-g">
<h1>An Error has Occurred!</h1>
<h2>Error 403</h2>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li>This error means that the link was broken and that the page doesn't exist</li>
<li>To report this error, you can <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
<li>Use top menu bar to navigate to another part of Koha.</li>
@ -27,7 +27,7 @@
<div class="yui-u first">
<!-- TMPL_IF NAME="CAN_user_circulate" -->
<h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
<ul><li>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"><li>
<form method="post" action="/cgi-bin/koha/circ/circulation.pl">
<label for="navfindborrower">Check out to:</label>
<input id="navfindborrower" name="findborrower" type="text" size="10" />
@ -41,7 +41,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_borrowers" -->
<h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><form action="/cgi-bin/koha/members/member.pl" method="post">
<label for="navmember">Search:&nbsp;</label>
<input id="navmember" type="text" size="10" name="member" />
@ -52,7 +52,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_catalogue" -->
<h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li>
<form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
<input type="hidden" name="idx" value="" />
@ -72,7 +72,7 @@
<!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
<h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
<li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
<li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
@ -83,7 +83,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_parameters" -->
<h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
</ul>
<!-- /TMPL_IF -->

10
koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tmpl

@ -27,7 +27,7 @@
<div class="yui-u first">
<!-- TMPL_IF NAME="CAN_user_circulate" -->
<h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
<ul><li>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"><li>
<form method="post" action="/cgi-bin/koha/circ/circulation.pl">
<label for="navfindborrower">Check out to:</label>
<input id="navfindborrower" name="findborrower" type="text" size="10" />
@ -41,7 +41,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_borrowers" -->
<h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><form action="/cgi-bin/koha/members/member.pl" method="post">
<label for="navmember">Search:&nbsp;</label>
<input id="navmember" type="text" size="10" name="member" />
@ -52,7 +52,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_catalogue" -->
<h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li>
<form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
<input type="hidden" name="idx" value="" />
@ -72,7 +72,7 @@
<!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
<h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
<li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
<li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
@ -83,7 +83,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_parameters" -->
<h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
</ul>
<!-- /TMPL_IF -->

12
koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tmpl

@ -16,7 +16,7 @@
<div class="yui-b"><div class="yui-g">
<h1>An Error has Occurred!</h1>
<h2>Error 405</h2>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li>This error means that the link was broken and that the page doesn't exist</li>
<li>To report this error, you can <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
<li>Use top menu bar to navigate to another part of Koha.</li>
@ -27,7 +27,7 @@
<div class="yui-u first">
<!-- TMPL_IF NAME="CAN_user_circulate" -->
<h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
<ul><li>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"><li>
<form method="post" action="/cgi-bin/koha/circ/circulation.pl">
<label for="navfindborrower">Check out to:</label>
<input id="navfindborrower" name="findborrower" type="text" size="10" />
@ -41,7 +41,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_borrowers" -->
<h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><form action="/cgi-bin/koha/members/member.pl" method="post">
<label for="navmember">Search:&nbsp;</label>
<input id="navmember" type="text" size="10" name="member" />
@ -52,7 +52,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_catalogue" -->
<h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li>
<form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
<input type="hidden" name="idx" value="" />
@ -72,7 +72,7 @@
<!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
<h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
<li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
<li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
@ -83,7 +83,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_parameters" -->
<h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
</ul>
<!-- /TMPL_IF -->

12
koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tmpl

@ -16,7 +16,7 @@
<div class="yui-b"><div class="yui-g">
<h1>An Error has Occurred!</h1>
<h2>Error 500</h2>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li>In Koha this typically means that the Koha team is working on new features</li>
<li>Wait while system maintenance is being done or <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
<li>Use top menu bar to navigate to another part of Koha.</li>
@ -27,7 +27,7 @@
<div class="yui-u first">
<!-- TMPL_IF NAME="CAN_user_circulate" -->
<h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
<ul><li>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"><li>
<form method="post" action="/cgi-bin/koha/circ/circulation.pl">
<label for="navfindborrower">Check out to:</label>
<input id="navfindborrower" name="findborrower" type="text" size="10" />
@ -41,7 +41,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_borrowers" -->
<h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><form action="/cgi-bin/koha/members/member.pl" method="post">
<label for="navmember">Search:&nbsp;</label>
<input id="navmember" type="text" size="10" name="member" />
@ -52,7 +52,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_catalogue" -->
<h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li>
<form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
<input type="hidden" name="idx" value="" />
@ -72,7 +72,7 @@
<!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
<h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
<li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
<li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
@ -83,7 +83,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="CAN_user_parameters" -->
<h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
<ul>
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
<li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
</ul>
<!-- /TMPL_IF -->

Loading…
Cancel
Save