Bugzilla – Attachment 1556 Details for
Bug 3764
Cities Towns form not clear
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-3764-Made-city-town-admin-form-clear.patch (text/plain), 1.93 KB, created by
Chris Cormack
on 2009-11-04 20:20:00 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2009-11-04 20:20:00 UTC
Size:
1.93 KB
patch
obsolete
>From d7f575146918ef175429547dcc417121a4f2f48e Mon Sep 17 00:00:00 2001 >From: Nicole Engard <nengard@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> </th> > <th> </th> > </tr> >-- >1.5.6.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 3764
: 1556