Bug 3764: Made city/town admin form clear
authorNicole Engard <nengard@gmail.com>
Mon, 4 Jan 2010 07:31:05 +0000 (02:31 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 5 Jan 2010 12:54:09 +0000 (13:54 +0100)
koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tmpl

index 6a96abf..62055da 100644 (file)
                <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>
        
         <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>
 <!-- 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>