Bugzilla – Attachment 42632 Details for
Bug 14510
Allow column visibility in additem.pl to be customized
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14510: Redirect to the items' fields mapped
Bug-14510-Redirect-to-the-items-fields-mapped.patch (text/plain), 1.43 KB, created by
Jonathan Druart
on 2015-09-17 07:12:13 UTC
(
hide
)
Description:
Bug 14510: Redirect to the items' fields mapped
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-09-17 07:12:13 UTC
Size:
1.43 KB
patch
obsolete
>From a8f6ab81dc02e31ebd565ffa2f2545bae9e14e54 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 4 Sep 2015 09:15:27 +0100 >Subject: [PATCH] Bug 14510: Redirect to the items' fields mapped > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >index f4cf802..aeadb37 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >@@ -13,7 +13,7 @@ > [% IF tables.$pagename.keys and tables.$pagename.keys.size > 0 %] > [% FOR tablename IN tables.$pagename.keys.sort %] > [% IF pagename == 'additem' AND tablename == 'itemst' %] >- <div class="alert">Changes made below will only apply to item subfields that are <a href="/cgi-bin/koha/admin/koha2marclinks.pl">mapped</a> to the <code>items</code> table.</div> >+ <div class="alert">Changes made below will only apply to item subfields that are <a href="/cgi-bin/koha/admin/koha2marclinks.pl?tablename=items">mapped</a> to the <code>items</code> table.</div> > [% END %] > <table> > <caption> >-- >2.1.0
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 14510
:
40977
|
41418
|
41419
|
41800
|
42353
|
42379
|
42624
|
42628
|
42629
|
42630
|
42631
| 42632 |
42633