View | Details | Raw Unified | Return to bug 3764
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tmpl (-7 / +6 lines)
Lines 54-64 Link Here
54
		<span class="label">City ID: </span><!-- TMPL_VAR NAME="cityid" --></li>
54
		<span class="label">City ID: </span><!-- TMPL_VAR NAME="cityid" --></li>
55
	<!-- /TMPL_IF -->
55
	<!-- /TMPL_IF -->
56
	<li>
56
	<li>
57
	<label for="city_name">City name: </label>
57
	<label for="city_name">City, State: </label>
58
	<input type="text" name="city_name" id="city_name" size="40" maxlength="80" value="<!-- TMPL_VAR NAME="city_name" ESCAPE="HTML" -->" />
58
	<input type="text" name="city_name" id="city_name" size="40" maxlength="80" value="<!-- TMPL_VAR NAME="city_name" ESCAPE="HTML" -->" />
59
	</li>
59
	</li>
60
	<li>				
60
	<li>				
61
	<label for="city_zipcode">City zipcode: </label>
61
	<label for="city_zipcode">Zip/Postal code: </label>
62
	<input type="text" name="city_zipcode" id="city_zipcode" size="10" maxlength="10" value="<!-- TMPL_VAR NAME="city_zipcode" -->" />
62
	<input type="text" name="city_zipcode" id="city_zipcode" size="10" maxlength="10" value="<!-- TMPL_VAR NAME="city_zipcode" -->" />
63
	</li></ol></fieldset>
63
	</li></ol></fieldset>
64
	
64
	
Lines 81-90 Link Here
81
        <tr><th>City id</th>
81
        <tr><th>City id</th>
82
            <td><!-- TMPL_VAR NAME="cityid" --></td>
82
            <td><!-- TMPL_VAR NAME="cityid" --></td>
83
        </tr>
83
        </tr>
84
        <tr><th>City name</th>
84
        <tr><th>City, State</th>
85
            <td><!-- TMPL_VAR NAME="city_name" --></td>
85
            <td><!-- TMPL_VAR NAME="city_name" --></td>
86
        </tr>
86
        </tr>
87
        <tr><th>City zipcode</th>
87
        <tr><th>Zip/Postal code</th>
88
            <td><!-- TMPL_VAR NAME="city_zipcode" --></td>
88
            <td><!-- TMPL_VAR NAME="city_zipcode" --></td>
89
        </tr>
89
        </tr>
90
    </table>
90
    </table>
Lines 118-125 Link Here
118
<!-- TMPL_IF NAME="loop" -->	<table>
118
<!-- TMPL_IF NAME="loop" -->	<table>
119
		<tr>
119
		<tr>
120
			<th>City ID</th>
120
			<th>City ID</th>
121
			<th>City name</th>
121
			<th>City, State</th>
122
			<th>City zipcode</th>
122
			<th>Zip/Postal code</th>
123
			<th>&nbsp;</th>
123
			<th>&nbsp;</th>
124
			<th>&nbsp;</th>
124
			<th>&nbsp;</th>
125
		</tr>
125
		</tr>
126
- 

Return to bug 3764