Bugzilla – Attachment 8776 Details for
Bug 7032
can select multiple layouts to edit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7032 - can select multiple layouts to edit
Bug-7032---can-select-multiple-layouts-to-edit.patch (text/plain), 1.34 KB, created by
Kyle M Hall
on 2012-04-02 15:02:08 UTC
(
hide
)
Description:
Bug 7032 - can select multiple layouts to edit
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-04-02 15:02:08 UTC
Size:
1.34 KB
patch
obsolete
>From cf6e4f559be064bf838e49056ce8557e3a8f4950 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 2 Apr 2012 11:02:01 -0400 >Subject: [PATCH] Bug 7032 - can select multiple layouts to edit > >Switch from checkboxes to radio buttons. >--- > .../prog/en/modules/labels/label-manage.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >index 3f88920..6d109c2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >@@ -111,7 +111,7 @@ > <tr> > [% FOREACH text_field IN table_loo.text_fields %] > [% IF ( text_field.select_field ) %] >- <td align="center"><input type="checkbox" name="action" value="[% text_field.field_value %]" /></td> >+ <td align="center"><input type="radio" name="action" value="[% text_field.field_value %]" /></td> > [% ELSIF ( text_field.field_value ) %] > <td>[% text_field.field_value %]</td> > [% ELSE %] >-- >1.7.2.5
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 7032
: 8776 |
8788