Partial fix for Bug #3139
authorNicole Engard <nce@liblime.com>
Sun, 19 Apr 2009 13:42:04 +0000 (08:42 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 26 May 2009 19:15:14 +0000 (21:15 +0200)
Standardized all references to Address and Zip/Postal Code.

Also fixed bug #3138 by making the Alt address ready City, State.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl

index 05f4d0a..d1fb07e 100644 (file)
       <!--TMPL_ELSE-->
         <label for="zipcode">
       <!-- /TMPL_IF-->
-      Zipcode: </label>
+      Zip/Postal code: </label>
       <input type="text" name="zipcode" id="zipcode" size="10" value="<!-- TMPL_VAR NAME="zipcode" -->" />
          <!-- TMPL_IF NAME="mandatoryzipcode" --><span class="required">Required</span><!-- /TMPL_IF -->
     </li>
                                <!--TMPL_ELSE-->
                                        <label for="B_city">
                                <!-- /TMPL_IF-->
-                               City: </label>
+                               City, State: </label>
                                <input type="text" id="B_city" name="B_city" size="20" value="<!-- TMPL_VAR NAME="B_city" -->" />
          <!-- TMPL_IF NAME="mandatoryB_city" --><span class="required">Required</span><!-- /TMPL_IF -->
                        </li>
                                <!--TMPL_ELSE-->
                                        <label for="B_zipcode">
                                <!-- /TMPL_IF-->
-                               Zipcode: </label>
+                               Zip/Postal code: </label>
                                <input type="text" id="B_zipcode" name="B_zipcode" maxlength="10" size="10" value="<!-- TMPL_VAR NAME="B_zipcode" -->" />
          <!-- TMPL_IF NAME="mandatoryB_zipcode" --><span class="required">Required</span><!-- /TMPL_IF -->
                        </li>
                </fieldset>
                <fieldset class="rows" id="memberentry_altaddress">       
                    <legend>Alternate Contact</legend><ol>
-                       <li>
-                           <!-- TMPL_IF NAME="mandatoryaltcontactfirstname" -->
-                               <label for="altcontactfirstname" class="required">
-                               <!-- TMPL_ELSE -->
-                               <label for="altcontactfirstname">
-                               <!-- /TMPL_IF -->
-                               First name:</label>
-                               <input type="text" name="altcontactfirstname" id="altcontactfirstname" value="<!-- TMPL_VAR NAME="altcontactfirstname" -->" />
-                               <!-- TMPL_IF NAME="mandatoryaltcontactfirstname" --><span class="required">Required</span><!-- /TMPL_IF -->
-                       </li>
                        <li>
                            <!-- TMPL_IF NAME="mandatoryaltcontactsurname" -->
                                <label for="altcontactsurname" class="required">
                                <input type="text" name="altcontactsurname" id="altcontactsurname" value="<!-- TMPL_VAR NAME="altcontactsurname" -->" />
                                <!-- TMPL_IF NAME="mandatoryaltcontactsurname" --><span class="required">Required</span><!-- /TMPL_IF -->
                        </li>
+                       <li>
+                           <!-- TMPL_IF NAME="mandatoryaltcontactfirstname" -->
+                               <label for="altcontactfirstname" class="required">
+                               <!-- TMPL_ELSE -->
+                               <label for="altcontactfirstname">
+                               <!-- /TMPL_IF -->
+                               First name:</label>
+                               <input type="text" name="altcontactfirstname" id="altcontactfirstname" value="<!-- TMPL_VAR NAME="altcontactfirstname" -->" />
+                               <!-- TMPL_IF NAME="mandatoryaltcontactfirstname" --><span class="required">Required</span><!-- /TMPL_IF -->
+                       </li>
                        <li>
                            <!-- TMPL_IF NAME="mandatoryaltcontactaddress1" -->
                                <label for="altcontactaddress1" class="required">
                                <!-- TMPL_ELSE -->
                                <label for="altcontactaddress1">
                                <!-- /TMPL_IF -->
-                               Address line 1:</label>
+                               Address:</label>
                                <input type="text" name="altcontactaddress1" id="altcontactaddress1" value="<!-- TMPL_VAR NAME="altcontactaddress1" -->" size="40" />
                                <!-- TMPL_IF NAME="mandatoryaltcontactaddress1" --><span class="required">Required</span><!-- /TMPL_IF -->
                        </li>
                                <!-- TMPL_ELSE -->
                                <label for="altcontactaddress2">
                                <!-- /TMPL_IF -->
-                               Address line 2:</label>
+                               Address 2:</label>
                                <input type="text" name="altcontactaddress2" id="altcontactaddress2" value="<!-- TMPL_VAR NAME="altcontactaddress2" -->" size="40" />
                                <!-- TMPL_IF NAME="mandatoryaltcontactaddress2" --><span class="required">Required</span><!-- /TMPL_IF -->
                        </li>
                                <!-- TMPL_ELSE -->
                                <label for="altcontactzipcode">
                                <!-- /TMPL_IF -->
-                               ZIP/Post code:</label>
+                               Zip/Postal code:</label>
                                <input type="text" name="altcontactzipcode" id="altcontactzipcode" value="<!-- TMPL_VAR NAME="altcontactzipcode" -->" size="5" />
                                <!-- TMPL_IF NAME="mandatoryaltcontactzipcode" --><span class="required">Required</span><!-- /TMPL_IF -->
                        </li>