bug 4101 patroncards changed to patron card creator
There are references to patroncards in label text through out the patron card creator - I have changed it to 'patron card creator' Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
dde8191aa5
commit
710a7f0086
9 changed files with 33 additions and 33 deletions
|
@ -1,5 +1,5 @@
|
|||
<div id="navmenu"><ul id="navmenulist">
|
||||
<li><a href="/cgi-bin/koha/patroncards/home.pl">Patroncards Home</a></li>
|
||||
<li><a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator Home</a></li>
|
||||
<li><a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Manage Layouts</a></li>
|
||||
<li><a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Manage Templates</a></li>
|
||||
<li><a href="/cgi-bin/koha/patroncards/manage.pl?card_element=profile">Manage Profiles</a></li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
||||
<title>Koha › Tools › Labels › Label Printing/Exporting</title>
|
||||
<title>Koha › Tools › Patron Card Creator › Patron Card Printing/Exporting</title>
|
||||
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
<script type="text/JavaScript" language="JavaScript">
|
||||
//<![CDATA[
|
||||
|
@ -27,7 +27,7 @@
|
|||
<tr>
|
||||
<!-- TMPL_IF NAME="label_ids" -->
|
||||
<td class="borderless">
|
||||
<!-- TMPL_VAR NAME="label_count" --> Single Labels
|
||||
<!-- TMPL_VAR NAME="label_count" --> Single Cards
|
||||
</td>
|
||||
<td class="borderless">
|
||||
<h1 id="pdf">
|
||||
|
@ -46,7 +46,7 @@
|
|||
</td>
|
||||
<!-- TMPL_ELSIF NAME="item_numbers" -->
|
||||
<td class="borderless">
|
||||
<!-- TMPL_VAR NAME="label_count" --> Single Labels
|
||||
<!-- TMPL_VAR NAME="label_count" --> Single Cards
|
||||
</td>
|
||||
<td class="borderless">
|
||||
<h1 id="pdf">
|
||||
|
@ -65,7 +65,7 @@
|
|||
</td>
|
||||
<!-- TMPL_ELSE -->
|
||||
<td class="borderless">
|
||||
Label Batch Number <!-- TMPL_VAR NAME="batch_id" -->
|
||||
Card Batch Number <!-- TMPL_VAR NAME="batch_id" -->
|
||||
</td>
|
||||
<td class="borderless">
|
||||
<h1 id="pdf">
|
||||
|
@ -97,9 +97,9 @@
|
|||
<div align="center">
|
||||
<div class="message">
|
||||
<!-- TMPL_IF NAME="label_ids" -->
|
||||
<b>Exporting <!-- TMPL_VAR NAME="label_count" --> label(s).</b>
|
||||
<b>Exporting <!-- TMPL_VAR NAME="label_count" --> cards(s).</b>
|
||||
<!-- TMPL_ELSIF NAME="item_numbers"-->
|
||||
<b>Exporting <!-- TMPL_VAR NAME="item_count" --> label(s).</b>
|
||||
<b>Exporting <!-- TMPL_VAR NAME="item_count" --> cards(s).</b>
|
||||
<!-- TMPL_ELSE -->
|
||||
<b><!-- TMPL_VAR NAME="multi_batch_count" --> batch(es) to export.</b>
|
||||
<!-- /TMPL_IF -->
|
||||
|
@ -145,10 +145,10 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="borderless">
|
||||
<label for="start_label">Enter starting label number: </label>
|
||||
<label for="start_label">Enter starting card number: </label>
|
||||
</td>
|
||||
<td class="borderless">
|
||||
<input type="text" size="5" id="start_label" name="start_label" class="focus" title="Starting label number" value="1"/>
|
||||
<input type="text" size="5" id="start_label" name="start_label" class="focus" title="Starting card number" value="1"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
||||
<title>Koha › Tools › Labels › Manage Label Batches</title>
|
||||
<title>Koha › Tools › Patron Card Creator › Manage Patron Card Batches</title>
|
||||
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="greybox.inc" -->
|
||||
<script type="text/javascript">
|
||||
|
@ -25,8 +25,8 @@
|
|||
<div id="breadcrumbs">
|
||||
<a href="/cgi-bin/koha/mainpage.pl">Home</a> ›
|
||||
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/home.pl">Patroncards Home</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/manage.pl?card_element=batch">Manage Patroncards Batches</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/manage.pl?card_element=batch">Manage Patron Card Batches</a> ›
|
||||
Manage Batch Number <!-- TMPL_VAR NAME="batch_id" -->
|
||||
</div>
|
||||
<div id="doc3" class="yui-t2">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
||||
<title>Koha › Tools › Patron Cards</title>
|
||||
<title>Koha › Tools › Patron Card Creator</title>
|
||||
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
<script type="text/JavaScript" language="JavaScript">
|
||||
//<![CDATA[
|
||||
|
@ -139,9 +139,9 @@
|
|||
<div id="breadcrumbs">
|
||||
<a href="/cgi-bin/koha/mainpage.pl">Home</a> ›
|
||||
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/home.pl">Patroncards Home</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Mange Patroncard Layouts</a> ›
|
||||
<!-- TMPL_IF NAME="layout_id" -->Edit<!-- TMPL_ELSE -->Create<!-- /TMPL_IF --> Patroncard Layout
|
||||
<a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Mange Patron Card Layouts</a> ›
|
||||
<!-- TMPL_IF NAME="layout_id" -->Edit<!-- TMPL_ELSE -->Create<!-- /TMPL_IF --> Patron Card Layout
|
||||
</div>
|
||||
<div id="doc3" class="yui-t2">
|
||||
<div id="bd">
|
||||
|
@ -152,7 +152,7 @@
|
|||
<div class="yui-g">
|
||||
<div class="yui-g first">
|
||||
<fieldset class="rows">
|
||||
<legend><!-- TMPL_IF NAME="layout_id" -->Edit<!-- TMPL_ELSE -->Create<!-- /TMPL_IF --> Patroncard Text Layout</legend>
|
||||
<legend><!-- TMPL_IF NAME="layout_id" -->Edit<!-- TMPL_ELSE -->Create<!-- /TMPL_IF --> Patron Card Text Layout</legend>
|
||||
<ol>
|
||||
<li>
|
||||
<fieldset>
|
||||
|
@ -358,7 +358,7 @@
|
|||
</div>
|
||||
<div class="yui-g">
|
||||
<fieldset class="rows">
|
||||
<legend><!-- TMPL_IF NAME="layout_id" -->Edit<!-- TMPL_ELSE -->Create<!-- /TMPL_IF --> Patroncard Graphic Layout</legend>
|
||||
<legend><!-- TMPL_IF NAME="layout_id" -->Edit<!-- TMPL_ELSE -->Create<!-- /TMPL_IF --> Patron Card Graphic Layout</legend>
|
||||
<ol>
|
||||
<!--
|
||||
<li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
||||
<title>Koha › Tools › Patroncards</title>
|
||||
<title>Koha › Tools › Patron Card Creator</title>
|
||||
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
|
@ -69,7 +69,7 @@
|
|||
<div id="breadcrumbs">
|
||||
<a href="/cgi-bin/koha/mainpage.pl">Home</a> ›
|
||||
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/home.pl">Patroncards</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/manage.pl?label_element=profile">Printer Profiles</a> ›
|
||||
Edit Printer Profile
|
||||
</div>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
||||
<title>Koha › Tools › Patroncards › Templates</title>
|
||||
<title>Koha › Tools › Patron Card Creator › Templates</title>
|
||||
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
|
@ -67,11 +67,11 @@
|
|||
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
|
||||
<div id="breadcrumbs">
|
||||
<a href="/cgi-bin/koha/mainpage.pl">Home</a>›
|
||||
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>›
|
||||
<a href="/cgi-bin/koha/patroncards/home.pl">Patroncards</a>›
|
||||
<a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Patroncard Templates</a>›
|
||||
Edit Patroncard Template
|
||||
<a href="/cgi-bin/koha/mainpage.pl">Home</a> ›
|
||||
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Patron Card Templates</a> ›
|
||||
Edit Patron Card Template
|
||||
</div>
|
||||
<div id="doc3" class="yui-t2">
|
||||
<div id="bd">
|
||||
|
@ -79,7 +79,7 @@
|
|||
<div class="yui-b">
|
||||
<form name="input" action="/cgi-bin/koha/patroncards/edit-template.pl" method="get">
|
||||
<div class="yui-g">
|
||||
<h3>Edit Patroncard Template</h3>
|
||||
<h3>Edit Patron Card Template</h3>
|
||||
<div class="yui-u first">
|
||||
<fieldset class="rows">
|
||||
<ol>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
||||
<title>Koha › Tools › Patron Cards Home</title>
|
||||
<title>Koha › Tools › Patron Card Creator</title>
|
||||
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/css/card.css" />
|
||||
</head>
|
||||
|
@ -7,9 +7,9 @@
|
|||
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
|
||||
<div id="breadcrumbs">
|
||||
<a href="/cgi-bin/koha/mainpage.pl">Home</a>›
|
||||
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>›
|
||||
Patroncards Home
|
||||
<a href="/cgi-bin/koha/mainpage.pl">Home</a> ›
|
||||
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> ›
|
||||
Patron Card Creator
|
||||
</div>
|
||||
<div id="doc3" class="yui-t2">
|
||||
<div id="bd">
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
<div id="breadcrumbs">
|
||||
<a href="/cgi-bin/koha/mainpage.pl">Home</a> ›
|
||||
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/home.pl">Patroncards Home</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> ›
|
||||
Manage Images
|
||||
</div>
|
||||
<div id="doc3" class="yui-t2">
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
<div id="breadcrumbs">
|
||||
<a href="/cgi-bin/koha/mainpage.pl">Home</a> ›
|
||||
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/home.pl">Patroncards Home</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> ›
|
||||
Manage Card <!-- TMPL_VAR NAME="card_element_title" -->
|
||||
</div>
|
||||
<div id="doc3" class="yui-t2">
|
||||
|
|
Loading…
Reference in a new issue