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

(-)a/admin/branches.pl (+1 lines)
Lines 76-81 if ( $op eq 'add_form' ) { Link Here
76
      branchip
76
      branchip
77
      branchnotes
77
      branchnotes
78
      opac_info
78
      opac_info
79
      marcorgcode
79
    );
80
    );
80
    my $is_a_modif = $input->param('is_a_modif');
81
    my $is_a_modif = $input->param('is_a_modif');
81
82
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (+1 lines)
Lines 191-196 tinyMCE.init({ Link Here
191
                <li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl"  size="80" value="[% library.branchurl |html %]" class="url" /></li>
191
                <li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl"  size="80" value="[% library.branchurl |html %]" class="url" /></li>
192
                <li><label for="opac_info">OPAC info: </label><textarea name="opac_info" id="opac_info">[% library.opac_info |html %]</textarea></li>
192
                <li><label for="opac_info">OPAC info: </label><textarea name="opac_info" id="opac_info">[% library.opac_info |html %]</textarea></li>
193
                <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>
193
                <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>
194
                <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">Library of Congress</a>.</span>
194
                <li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% library.branchnotes |html %]" /></li>
195
                <li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% library.branchnotes |html %]" /></li>
195
            </ol>
196
            </ol>
196
        </fieldset>
197
        </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref (-2 / +1 lines)
Lines 71-77 Cataloging: Link Here
71
        -
71
        -
72
            - Fill in the <a href="http://www.loc.gov/marc/organizations/orgshome.html">MARC organization code</a>
72
            - Fill in the <a href="http://www.loc.gov/marc/organizations/orgshome.html">MARC organization code</a>
73
            - pref: MARCOrgCode
73
            - pref: MARCOrgCode
74
            - by default in new MARC21 records (leave blank to disable).
74
            - by default in new MARC21 records (leave blank to disable). This can be also set on libraries level.
75
        -
75
        -
76
            - When items are created, give them the temporary location of
76
            - When items are created, give them the temporary location of
77
            - pref: NewItemsDefaultLocation
77
            - pref: NewItemsDefaultLocation
78
- 

Return to bug 10132