Bugzilla – Attachment 140580 Details for
Bug 31162
Add a clear cataloguing module home page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31162: (follow-up) 3 Column layout
Bug-31162-follow-up-3-Column-layout.patch (text/plain), 3.54 KB, created by
Martin Renvoize (ashimema)
on 2022-09-13 14:19:51 UTC
(
hide
)
Description:
Bug 31162: (follow-up) 3 Column layout
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-09-13 14:19:51 UTC
Size:
3.54 KB
patch
obsolete
>From 4f5372c55dde8cd6d375e9023251fb79c64cdb72 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 22 Aug 2022 12:24:34 +0100 >Subject: [PATCH] Bug 31162: (follow-up) 3 Column layout > >This patch converts to a 3 column layout as suggested by David. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../en/modules/cataloguing/cataloging-home.tt | 39 +++++++++---------- > 1 file changed, 19 insertions(+), 20 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt >index 1a8d79b1ef..e3d60da114 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt >@@ -29,7 +29,7 @@ > > <div class="row"> > >- <div class="col-sm-5 col-md-3"> >+ <div class="col-sm-4 col-md-4"> > [% IF ( CAN_user_editcatalogue_edit_catalogue ) %] > <h3>New</h3> > >@@ -78,7 +78,7 @@ > > </div> > >- <div class="col-sm-5 col-md-3"> >+ <div class="col-sm-4 col-md-4"> > <h3>Batch editing</h3> > > <ul class="buttons-list"> >@@ -111,24 +111,7 @@ > </ul> > </div> > >- <div class="col-sm-5 col-md-3"> >- <h3>Automations</h3> >- >- <ul class="buttons-list"> >- [% IF ( CAN_user_tools_items_batchmod ) %] >- <li> >- <a class="circ-button" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl"><i class="fa fa-calendar"></i> Item modifications by age</a> >- </li> >- [% END %] >- [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] >- <li> >- <a class="circ-button" href="/cgi-bin/koha/tools/stockrotation.pl"><i class="fa fa-refresh"></i> Stock rotation</a> >- </li> >- [% END %] >- </ul> >- </div> >- >- <div class="col-sm-5 col-md-3"> >+ <div class="col-sm-4 col-md-4"> > <h3>Reports</h3> > > <ul class="buttons-list"> >@@ -157,6 +140,22 @@ > [% END %] > > </ul> >+ >+ <h3>Automations</h3> >+ >+ <ul class="buttons-list"> >+ [% IF ( CAN_user_tools_items_batchmod ) %] >+ <li> >+ <a class="circ-button" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl"><i class="fa fa-calendar"></i> Item modifications by age</a> >+ </li> >+ [% END %] >+ [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] >+ <li> >+ <a class="circ-button" href="/cgi-bin/koha/tools/stockrotation.pl"><i class="fa fa-refresh"></i> Stock rotation</a> >+ </li> >+ [% END %] >+ </ul> >+ > </div> > </div> > </div> >-- >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 31162
:
137747
|
137754
|
137758
|
138141
|
138167
|
138687
|
138694
|
138797
|
138798
|
138799
|
139593
|
139594
|
139595
|
139596
|
139597
|
139598
|
139650
|
139651
|
139652
|
139654
|
139900
|
139901
|
139902
|
139903
|
139904
|
139905
|
139906
|
139907
|
140578
|
140579
|
140580
|
140581
|
140582
|
140583
|
140584
|
140585
|
140586
|
141246
|
141247
|
141248
|
141249
|
141250
|
141251
|
141252
|
141253
|
141254
|
141880
|
141881
|
141882
|
141883
|
141884
|
141885
|
141886
|
141887
|
141888
|
141889
|
141890
|
141891
|
141975
|
141976
|
141977
|
142028
|
142029
|
142663
|
142664