Bugzilla – Attachment 56199 Details for
Bug 14899
Mapping configuration page for Elastic search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14899 - Convert links to buttons, add icons
Bug-14899---Convert-links-to-buttons-add-icons.patch (text/plain), 2.02 KB, created by
Kyle M Hall (khall)
on 2016-10-11 13:51:25 UTC
(
hide
)
Description:
Bug 14899 - Convert links to buttons, add icons
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-10-11 13:51:25 UTC
Size:
2.02 KB
patch
obsolete
>From 5612c123ca95cbcb836cf2d627c03261012d95d1 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 10 Oct 2016 20:57:26 +0000 >Subject: [PATCH] Bug 14899 - Convert links to buttons, add icons > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/admin/searchengine/elasticsearch/mappings.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >index 477f8a1..154f06e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >@@ -235,7 +235,7 @@ a.add, a.delete { > <td> > <input name="mapping_marc_field" type="text" value="[% mapping.marc_field %]" /> > </td> >- <td><a class="delete" style="cursor: pointer;">Delete</a></td> >+ <td><a class="btn btn-mini delete" style="cursor: pointer;"><i class="fa fa-trash"></i> Delete</a></td> > </tr> > [% END %] > </tbody> >@@ -279,14 +279,14 @@ a.add, a.delete { > </selected> > </td> > <td><input data-id="mapping_marc_field" type="text" /></td> >- <td><a class="add">Add</a></td> >+ <td><a class="btn btn-mini add"><i class="fa fa-plus"></i> Add</a></td> > </tr> > </tfoot> > </table> > </div> > [% END %] > </div> >- <p><input type="submit" value="Save" /></p> >+ <p><button class="btn" type="submit"><i class="fa fa-hdd-o" aria-hidden="true"></i> Save</button></p> > </form> > </div> > >-- >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 14899
:
42882
|
42883
|
42884
|
42885
|
42886
|
43054
|
43055
|
43056
|
43057
|
43058
|
43099
|
43353
|
43354
|
43355
|
50995
|
50996
|
50997
|
55915
|
55916
|
55917
|
55918
|
55957
|
55958
|
55959
|
55960
|
56182
|
56183
|
56194
|
56195
|
56196
|
56197
|
56198
| 56199