Bugzilla – Attachment 164707 Details for
Bug 36572
Cleanup the set library page and avoid extra confirmation step
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36572: (follow-up) More template clean-up
Bug-36572-follow-up-More-template-clean-up.patch (text/plain), 2.94 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-04-11 13:40:44 UTC
(
hide
)
Description:
Bug 36572: (follow-up) More template clean-up
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-04-11 13:40:44 UTC
Size:
2.94 KB
patch
obsolete
>From c13c318a52a730f781fa3a843121b62593189e0f Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 11 Apr 2024 12:11:36 +0000 >Subject: [PATCH] Bug 36572: (follow-up) More template clean-up > >Further testing: >1. Turn off UseCirculationDesks, make sure everything still works. >2. Turn off UseCashRegisters, make sure everthing still works. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../prog/en/modules/circ/set-library.tt | 23 ++++++++----------- > 1 file changed, 9 insertions(+), 14 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/set-library.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/set-library.tt >index a2fa68078db..3a25d31297a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/set-library.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/set-library.tt >@@ -78,6 +78,7 @@ > </select></li> > </ol> > </fieldset> >+ [% END %] > [% IF Koha.Preference('UseCashRegisters') %] > <fieldset class="rows"> > <legend>Set cash register</legend> >@@ -92,21 +93,15 @@ > </ol> > </fieldset> > [% END %] >- <fieldset class="action"> >- <input type="submit" class="btn btn-primary" value="Submit" /> >- <a class="cancel" id="cancel_set_library" href="[% referer or '/cgi-bin/koha/mainpage.pl' %]">Cancel</a> >- </fieldset> >- <div class="noshow"> >- [% FOREACH recycle_loo IN recycle_loop %] >- [% SET param = recycle_loo.param %] >- [% IF param == 'op' %][% param = 'original_op' %][% END %] >- <input type="text" name="[% param | html %]" value="[% recycle_loo.value | html %]" /> >- [% END %] >- <input type="hidden" name="oldreferer" value="[% referer or "/cgi-bin/koha/mainpage.pl" %]" /> >- </div> >- </form> >+ <fieldset class="action"> >+ <input type="submit" class="btn btn-primary" value="Submit" /> >+ <a class="cancel" id="cancel_set_library" href="[% referer or '/cgi-bin/koha/mainpage.pl' %]">Cancel</a> >+ </fieldset> >+ <div class="noshow"> >+ <input type="hidden" name="oldreferer" value="[% referer or "/cgi-bin/koha/mainpage.pl" %]" /> >+ </div> >+ </form> > <!-- /updated --> >- [% END %] > [% IF Koha.Preference('CircSidebar') %] > </div> <!-- /.col-sm-10.col-sm-push-2 --> > <div class="col-sm-2 col-sm-pull-10"> >-- >2.44.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 36572
:
164665
|
164672
|
164679
|
164706
| 164707