Bugzilla – Attachment 82901 Details for
Bug 8628
Add digital signs to the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8628: (follow-up) Some template fixes
Bug-8628-follow-up-Some-template-fixes.patch (text/plain), 3.05 KB, created by
Aleisha Amohia
on 2018-12-05 22:19:00 UTC
(
hide
)
Description:
Bug 8628: (follow-up) Some template fixes
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2018-12-05 22:19:00 UTC
Size:
3.05 KB
patch
obsolete
>From fc263d37038c99ffd0b46d55b9633194a01a6cf8 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Tue, 9 Oct 2018 01:02:36 +0000 >Subject: [PATCH] Bug 8628: (follow-up) Some template fixes > >This patch: >- makes the stream name a required field >- fixes the link to the OPAC sign view >- fixes the toolbar in staff side > >Still have not fixed the overlapping of titles. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/signs.tt | 12 +++++------- > 1 file changed, 5 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/signs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/signs.tt >index 362315b..7313fd5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/signs.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/signs.tt >@@ -59,11 +59,9 @@ > [% END %] > > [% IF ( else ) %] >- <div id="toolbar"> >- <ul class="toolbar"> >- <li><a id="newsign" href="/cgi-bin/koha/tools/signs.pl?op=add_sign" class="btn btn-default btn-sm"><i class="fa fa-plus"></i> New sign</a></li> >- <li><a id="newstream" href="/cgi-bin/koha/tools/signs.pl?op=add_stream" class="btn btn-default btn-sm"><i class="fa fa-plus"></i> New stream</a></li> >- </ul> >+ <div id="toolbar" class="btn-toolbar"> >+ <a id="newsign" href="/cgi-bin/koha/tools/signs.pl?op=add_sign" class="btn btn-default btn-sm"><i class="fa fa-plus"></i> New sign</a> >+ <a id="newstream" href="/cgi-bin/koha/tools/signs.pl?op=add_stream" class="btn btn-default btn-sm"><i class="fa fa-plus"></i> New stream</a> > </div> > [% END %] > >@@ -89,7 +87,7 @@ > [% END %] > <fieldset class="rows"> > <ol> >- <li><label for="name">Name</label><input type="text" name="name" value="[% stream.name %]" /></li> >+ <li><label for="name" class="required">Name</label><input type="text" name="name" value="[% stream.name %]" required="required"><span class="required">Required</span></li> > <li><label for="report" class="required">Report</label> > <select name="report" id="report" class="required" required="required"> > [% UNLESS ( stream.sign_stream_id ) %] >@@ -393,7 +391,7 @@ > <li><a href="/cgi-bin/koha/tools/signs.pl?op=edit_sign&sign_id=[% s.sign_id %]"><i class="fa fa-pencil"></i> Edit</a></li> > <li><a href="/cgi-bin/koha/tools/signs.pl?op=edit_streams&sign_id=[% s.sign_id %]"><i class="fa fa-pencil"></i> Edit streams</a></li> > <li><a href="/cgi-bin/koha/tools/signs.pl?op=del_sign&sign_id=[% s.sign_id %]"><i class="fa fa-trash"></i> Delete</a></li> >- [% IF ( OPACBaseURL ) %]<li><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-signs.pl?sign=[% s.sign_id %]" title="View this sign in the OPAC"><i class="fa fa-eye"></i> View sign</a></li>[% END %] >+ [% IF ( OPACBaseURL ) %]<li><a href="[% OPACBaseURL %]/opac-signs.pl?sign=[% s.sign_id %]" title="View this sign in the OPAC"><i class="fa fa-eye"></i> View sign</a></li>[% END %] > </ul> > </div> > </td> >-- >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 8628
:
42703
|
42704
|
45968
|
45969
|
58602
|
58603
|
58604
|
58605
|
62338
|
64249
|
66246
|
66247
|
66248
|
66249
|
66250
|
77025
|
77026
|
77027
|
77028
|
77141
|
77142
|
77143
|
77144
|
77145
|
78709
|
80248
|
80249
|
80250
|
80252
|
82896
|
82897
|
82898
|
82899
|
82900
|
82901
|
83312
|
88821
|
88822
|
88823
|
88824
|
88825
|
88826
|
93054
|
93055
|
93056
|
93057
|
93058
|
93059
|
93066
|
93067
|
93068
|
93069
|
93070
|
93071
|
99608
|
99609
|
99610
|
99611
|
99612
|
99613
|
99614
|
99615
|
99616
|
99617
|
99618
|
99619
|
99620
|
99621
|
99622
|
99623
|
99624
|
99717
|
99718
|
99801
|
118472
|
118473
|
118474
|
118475
|
118476
|
118477
|
118478
|
118479
|
118480
|
119455
|
131223
|
131224
|
145645
|
145646
|
145647
|
145648
|
145649
|
145650
|
145651
|
145652
|
145653
|
145654
|
147000
|
147001
|
147002
|
147003
|
147004
|
147005
|
147006
|
147007
|
147008
|
147009
|
147010