Bugzilla – Attachment 116484 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), 1.94 KB, created by
Jonathan Druart
on 2021-02-08 10:06:36 UTC
(
hide
)
Description:
Bug 8326: Add tooltips
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-02-08 10:06:36 UTC
Size:
1.94 KB
patch
obsolete
>From a9c4bae95e6b1df95a622f483aa34ff4e4f5e732 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 > >--- > .../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 b76b0e7a43..42d76b4463 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.20.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 8326
:
104517
|
116193
|
116194
|
116294
|
116483
|
116484
|
116857
|
116858
|
116859