changing nomenclature: s/letters/notices/
Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
parent
a24d525e7f
commit
f280a42787
3 changed files with 8 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
||||
<title>Koha › Tools › Letters<!-- TMPL_IF NAME="add_form" --><!-- TMPL_IF name="modify" --> › Modify letter<!-- TMPL_ELSE --> › Add letter<!-- /TMPL_IF --><!-- /TMPL_IF --><!-- TMPL_IF NAME="add_validate" --> › Letter added<!-- /TMPL_IF --><!-- TMPL_IF NAME="delete_confirm" --> › Confirm Deletion<!-- /TMPL_IF --></title>
|
||||
<title>Koha › Tools › Notices<!-- TMPL_IF NAME="add_form" --><!-- TMPL_IF name="modify" --> › Modify notice<!-- TMPL_ELSE --> › Add notice<!-- /TMPL_IF --><!-- /TMPL_IF --><!-- TMPL_IF NAME="add_validate" --> › Notice added<!-- /TMPL_IF --><!-- TMPL_IF NAME="delete_confirm" --> › 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> › <a href="/cgi-bin/koha/reports/tools-home.pl">Tools</a> › <!-- TMPL_IF NAME="add_form" --><!-- TMPL_IF name="modify" --><a href="/cgi-bin/koha/tools/letter.pl">Letters</a> › Modify letter<!-- TMPL_ELSE --> <a href="/cgi-bin/koha/tools/letter.pl">Letters</a> › Add letter<!-- /TMPL_IF --><!-- TMPL_ELSE --><!-- TMPL_IF NAME="add_validate" --> <a href="/cgi-bin/koha/tools/letter.pl">Letters</a> › Letter added<!-- TMPL_ELSE --><!-- TMPL_IF NAME="delete_confirm" --> <a href="/cgi-bin/koha/tools/letter.pl">Letters</a> › Confirm Deletion<!-- TMPL_ELSE -->Letters<!-- /TMPL_IF --><!-- /TMPL_IF --><!-- /TMPL_IF --></div>
|
||||
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/reports/tools-home.pl">Tools</a> › <!-- TMPL_IF NAME="add_form" --><!-- TMPL_IF name="modify" --><a href="/cgi-bin/koha/tools/letter.pl">Noticess</a> › Modify notice<!-- TMPL_ELSE --> <a href="/cgi-bin/koha/tools/letter.pl">Notices</a> › Add notice<!-- /TMPL_IF --><!-- TMPL_ELSE --><!-- TMPL_IF NAME="add_validate" --> <a href="/cgi-bin/koha/tools/letter.pl">Notices</a> › Notice added<!-- TMPL_ELSE --><!-- TMPL_IF NAME="delete_confirm" --> <a href="/cgi-bin/koha/tools/letter.pl">Notices</a> › 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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue