[Koha-patches] [PATCH] BUG 3715 added state to label

Nicole Engard nengard at gmail.com
Thu Oct 15 22:03:53 CEST 2009


>From da74e94d76ec82ba15ed7eefd960eb87b8ee25ac Mon Sep 17 00:00:00 2001
From: Nicole Engard <nengard at gmail.com>
Date: Thu, 15 Oct 2009 12:01:00 -0400
Subject: [PATCH] BUG 3715 added state to label
Content-Type: text/plain; charset="utf-8"

---
 .../prog/en/modules/admin/branches.tmpl            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl
b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl
index 2d03b63..41b3bfb 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl
@@ -109,8 +109,8 @@
         <li><label for="branchaddress1">Address Line 1</label><input
type="text" name="branchaddress1" id="branchaddress1" value="<!--
TMPL_VAR name="branchaddress1" escape="HTML" -->" /></li>
         <li><label for="branchaddress2">Address Line 2</label><input
type="text" name="branchaddress2" id="branchaddress2" value="<!--
TMPL_VAR name="branchaddress2" escape="HTML" -->" /></li>
         <li><label for="branchaddress3">Address Line 3</label><input
type="text" name="branchaddress3" id="branchaddress3" value="<!--
TMPL_VAR name="branchaddress3" escape="HTML" -->" /></li>
+        <li><label for="branchcity">City, State</label><input
type="text" name="branchcity" id="branchcity" value="<!-- TMPL_VAR
name="branchcity" escape="HTML" -->" /></li>
         <li><label for="branchzip">Zip/Postal Code</label><input
type="text" name="branchzip" id="branchzip" value="<!-- TMPL_VAR
name="branchzip" escape="HTML" -->" /></li>
-        <li><label for="branchcity">City</label><input type="text"
name="branchcity" id="branchcity" value="<!-- TMPL_VAR
name="branchcity" escape="HTML" -->" /></li>
         <li><label for="branchcountry">Country</label><input
type="text" name="branchcountry" id="branchcountry" value="<!--
TMPL_VAR name="branchcountry" escape="HTML" -->" /></li>
         <li><label for="branchphone">Phone</label><input type="text"
name="branchphone" id="branchphone" value="<!-- TMPL_VAR
name="branchphone" escape="HTML" -->" /></li>
         <li><label for="branchfax">Fax</label><input type="text"
name="branchfax" id="branchfax" value="<!-- TMPL_VAR name="branchfax"
escape="HTML" -->" /></li>
-- 
1.5.6.5
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-BUG-3715-added-state-to-label.patch
Type: application/octet-stream
Size: 2304 bytes
Desc: not available
URL: </pipermail/koha-patches/attachments/20091015/8b78aec1/attachment-0001.obj>


More information about the Koha-patches mailing list