Bugzilla – Attachment 161661 Details for
Bug 35951
We don't need category-out-of-age-limit.inc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35951: Remove useless include category-out-of-age-limit.inc
Bug-35951-Remove-useless-include-category-out-of-a.patch (text/plain), 2.15 KB, created by
Owen Leonard
on 2024-01-30 17:58:15 UTC
(
hide
)
Description:
Bug 35951: Remove useless include category-out-of-age-limit.inc
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-01-30 17:58:15 UTC
Size:
2.15 KB
patch
obsolete
>From 44864b4bbbf49d9f715a828e92d12887b2f82819 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 30 Jan 2024 14:01:26 -0300 >Subject: [PATCH] Bug 35951: Remove useless include > category-out-of-age-limit.inc > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/includes/category-out-of-age-limit.inc | 4 ---- > .../intranet-tmpl/prog/en/includes/patron_messages.inc | 6 +++++- > 2 files changed, 5 insertions(+), 5 deletions(-) > delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/category-out-of-age-limit.inc > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/category-out-of-age-limit.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/category-out-of-age-limit.inc >deleted file mode 100644 >index 0eca171626..0000000000 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/category-out-of-age-limit.inc >+++ /dev/null >@@ -1,4 +0,0 @@ >- <li> >- <span class="circ-hlt">Patron's age is incorrect for their category.</span> >- Ages allowed are [% age_low | html %]-[% age_high | html %]. >- <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | uri %]&step=3" class="btn btn-default btn-xs">Change category</a></li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >index b9189f2d06..75469d214f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >@@ -90,7 +90,11 @@ > [% END %] > > [% IF age_limitations %] >- [% INCLUDE 'category-out-of-age-limit.inc' %] >+ <li class="invalid_age"> >+ <span class="circ-hlt">Patron's age is incorrect for their category.</span> >+ Ages allowed are [% age_low | html %]-[% age_high | html %]. >+ <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | uri %]&step=3" class="btn btn-default btn-xs">Change category</a> >+ </li> > [% END %] > > [% IF ( charges ) %] >-- >2.30.2
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 35951
:
161650
|
161661
|
161664