[Koha-patches] [PATCH] bug 4101 patroncards changed to patron card creator

Nicole Engard nengard at gmail.com
Wed Feb 3 15:21:26 CET 2010


There are references to patroncards in label text through out the patron card creator - I have changed it to 'patron card creator'
---
 .../prog/en/includes/patroncards-menu.inc          |    2 +-
 .../prog/en/modules/patroncards/card-print.tmpl    |   16 ++++++++--------
 .../prog/en/modules/patroncards/edit-batch.tmpl    |    6 +++---
 .../prog/en/modules/patroncards/edit-layout.tmpl   |   12 ++++++------
 .../prog/en/modules/patroncards/edit-profile.tmpl  |    4 ++--
 .../prog/en/modules/patroncards/edit-template.tmpl |   14 +++++++-------
 .../prog/en/modules/patroncards/home.tmpl          |    8 ++++----
 .../prog/en/modules/patroncards/image-manage.tmpl  |    2 +-
 .../prog/en/modules/patroncards/manage.tmpl        |    2 +-
 9 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-menu.inc
index 2a246d4..b912f3c 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-menu.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-menu.inc
@@ -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>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/card-print.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/card-print.tmpl
index 85eea0b..986f78c 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/card-print.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/card-print.tmpl
@@ -1,5 +1,5 @@
     <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Label Printing/Exporting</title>
+    <title>Koha &rsaquo; Tools &rsaquo; Patron Card Creator &rsaquo; 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>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tmpl
index c4150a0..ec98ea8 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tmpl
@@ -1,5 +1,5 @@
     <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Manage Label Batches</title>
+    <title>Koha &rsaquo; Tools &rsaquo; Patron Card Creator &rsaquo; 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> &rsaquo;
         <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
-        <a href="/cgi-bin/koha/patroncards/home.pl">Patroncards Home</a> &rsaquo;
-        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=batch">Manage Patroncards Batches</a> &rsaquo;
+        <a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> &rsaquo;
+        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=batch">Manage Patron Card Batches</a> &rsaquo;
         Manage Batch Number <!-- TMPL_VAR NAME="batch_id" -->
     </div>
     <div id="doc3" class="yui-t2">
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tmpl
index 536efda..188b88e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tmpl
@@ -1,5 +1,5 @@
     <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-    <title>Koha &rsaquo; Tools &rsaquo; Patron Cards</title>
+    <title>Koha &rsaquo; Tools &rsaquo; 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> &rsaquo;
         <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
-        <a href="/cgi-bin/koha/patroncards/home.pl">Patroncards Home</a> &rsaquo;
-        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Mange Patroncard Layouts</a> &rsaquo;
-        <!-- 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> &rsaquo;
+        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Mange Patron Card Layouts</a> &rsaquo;
+        <!-- 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>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tmpl
index 362b58f..1c79f3e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tmpl
@@ -1,5 +1,5 @@
     <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-    <title>Koha &rsaquo; Tools &rsaquo; Patroncards</title>
+    <title>Koha &rsaquo; Tools &rsaquo; 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> &rsaquo;
         <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
-        <a href="/cgi-bin/koha/patroncards/home.pl">Patroncards</a> &rsaquo;
+        <a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> &rsaquo;
         <a href="/cgi-bin/koha/patroncards/manage.pl?label_element=profile">Printer Profiles</a> &rsaquo;
         Edit Printer Profile
     </div>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tmpl
index d03d928..6429154 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tmpl
@@ -1,5 +1,5 @@
     <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-    <title>Koha &rsaquo; Tools &rsaquo; Patroncards &rsaquo; Templates</title>
+    <title>Koha &rsaquo; Tools &rsaquo; Patron Card Creator &rsaquo; 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>&rsaquo;
-        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>&rsaquo;
-        <a href="/cgi-bin/koha/patroncards/home.pl">Patroncards</a>&rsaquo;
-        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Patroncard Templates</a>&rsaquo;
-        Edit Patroncard Template
+        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
+        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
+        <a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> &rsaquo;
+        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Patron Card Templates</a> &rsaquo;
+        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>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.tmpl
index e407fe7..fe25e3f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.tmpl
@@ -1,5 +1,5 @@
     <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-    <title>Koha &rsaquo; Tools &rsaquo; Patron Cards Home</title>
+    <title>Koha &rsaquo; Tools &rsaquo; 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>&rsaquo;
-        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>&rsaquo;
-        Patroncards Home
+        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
+        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
+        Patron Card Creator
     </div>
     <div id="doc3" class="yui-t2">
         <div id="bd">
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tmpl
index dd023ea..0872d17 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tmpl
@@ -95,7 +95,7 @@
 <div id="breadcrumbs">
     <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
     <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
-    <a href="/cgi-bin/koha/patroncards/home.pl">Patroncards Home</a> &rsaquo;
+    <a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> &rsaquo;
     Manage Images
 </div>
 <div id="doc3" class="yui-t2">
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tmpl
index ba529ef..08ab466 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tmpl
@@ -122,7 +122,7 @@
     <div id="breadcrumbs">
         <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
         <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
-        <a href="/cgi-bin/koha/patroncards/home.pl">Patroncards Home</a> &rsaquo;
+        <a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> &rsaquo;
         Manage Card <!-- TMPL_VAR NAME="card_element_title" -->
     </div>
     <div id="doc3" class="yui-t2">
-- 
1.5.6.5




More information about the Koha-patches mailing list