[Koha-patches] [PATCH] Bug 3764: Made city/town admin form clear

Nicole Engard nengard at gmail.com
Wed Nov 4 21:20:36 CET 2009


>From d7f575146918ef175429547dcc417121a4f2f48e Mon Sep 17 00:00:00 2001
From: Nicole Engard <nengard at gmail.com>
Date: Tue, 3 Nov 2009 17:01:00 -0500
Subject: [PATCH] Bug 3764: Made city/town admin form clear
Content-Type: text/plain; charset="utf-8"

---
 .../prog/en/modules/admin/cities.tmpl              |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tmpl
b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tmpl
index 6a96abf..62055da 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tmpl
@@ -54,11 +54,11 @@
 		<span class="label">City ID: </span><!-- TMPL_VAR NAME="cityid" --></li>
 	<!-- /TMPL_IF -->
 	<li>
-	<label for="city_name">City name: </label>
+	<label for="city_name">City, State: </label>
 	<input type="text" name="city_name" id="city_name" size="40"
maxlength="80" value="<!-- TMPL_VAR NAME="city_name" ESCAPE="HTML"
-->" />
 	</li>
 	<li>				
-	<label for="city_zipcode">City zipcode: </label>
+	<label for="city_zipcode">Zip/Postal code: </label>
 	<input type="text" name="city_zipcode" id="city_zipcode" size="10"
maxlength="10" value="<!-- TMPL_VAR NAME="city_zipcode" -->" />
 	</li></ol></fieldset>
 	
@@ -81,10 +81,10 @@
         <tr><th>City id</th>
             <td><!-- TMPL_VAR NAME="cityid" --></td>
         </tr>
-        <tr><th>City name</th>
+        <tr><th>City, State</th>
             <td><!-- TMPL_VAR NAME="city_name" --></td>
         </tr>
-        <tr><th>City zipcode</th>
+        <tr><th>Zip/Postal code</th>
             <td><!-- TMPL_VAR NAME="city_zipcode" --></td>
         </tr>
     </table>
@@ -118,8 +118,8 @@
 <!-- TMPL_IF NAME="loop" -->	<table>
 		<tr>
 			<th>City ID</th>
-			<th>City name</th>
-			<th>City zipcode</th>
+			<th>City, State</th>
+			<th>Zip/Postal code</th>
 			<th>&nbsp;</th>
 			<th>&nbsp;</th>
 		</tr>
-- 
1.5.6.5
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Bug-3764-Made-city-town-admin-form-clear.patch
Type: application/octet-stream
Size: 1973 bytes
Desc: not available
URL: </pipermail/koha-patches/attachments/20091104/fa03add3/attachment-0001.obj>


More information about the Koha-patches mailing list