Bugzilla – Attachment 4230 Details for
Bug 5658
can't delete subfields in frameworks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (link into TT)
0001-BUG5658-can-t-delete-subfields-in-frameworks.patch (text/plain), 2.04 KB, created by
Fridolin Somers
on 2011-05-23 12:45:40 UTC
(
hide
)
Description:
Proposed patch (link into TT)
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2011-05-23 12:45:40 UTC
Size:
2.04 KB
patch
obsolete
>From a2ee4c3d8cce5db70e6b729ebb0dc97734ace71f Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@progilone.fr> >Date: Mon, 23 May 2011 14:42:11 +0200 >Subject: [PATCH] BUG5658 can't delete subfields in frameworks > >--- > .../en/modules/admin/marc_subfields_structure.tt | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >index a65297b..154aea5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >@@ -181,7 +181,7 @@ > [% ELSE %] > <tr> > [% END %] >- <td><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&tagfield=[% loo.tagfield %]&frameworkcode=[% loo.frameworkcode %]#sub[% loo.tagsubfield %]field">[% loo.tagsubfield %]</a></td> >+ <td><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&tagfield=[% loo.tagfield %]&frameworkcode=[% frameworkcode %]#sub[% loo.tagsubfield %]field">[% loo.tagsubfield %]</a></td> > <td> > [% IF ( loo.subfield_ignored ) %] > <i>[% loo.liblibrarian %]</i> >@@ -206,8 +206,8 @@ > [% IF ( loo.link ) %] | Link:[% loo.link %],[% END %] > [% END %] > </td> >- <td><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&tagfield=[% loo.tagfield %]&frameworkcode=[% loo.frameworkcode %]#sub[% loo.tagsubfield %]field">Edit</a></td> >- <td><a class="" href="[% loo.delete %]">Delete</a></td> >+ <td><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&tagfield=[% loo.tagfield %]&frameworkcode=[% frameworkcode %]#sub[% loo.tagsubfield %]field">Edit</a></td> >+ <td><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=delete_confirm&tagfield=[% loo.tagfield %]&tagsubfield=[% loo.tagsubfield %]&frameworkcode=[% frameworkcode %]">Delete</a></td> > </tr> > [% END %] > </table> >-- >1.7.1 >
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 5658
:
4229
|
4230
|
4233