Bugzilla – Attachment 56605 Details for
Bug 5670
Housebound Readers Module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5670: Use the fa icon for the save button
Bug-5670-Use-the-fa-icon-for-the-save-button.patch (text/plain), 3.64 KB, created by
Jonathan Druart
on 2016-10-17 16:42:31 UTC
(
hide
)
Description:
Bug 5670: Use the fa icon for the save button
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-10-17 16:42:31 UTC
Size:
3.64 KB
patch
obsolete
>From aa0ecd41071b4caa72908867d9e590cb9952400c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 17 Oct 2016 14:58:09 +0100 >Subject: [PATCH] Bug 5670: Use the fa icon for the save button > >--- > .../prog/en/modules/members/housebound.tt | 21 ++++++--------------- > 1 file changed, 6 insertions(+), 15 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt >index ab928ec..b631e4a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt >@@ -189,7 +189,7 @@ > </ol> > </fieldset> > <fieldset class="action"> >- <input type="submit" value="Save changes" name="save" /> >+ <button type="submit" class="btn btn-mini"><i class="fa fa-save"></i> Save changes</button> > <a class="cancel" > href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% borrowernumber %]"> > Cancel >@@ -315,7 +315,7 @@ > </ol> > </fieldset> > <fieldset class="action"> >- <input type="submit" value="Save" name="save" /> >+ <button type="submit" class="btn btn-mini"><i class="fa fa-save"></i> Save</button> > <a class="cancel" > href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% borrowernumber %]"> > Cancel >@@ -374,9 +374,7 @@ > </li> > </ol> > <div class="action"> >- <a href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% borrowernumber %]&method=update_or_create"> >- Edit >- </a> >+ <a class="btn btn-mini" href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% borrowernumber %]&method=update_or_create"><i class="fa fa-pencil"></i> Edit</a> > </div> > </div> > <div> >@@ -401,16 +399,9 @@ > [% INCLUDE 'patron-title.inc' borrowernumber = entry.deliverer.borrowernumber category_type = entry.deliverer.categorycode firstname = entry.deliverer.firstname surname = entry.deliverer.surname othernames = entry.deliverer.othernames cardnumber = entry.deliverer.cardnumber invert_name = 0 %] > </a> > </td> >- <td align="center"> >- <a href="/cgi-bin/koha/members/housebound.pl?method=visit_update_or_create&visit_id=[% entry.id %]&borrowernumber=[% borrowernumber %]" >- class="btn btn-small"> >- Edit >- </a> >- | >- <a href="/cgi-bin/koha/members/housebound.pl?method=visit_delete&visit_id=[% entry.id %]&borrowernumber=[% borrowernumber %]" >- class="btn btn-small"> >- Delete >- </a> >+ <td class="actions"> >+ <a class="btn btn-mini" href="/cgi-bin/koha/members/housebound.pl?method=visit_update_or_create&visit_id=[% entry.id %]&borrowernumber=[% borrowernumber %]"><i class="fa fa-pencil"></i> Edit</a> >+ <a class="delete btn btn-mini" href="/cgi-bin/koha/members/housebound.pl?method=visit_delete&visit_id=[% entry.id %]&borrowernumber=[% borrowernumber %]"><i class="fa fa-trash"></i> Delete</a> > </td> > </tr> > [% END %] >-- >2.8.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 5670
:
3038
|
22162
|
22163
|
22164
|
22165
|
26816
|
27288
|
50930
|
51377
|
51875
|
54384
|
54385
|
55326
|
55334
|
55335
|
55336
|
55734
|
55735
|
55736
|
55737
|
55738
|
55739
|
55865
|
55866
|
55867
|
55890
|
55891
|
56298
|
56299
|
56300
|
56301
|
56302
|
56308
|
56337
|
56341
|
56346
|
56347
|
56348
|
56349
|
56350
|
56351
|
56352
|
56353
|
56354
|
56355
|
56356
|
56357
|
56358
|
56359
|
56360
|
56361
|
56362
|
56363
|
56364
|
56365
|
56366
|
56367
|
56368
|
56369
|
56580
|
56581
|
56582
|
56583
|
56584
|
56585
|
56586
|
56587
|
56588
|
56589
|
56590
|
56591
|
56592
|
56593
|
56594
|
56595
|
56596
|
56597
|
56598
|
56599
|
56600
|
56601
|
56602
|
56603
|
56604
| 56605 |
56606