Bugzilla – Attachment 116859 Details for
Bug 8326
Allow patron attributes to be made repeatable after initial creation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8326: Add tooltips
Bug-8326-Add-tooltips.patch (text/plain), 2.00 KB, created by
Katrin Fischer
on 2021-02-14 14:42:52 UTC
(
hide
)
Description:
Bug 8326: Add tooltips
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-02-14 14:42:52 UTC
Size:
2.00 KB
patch
obsolete
>From 785a98c500392ba8d6dae3b3ab08bfd8bb8f25d7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 8 Feb 2021 11:04:32 +0100 >Subject: [PATCH] Bug 8326: Add tooltips > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >index bc91ae1365..c90046e057 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >@@ -86,7 +86,7 @@ > <label for="repeatable">Repeatable: </label> > [% IF attribute_type %] > [% IF attribute_type.repeatable AND NOT can_be_set_to_nonrepeatable %] >- <input type="checkbox" id="repeatable" name="repeatable" checked="checked" disabled="disabled" /> >+ <input type="checkbox" id="repeatable" name="repeatable" checked="checked" disabled="disabled" title="At least one patron has more than one value for this attribute" /> > <input type="hidden" name="repeatable" value="1" /> > [% ELSIF attribute_type.repeatable %] > <input type="checkbox" id="repeatable" name="repeatable" checked="checked" /> >@@ -111,7 +111,7 @@ > [% ELSIF can_be_set_to_unique %] > <input type="checkbox" id="unique_id" name="unique_id" /> > [% ELSE %] >- <input type="checkbox" id="unique_id" name="unique_id" disabled="disabled" /> >+ <input type="checkbox" id="unique_id" name="unique_id" disabled="disabled" title="At least two patrons have the same value for this attribute" /> > <input type="hidden" name="unique_id" value="0" /> > [% END %] > [% ELSE %] >-- >2.11.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 8326
:
104517
|
116193
|
116194
|
116294
|
116483
|
116484
|
116857
|
116858
| 116859