Bugzilla – Attachment 191159 Details for
Bug 41578
Tidy kohaTable block - serials
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41578: Tidy kohaTable - serials/subscription-numberpatterns.tt
1af5246.patch (text/plain), 1.71 KB, created by
Jonathan Druart
on 2026-01-09 14:52:42 UTC
(
hide
)
Description:
Bug 41578: Tidy kohaTable - serials/subscription-numberpatterns.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-09 14:52:42 UTC
Size:
1.71 KB
patch
obsolete
>From 1af524617b33b4455840467626163096e78bc263 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jan 2026 14:51:04 +0100 >Subject: [PATCH] Bug 41578: Tidy kohaTable - > serials/subscription-numberpatterns.tt > >--- > .../serials/subscription-numberpatterns.tt | 17 ++++++++++------- > 1 file changed, 10 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt >index 82b79e1ed9e..2f3100bae0e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt >@@ -330,12 +330,8 @@ > [% END %] > [% INCLUDE 'calendar.inc' %] > [% INCLUDE 'datatables.inc' %] >- <script> >- function confirmDelete() { >- return confirm(_("Are you sure you want to delete this numbering pattern?")); >- } >- >- [% IF (new or modify) %] >+ [% IF (new or modify) %] >+ <script> > function testPattern() { > var frequencyid = $("#frequency").val(); > var firstacquidate = $("#firstacquidate").val(); >@@ -383,11 +379,18 @@ > } > }); > } >- [% END %] >+ </script> >+ [% END %] > >+ <script> > function show_blocking_subs() { > $("#blocking_subs").show(); > } >+ >+ function confirmDelete() { >+ return confirm(_("Are you sure you want to delete this numbering pattern?")); >+ } >+ > $(document).ready(function(){ > > $("#numberpatternst").kohaTable({ >-- >2.43.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 41578
:
191155
|
191156
|
191157
|
191158
| 191159 |
191160