Lines 122-128
Link Here
|
122 |
[% ELSE %] |
122 |
[% ELSE %] |
123 |
<input type="checkbox" id="[% category.categorycode | html %]" name="selected_categorycode_[% category.categorycode | html %]" /> |
123 |
<input type="checkbox" id="[% category.categorycode | html %]" name="selected_categorycode_[% category.categorycode | html %]" /> |
124 |
[% END %] |
124 |
[% END %] |
125 |
<span class="hint">[% category.codedescription | html %]</span> |
125 |
<div class="hint">[% category.codedescription | html %]</div> |
126 |
</li> |
126 |
</li> |
127 |
[% END %] |
127 |
[% END %] |
128 |
</ol> |
128 |
</ol> |
Lines 141-150
Link Here
|
141 |
<li><label for="branchfax">Fax: </label><input type="text" name="branchfax" id="branchfax" size="60" value="[% library.branchfax | html %]" /></li> |
141 |
<li><label for="branchfax">Fax: </label><input type="text" name="branchfax" id="branchfax" size="60" value="[% library.branchfax | html %]" /></li> |
142 |
<li><label for="branchemail">Email: </label><input type="text" name="branchemail" id="branchemail" class="email" size="80" value="[% library.branchemail | html %]" /></li> |
142 |
<li><label for="branchemail">Email: </label><input type="text" name="branchemail" id="branchemail" class="email" size="80" value="[% library.branchemail | html %]" /></li> |
143 |
[% IF (Koha.Preference('ILLModule')) %] |
143 |
[% IF (Koha.Preference('ILLModule')) %] |
144 |
<li><label for="branchillemail">ILL staff email: </label><input type="text" name="branchillemail" id="branchillemail" class="email" size="80" value="[% library.branchillemail | html %]" /><br /><span class="hint">Default: ILLDefaultStaffEmail system preference</span></li> |
144 |
<li> |
|
|
145 |
<label for="branchillemail">ILL staff email: </label> |
146 |
<input type="text" name="branchillemail" id="branchillemail" class="email" size="80" value="[% library.branchillemail | html %]" /> |
147 |
<div class="hint"> |
148 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
149 |
Default: <a target="_blank" href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=ILLDefaultStaffEmail">ILLDefaultStaffEmail</a> system preference |
150 |
[% ELSE %] |
151 |
Default: ILLDefaultStaffEmail system preference |
152 |
[% END %] |
153 |
</div> |
154 |
</li> |
145 |
[% END %] |
155 |
[% END %] |
146 |
<li><label for="branchreplyto">Reply-To: </label> <input type="text" name="branchreplyto" id="branchreplyto" class="email" size="80" value="[% library.branchreplyto | html %]" /><br /><span class="hint">Default: ReplyToDefault system preference</span></li> |
156 |
<li> |
147 |
<li><label for="branchreturnpath">Return-Path: </label> <input type="text" name="branchreturnpath" id="branchreturnpath" class="email" size="80" value="[% library.branchreturnpath | html %]" /><br /><span class="hint">Default: ReturnpathDefault system preference</span></li> |
157 |
<label for="branchreplyto">Reply-To: </label> |
|
|
158 |
<input type="text" name="branchreplyto" id="branchreplyto" class="email" size="80" value="[% library.branchreplyto | html %]" /> |
159 |
<div class="hint"> |
160 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
161 |
Default: <a target="_blank" href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=ReplyToDefault">ReplyToDefault</a> system preference |
162 |
[% ELSE %] |
163 |
Default: ReplyToDefault system preference |
164 |
[% END %] |
165 |
</div> |
166 |
</li> |
167 |
<li> |
168 |
<label for="branchreturnpath">Return-Path: </label> |
169 |
<input type="text" name="branchreturnpath" id="branchreturnpath" class="email" size="80" value="[% library.branchreturnpath | html %]" /> |
170 |
<div class="hint"> |
171 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
172 |
Default: <a target="_blank" href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=ReturnpathDefault">ReturnpathDefault</a> system preference |
173 |
[% ELSE %] |
174 |
Default: ReturnpathDefault system preference |
175 |
[% END %] |
176 |
</div> |
177 |
</li> |
148 |
<li><label for="smtp_server">SMTP server: </label> |
178 |
<li><label for="smtp_server">SMTP server: </label> |
149 |
<select name="smtp_server" id="smtp_server"> |
179 |
<select name="smtp_server" id="smtp_server"> |
150 |
[% IF selected_smtp_server.is_system_default %] |
180 |
[% IF selected_smtp_server.is_system_default %] |
Lines 163-170
Link Here
|
163 |
</li> |
193 |
</li> |
164 |
<li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl" size="80" value="[% library.branchurl | html %]" class="url" /></li> |
194 |
<li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl" size="80" value="[% library.branchurl | html %]" class="url" /></li> |
165 |
<li><label for="opac_info">OPAC info: </label><textarea name="opac_info" id="opac_info">[% library.opac_info | $raw %]</textarea></li> |
195 |
<li><label for="opac_info">OPAC info: </label><textarea name="opac_info" id="opac_info">[% library.opac_info | $raw %]</textarea></li> |
166 |
<li><label for="branchip">IP: </label><input type="text" name="branchip" id="branchip" size="15" maxlength="15" value="[% library.branchip | html %]" /> <span class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</span></li> |
196 |
<li> |
167 |
<li><label for="marcorgccode">MARC organization code</label> <input type="text" name="marcorgcode" id="marcorgcode" size="16" value="[% library.marcorgcode | html %]" /> <span class="hint">If not filled in defaults to system preference MARCOrgCode. You can obtain your code from <a href="http://www.loc.gov/marc/organizations/orgshome.html" target="_blank">Library of Congress</a>.</span> |
197 |
<label for="branchip">IP: </label> |
|
|
198 |
<input type="text" name="branchip" id="branchip" size="15" maxlength="15" value="[% library.branchip | html %]" /> |
199 |
<div class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</div> |
200 |
</li> |
201 |
<li> |
202 |
<label for="marcorgcode">MARC organization code</label> |
203 |
<input type="text" name="marcorgcode" id="marcorgcode" size="16" value="[% library.marcorgcode | html %]" /> |
204 |
<div class="hint"> |
205 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
206 |
If not filled in defaults to system preference <a target="_blank" href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=MARCOrgCode">MARCOrgCode</a>. |
207 |
[% ELSE %] |
208 |
If not filled in defaults to system preference MARCOrgCode. |
209 |
[% END %] |
210 |
You can obtain your code from <a href="http://www.loc.gov/marc/organizations/orgshome.html" target="_blank">Library of Congress</a>. |
211 |
</div> |
212 |
</li> |
168 |
<li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% library.branchnotes | html %]" /></li> |
213 |
<li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% library.branchnotes | html %]" /></li> |
169 |
<li><label for="pickup_location">Pickup location: </label> |
214 |
<li><label for="pickup_location">Pickup location: </label> |
170 |
<select name="pickup_location" id="pickup_location"> |
215 |
<select name="pickup_location" id="pickup_location"> |
171 |
- |
|
|