|
Lines 92-98
tinyMCE.init({
Link Here
|
| 92 |
<label for="branchcode" class="required">Library code: </label> |
92 |
<label for="branchcode" class="required">Library code: </label> |
| 93 |
<input type="text" name="branchcode" id="branchcode" size="10" maxlength="10" value="[% branchcode |html %]" class="required" required="required" /> <span class="required">Required</span> |
93 |
<input type="text" name="branchcode" id="branchcode" size="10" maxlength="10" value="[% branchcode |html %]" class="required" required="required" /> <span class="required">Required</span> |
| 94 |
[% ELSE %] |
94 |
[% ELSE %] |
| 95 |
<label for="branchcode" class="required">Library code: </label> |
95 |
<span class="label">Library code: </span> |
| 96 |
<input type="hidden" name="branchcode" value="[% branchcode |html %]" /> |
96 |
<input type="hidden" name="branchcode" value="[% branchcode |html %]" /> |
| 97 |
[% branchcode %] |
97 |
[% branchcode %] |
| 98 |
[% END %] |
98 |
[% END %] |
|
Lines 119-137
tinyMCE.init({
Link Here
|
| 119 |
</fieldset>[% END %] |
119 |
</fieldset>[% END %] |
| 120 |
<fieldset class="rows"> |
120 |
<fieldset class="rows"> |
| 121 |
<ol> |
121 |
<ol> |
| 122 |
<li><label for="branchaddress1">Address line 1: </label><input type="text" name="branchaddress1" id="branchaddress1" value="[% branchaddress1 |html %]" /></li> |
122 |
<li><label for="branchaddress1">Address line 1: </label><input type="text" name="branchaddress1" id="branchaddress1" size="60" value="[% branchaddress1 |html %]" /></li> |
| 123 |
<li><label for="branchaddress2">Address line 2: </label><input type="text" name="branchaddress2" id="branchaddress2" value="[% branchaddress2 |html %]" /></li> |
123 |
<li><label for="branchaddress2">Address line 2: </label><input type="text" name="branchaddress2" id="branchaddress2" size="60" value="[% branchaddress2 |html %]" /></li> |
| 124 |
<li><label for="branchaddress3">Address line 3: </label><input type="text" name="branchaddress3" id="branchaddress3" value="[% branchaddress3 |html %]" /></li> |
124 |
<li><label for="branchaddress3">Address line 3: </label><input type="text" name="branchaddress3" id="branchaddress3" size="60" value="[% branchaddress3 |html %]" /></li> |
| 125 |
<li><label for="branchcity">City: </label><input type="text" name="branchcity" id="branchcity" value="[% branchcity |html %]" /></li> |
125 |
<li><label for="branchcity">City: </label><input type="text" name="branchcity" id="branchcity" size="60" value="[% branchcity |html %]" /></li> |
| 126 |
<li><label for="branchstate">State: </label><input type="text" name="branchstate" id="branchstate" value="[% branchstate |html %]" /></li> |
126 |
<li><label for="branchstate">State: </label><input type="text" name="branchstate" id="branchstate" size="60" value="[% branchstate |html %]" /></li> |
| 127 |
<li><label for="branchzip">Zip/Postal code: </label><input type="text" name="branchzip" id="branchzip" value="[% branchzip |html %]" /></li> |
127 |
<li><label for="branchzip">Zip/Postal code: </label><input type="text" name="branchzip" id="branchzip" size="25" maxlength="25" value="[% branchzip |html %]" /></li> |
| 128 |
<li><label for="branchcountry">Country: </label><input type="text" name="branchcountry" id="branchcountry" value="[% branchcountry |html %]" /></li> |
128 |
<li><label for="branchcountry">Country: </label><input type="text" name="branchcountry" id="branchcountry" size="60" value="[% branchcountry |html %]" /></li> |
| 129 |
<li><label for="branchphone">Phone: </label><input type="text" name="branchphone" id="branchphone" value="[% branchphone |html %]" /></li> |
129 |
<li><label for="branchphone">Phone: </label><input type="text" name="branchphone" id="branchphone" size="60" value="[% branchphone |html %]" /></li> |
| 130 |
<li><label for="branchfax">Fax: </label><input type="text" name="branchfax" id="branchfax" value="[% branchfax |html %]" /></li> |
130 |
<li><label for="branchfax">Fax: </label><input type="text" name="branchfax" id="branchfax" size="60" value="[% branchfax |html %]" /></li> |
| 131 |
<li><label for="branchemail">Email: </label><input type="text" name="branchemail" id="branchemail" class="email" value="[% branchemail |html %]" /></li> |
131 |
<li><label for="branchemail">Email: </label><input type="text" name="branchemail" id="branchemail" class="email" size="80" value="[% branchemail |html %]" /></li> |
| 132 |
<li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl" value="[% branchurl |html %]" class="url" /></li> |
132 |
<li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl" size="80" value="[% branchurl |html %]" class="url" /></li> |
| 133 |
<li><label for="opac_info">OPAC info: </label><textarea name="opac_info" id="opac_info">[% opac_info |html %]</textarea></li> |
133 |
<li><label for="opac_info">OPAC info: </label><textarea name="opac_info" id="opac_info">[% opac_info |html %]</textarea></li> |
| 134 |
<li><label for="branchip">IP: </label><input type="text" name="branchip" id="branchip" value="[% branchip |html %]" /> <span class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</span></li> |
134 |
<li><label for="branchip">IP: </label><input type="text" name="branchip" id="branchip" size="15" maxlength="15" value="[% branchip |html %]" /> <span class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</span></li> |
| 135 |
<!-- |
135 |
<!-- |
| 136 |
<li><label for="branchprinter">Library Printer: </label> |
136 |
<li><label for="branchprinter">Library Printer: </label> |
| 137 |
<select id="branchprinter" name="branchprinter"> |
137 |
<select id="branchprinter" name="branchprinter"> |
|
Lines 145-151
tinyMCE.init({
Link Here
|
| 145 |
[% END %] |
145 |
[% END %] |
| 146 |
</select></li> |
146 |
</select></li> |
| 147 |
--> |
147 |
--> |
| 148 |
<li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" value="[% branchnotes |html %]" /></li> |
148 |
<li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% branchnotes |html %]" /></li> |
| 149 |
</ol> |
149 |
</ol> |
| 150 |
</fieldset> |
150 |
</fieldset> |
| 151 |
<fieldset class="action"><input type="submit" value="Submit" /> <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a></fieldset> |
151 |
<fieldset class="action"><input type="submit" value="Submit" /> <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a></fieldset> |
| 152 |
- |
|
|