Bugzilla – Attachment 73113 Details for
Bug 20322
Circulation page layout and design update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20322: (follow up) design refresh for circulation page
Bug-20322-follow-up-design-refresh-for-circulation.patch (text/plain), 5.08 KB, created by
Liz Rea
on 2018-03-20 23:08:20 UTC
(
hide
)
Description:
Bug 20322: (follow up) design refresh for circulation page
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2018-03-20 23:08:20 UTC
Size:
5.08 KB
patch
obsolete
>From 93b3762eb68cb0521780dd2dc41c6a4bfa35da51 Mon Sep 17 00:00:00 2001 >From: Liz Rea <liz@catalyst.net.nz> >Date: Tue, 20 Mar 2018 23:03:51 +0000 >Subject: [PATCH] Bug 20322: (follow up) design refresh for circulation page > >Further revisions, compromise. > >- 4 columns to three >- offline circulation demoted to below the intranet homepage preference, > and no buttons, due to its relative lack of everyday use. >--- > .../prog/en/modules/circ/circulation-home.tt | 56 ++++++++++------------ > 1 file changed, 24 insertions(+), 32 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >index 5746dfb..7926ddf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >@@ -14,7 +14,7 @@ > > <div class="row"> > >- <div class="col-sm-6 col-md-3"> >+ <div class="col-sm-5 col-md-4"> > <h3>Circulation</h3> > > <ul class="buttons-list"> >@@ -42,8 +42,8 @@ > </ul> > </div> > >- <div class="col-sm-6 col-md-3"> >- <h3>Holds management</h3> >+ <div class="col-sm-5 col-md-4"> >+ <h3>Holds</h3> > > <ul class="buttons-list"> > <li> >@@ -64,9 +64,9 @@ > <!-- Add the extra clearfix for only the required viewport --> > <div class="clearfix visible-sm-block"></div> > >- <div class="col-sm-6 col-md-3"> >+ <div class="col-sm-5 col-md-4"> > [% IF Koha.Preference('ArticleRequests') %] >- <h3>Patron request management</h3> >+ <h3>Patron request</h3> > <ul class="buttons-list"> > <li> > <a class="circ-button" href="/cgi-bin/koha/circ/article-requests.pl" title="Article requests"><i class="fa fa-newspaper-o"></i> Article requests</a> >@@ -74,7 +74,7 @@ > </ul> > [% END %] > >- <h3>Transfers management</h3> >+ <h3>Transfers</h3> > > <ul class="buttons-list"> > [% IF Branches.InIndependentBranchesMode %] >@@ -87,7 +87,7 @@ > </li> > </ul> > >- <h3>Overdues management</h3> >+ <h3>Overdues</h3> > > <ul class="buttons-list"> > [% IF ( CAN_user_circulate_overdues_report ) %] >@@ -105,36 +105,28 @@ > [% END %] > </ul> > </div> >- >- <div class="col-sm-6 col-md-3"> >- <h3>Offline circulation</h3> >- >- <ul class="buttons-list"> >- [% IF (AllowOfflineCirculation) %] >- <li> >- <a class="circ-button" href="/cgi-bin/koha/circ/offline.pl">Built-in offline circulation interface</a> >- </li> >- [% END %] >- <li> >- <a class="circ-button" href="/cgi-bin/koha/offline_circ/process_koc.pl">Upload offline circulation file (.koc)</a> >- </li> >- <li> >- <a class="circ-button" href="/cgi-bin/koha/offline_circ/list.pl">Pending offline circulation actions</a> >- </li> >- </ul> >- >- <p><a class="document windows-link" href="https://github.com/bywatersolutions/koha-offline-circulation/releases">Get desktop application</a></p> >- >- <p><a class="document firefox-link" href="https://addons.mozilla.org/[% lang %]/firefox/addon/koct/">Get Firefox add-on</a></p> >- >- </div> > </div> >- > <div class="row" id="intranet-circulation-home-html"> > <div class="col-md-12"> > [% Koha.Preference('IntranetCirculationHomeHTML') %] > </div> > </div> >- </div> >+ <div class="row" id="offline-circulation"> >+ <div class="col-md-12"> >+ <h4>Offline circulation</h4> >+ <div class="col-sm-5 col-md-3"> >+ [% IF (AllowOfflineCirculation) %] >+ <a href="/cgi-bin/koha/circ/offline.pl">Built-in offline circulation interface</a> >+ [% END %] >+ <p><a href="/cgi-bin/koha/offline_circ/process_koc.pl">Upload offline circulation file (.koc)</a></p> >+ <p><a href="/cgi-bin/koha/offline_circ/list.pl">Pending offline circulation actions</a></p> >+ </div> >+ <div class="col-sm-5 col-md-3"> >+ <p><a class="document windows-link" href="https://github.com/bywatersolutions/koha-offline-circulation/releases">Get desktop application</a></p> >+ <p><a class="document firefox-link" href="https://addons.mozilla.org/[% lang %]/firefox/addon/koct/">Get Firefox add-on</a></p> >+ </div> >+ </div> >+ </div> > >+ </div> > [% INCLUDE 'intranet-bottom.inc' %] >-- >2.1.4
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 20322
:
72342
|
72466
|
72484
|
72490
|
73113
|
73114
|
73271
|
73272
|
73273
|
73300
|
73301
|
73302
|
73303
|
73304
|
73305
|
73306
|
73313
|
73314
|
74097
|
74098
|
74099
|
74100
|
74101
|
74577
|
74578
|
74579
|
74580
|
74581
|
74582