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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-2 / +2 lines)
Lines 189-195 tinyMCE.init({ Link Here
189
                <li><label for="branchreplyto">Reply-To (if different to Email): </label> <input type="text" name="branchreplyto" id="branchreplyto" class="email"  size="80" value="[% library.branchreplyto %]" /></li>
189
                <li><label for="branchreplyto">Reply-To (if different to Email): </label> <input type="text" name="branchreplyto" id="branchreplyto" class="email"  size="80" value="[% library.branchreplyto %]" /></li>
190
                <li><label for="branchreturnpath">Return-Path (if different to Email): </label> <input type="text" name="branchreturnpath" id="branchreturnpath" class="email"  size="80" value="[% library.branchreturnpath %]" /></li>
190
                <li><label for="branchreturnpath">Return-Path (if different to Email): </label> <input type="text" name="branchreturnpath" id="branchreturnpath" class="email"  size="80" value="[% library.branchreturnpath %]" /></li>
191
                <li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl"  size="80" value="[% library.branchurl %]" class="url" /></li>
191
                <li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl"  size="80" value="[% library.branchurl %]" class="url" /></li>
192
                <li><label for="opac_info">OPAC info: </label><textarea name="opac_info" id="opac_info">[% library.opac_info %]</textarea></li>
192
                <li><label for="opac_info">OPAC info: </label><textarea name="opac_info" id="opac_info">[% library.opac_info.raw %]</textarea></li>
193
                <li><label for="branchip">IP: </label><input type="text" name="branchip" id="branchip"  size="15" maxlength="15" value="[% library.branchip %]" /> <span class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</span></li>
193
                <li><label for="branchip">IP: </label><input type="text" name="branchip" id="branchip"  size="15" maxlength="15" value="[% library.branchip %]" /> <span class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</span></li>
194
                <li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% library.branchnotes %]" /></li>
194
                <li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% library.branchnotes %]" /></li>
195
            </ol>
195
            </ol>
Lines 259-265 tinyMCE.init({ Link Here
259
                            [% IF library.branchurl %]
259
                            [% IF library.branchurl %]
260
                                <br /><a href="[% library.branchurl %]">[% library.branchurl %]</a>[% END %]
260
                                <br /><a href="[% library.branchurl %]">[% library.branchurl %]</a>[% END %]
261
                            [% IF library.opac_info %]
261
                            [% IF library.opac_info %]
262
                                <br />OPAC Info: <div>[% library.opac_info %]</div>[% END %]
262
                                <br />OPAC Info: <div>[% library.opac_info.raw %]</div>[% END %]
263
                            [% IF library.branchnotes %]
263
                            [% IF library.branchnotes %]
264
                                <br />Notes: [% library.branchnotes %][% END %]
264
                                <br />Notes: [% library.branchnotes %][% END %]
265
                        </td>
265
                        </td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-3 / +2 lines)
Lines 1213-1219 Link Here
1213
                                        <span>[% ITEM_RESULT.branchname %]</span>
1213
                                        <span>[% ITEM_RESULT.branchname %]</span>
1214
                                    [% END %]
1214
                                    [% END %]
1215
                                </span>
1215
                                </span>
1216
                                <div class="branch-info-tooltip">[% ITEM_RESULT.holding_branch_opac_info %]</div>
1216
                                <div class="branch-info-tooltip">[% ITEM_RESULT.holding_branch_opac_info.raw %]</div>
1217
1217
1218
                                [% IF ( OpacLocationBranchToDisplayShelving == 'holding' || OpacLocationBranchToDisplayShelving == 'both' ) %]
1218
                                [% IF ( OpacLocationBranchToDisplayShelving == 'holding' || OpacLocationBranchToDisplayShelving == 'both' ) %]
1219
                                    <span class="shelvingloc">[% ITEM_RESULT.location_description %]</span>
1219
                                    <span class="shelvingloc">[% ITEM_RESULT.location_description %]</span>
Lines 1238-1244 Link Here
1238
                                        <span>[% Branches.GetName( ITEM_RESULT.homebranch ) %]</span>
1238
                                        <span>[% Branches.GetName( ITEM_RESULT.homebranch ) %]</span>
1239
                                    [% END %]
1239
                                    [% END %]
1240
                                </span>
1240
                                </span>
1241
                                <div class="branch-info-tooltip">[% ITEM_RESULT.home_branch_opac_info %]</div>
1241
                                <div class="branch-info-tooltip">[% ITEM_RESULT.home_branch_opac_info.raw %]</div>
1242
1242
1243
                                [% IF ( OpacLocationBranchToDisplayShelving == 'home' || OpacLocationBranchToDisplayShelving == 'both' ) %]
1243
                                [% IF ( OpacLocationBranchToDisplayShelving == 'home' || OpacLocationBranchToDisplayShelving == 'both' ) %]
1244
                                    <span class="shelvingloc">[% ITEM_RESULT.location_description %]</span>
1244
                                    <span class="shelvingloc">[% ITEM_RESULT.location_description %]</span>
1245
- 

Return to bug 13618