Bugzilla – Attachment 67063 Details for
Bug 10132
Add option to set MarcOrgCode on branch level
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10132: Admin pages changes
Bug-10132-Admin-pages-changes.patch (text/plain), 3.22 KB, created by
Tomás Cohen Arazi (tcohen)
on 2017-09-11 19:16:14 UTC
(
hide
)
Description:
Bug 10132: Admin pages changes
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-09-11 19:16:14 UTC
Size:
3.22 KB
patch
obsolete
>From 2d8d9e5f28e743b40ea53b2665c0224bebe40e4d Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Sun, 11 Jun 2017 19:22:06 +0000 >Subject: [PATCH] Bug 10132: Admin pages changes > >Signed-off-by: Hugo Agud <hagud@orex.es> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > admin/branches.pl | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 1 + > .../intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref | 2 +- > 3 files changed, 3 insertions(+), 1 deletion(-) > >diff --git a/admin/branches.pl b/admin/branches.pl >index abe3e5a..bcd712f 100755 >--- a/admin/branches.pl >+++ b/admin/branches.pl >@@ -76,6 +76,7 @@ if ( $op eq 'add_form' ) { > branchip > branchnotes > opac_info >+ marcorgcode > ); > my $is_a_modif = $input->param('is_a_modif'); > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >index fb2d723..929eb7f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >@@ -191,6 +191,7 @@ tinyMCE.init({ > <li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl" size="80" value="[% library.branchurl |html %]" class="url" /></li> > <li><label for="opac_info">OPAC info: </label><textarea name="opac_info" id="opac_info">[% library.opac_info |html %]</textarea></li> > <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> >+ <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> > <li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% library.branchnotes |html %]" /></li> > </ol> > </fieldset> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref >index 1aeadf9..18f7fd3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref >@@ -71,7 +71,7 @@ Cataloging: > - > - Fill in the <a href="http://www.loc.gov/marc/organizations/orgshome.html">MARC organization code</a> > - pref: MARCOrgCode >- - by default in new MARC21 records (leave blank to disable). >+ - by default in new MARC21 records (leave blank to disable). This can be also set on libraries level. > - > - When items are created, give them the temporary location of > - pref: NewItemsDefaultLocation >-- >2.7.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10132
:
64183
|
64184
|
64185
|
64186
|
64187
|
67060
|
67061
|
67062
| 67063 |
67064
|
67065
|
67066
|
67067
|
67208
|
67211