changing nomenclature: s/letters/notices/

Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
Joshua Ferraro 2007-09-18 19:07:49 -05:00 committed by Chris Cormack
parent a24d525e7f
commit f280a42787
3 changed files with 8 additions and 8 deletions

View file

@ -7,9 +7,9 @@
<li><a href="/cgi-bin/koha/tools/itemslost.pl">Items lost</a></li>
<li><a href="/cgi-bin/koha/tools/export.pl">Export</a></li>
<li><a href="/cgi-bin/koha/tools/import.pl">Import</a></li>
<li><a href="/cgi-bin/koha/tools/letter.pl">Letters</a></li>
<li><a href="/cgi-bin/koha/tools/letter.pl">Notices</a></li>
<li><a href="/cgi-bin/koha/tools/breeding.pl">Reservoir</a></li>
<li><a href="/cgi-bin/koha/labels/label-home.pl">Labels</a></li>
<li><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue Rules</a></li>
<li><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></li>
</ul>
</ul>

View file

@ -1,5 +1,5 @@
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Tools &rsaquo; Letters<!-- TMPL_IF NAME="add_form" --><!-- TMPL_IF name="modify" --> &rsaquo; Modify letter<!-- TMPL_ELSE --> &rsaquo; Add letter<!-- /TMPL_IF --><!-- /TMPL_IF --><!-- TMPL_IF NAME="add_validate" --> &rsaquo; Letter added<!-- /TMPL_IF --><!-- TMPL_IF NAME="delete_confirm" --> &rsaquo; Confirm Deletion<!-- /TMPL_IF --></title>
<title>Koha &rsaquo; Tools &rsaquo; Notices<!-- TMPL_IF NAME="add_form" --><!-- TMPL_IF name="modify" --> &rsaquo; Modify notice<!-- TMPL_ELSE --> &rsaquo; Add notice<!-- /TMPL_IF --><!-- /TMPL_IF --><!-- TMPL_IF NAME="add_validate" --> &rsaquo; Notice added<!-- /TMPL_IF --><!-- TMPL_IF NAME="delete_confirm" --> &rsaquo; Confirm Deletion<!-- /TMPL_IF --></title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<!-- TMPL_IF NAME="add_form" -->
<script type="text/javascript">
@ -98,7 +98,7 @@
<!-- TMPL_INCLUDE NAME="header.inc" -->
<!-- TMPL_INCLUDE NAME="letters-search.inc" -->
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/tools-home.pl">Tools</a> &rsaquo; <!-- TMPL_IF NAME="add_form" --><!-- TMPL_IF name="modify" --><a href="/cgi-bin/koha/tools/letter.pl">Letters</a> &rsaquo; Modify letter<!-- TMPL_ELSE --> <a href="/cgi-bin/koha/tools/letter.pl">Letters</a> &rsaquo; Add letter<!-- /TMPL_IF --><!-- TMPL_ELSE --><!-- TMPL_IF NAME="add_validate" --> <a href="/cgi-bin/koha/tools/letter.pl">Letters</a> &rsaquo; Letter added<!-- TMPL_ELSE --><!-- TMPL_IF NAME="delete_confirm" --> <a href="/cgi-bin/koha/tools/letter.pl">Letters</a> &rsaquo; Confirm Deletion<!-- TMPL_ELSE -->Letters<!-- /TMPL_IF --><!-- /TMPL_IF --><!-- /TMPL_IF --></div>
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/tools-home.pl">Tools</a> &rsaquo; <!-- TMPL_IF NAME="add_form" --><!-- TMPL_IF name="modify" --><a href="/cgi-bin/koha/tools/letter.pl">Noticess</a> &rsaquo; Modify notice<!-- TMPL_ELSE --> <a href="/cgi-bin/koha/tools/letter.pl">Notices</a> &rsaquo; Add notice<!-- /TMPL_IF --><!-- TMPL_ELSE --><!-- TMPL_IF NAME="add_validate" --> <a href="/cgi-bin/koha/tools/letter.pl">Notices</a> &rsaquo; Notice added<!-- TMPL_ELSE --><!-- TMPL_IF NAME="delete_confirm" --> <a href="/cgi-bin/koha/tools/letter.pl">Notices</a> &rsaquo; Confirm Deletion<!-- TMPL_ELSE -->Notices<!-- /TMPL_IF --><!-- /TMPL_IF --><!-- /TMPL_IF --></div>
<div id="doc3" class="yui-t2">
@ -136,7 +136,7 @@
<form action="/cgi-bin/koha/tools/letter.pl" method="post">
<input type="hidden" name="op" value="add_form" />
<p>
<input type="submit" class="button" value="Add Letter" title="Add Letter" alt="Add Letter" />
<input type="submit" class="button" value="Add Notice" title="Add Notice" alt="Add Notice" />
</p>
</form>
<!-- /TMPL_IF -->
@ -263,7 +263,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="delete_confirm" -->
<h3>Delete Letter?</h3>
<h3>Delete Notice?</h3>
<table>
<tr>
<td>

View file

@ -32,8 +32,8 @@
<dt><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></dt>
<dd>Write news for the OPAC and staff interfaces.</dd>
<dt><a href="/cgi-bin/koha/tools/letter.pl">Letters</a></dt>
<dd>Define letters (notifications for overdues, etc.)</dd>
<dt><a href="/cgi-bin/koha/tools/letter.pl">Notices</a></dt>
<dd>Define notices (print and email notification messages for overdues, etc.)</dd>
<dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue rules</a></dt>
<dd>Rules for overdue books</dd>