Bugzilla – Attachment 50117 Details for
Bug 16236
Making authorised values actions buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16236: Whitespace followup
Bug-16236-Whitespace-followup.patch (text/plain), 1.22 KB, created by
Jonathan Druart
on 2016-04-11 07:34:42 UTC
(
hide
)
Description:
Bug 16236: Whitespace followup
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-04-11 07:34:42 UTC
Size:
1.22 KB
patch
obsolete
>From 34ddc21bc772279fff8bab357a4d06469fc27a01 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Sun, 10 Apr 2016 23:22:11 -0400 >Subject: [PATCH] Bug 16236: Whitespace followup > >tab to 4 spaces on line 255, as per koha qa test tool failure >without this patch. > >TEST PLAN >--------- >1) Apply first patch >2) Run koha qa test tools > -- fails because of a tab >3) Apply this patch >4) Run koha qa test tools > -- passes > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >index 1f10dce..81ff68f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >@@ -252,7 +252,7 @@ $(document).ready(function() { > <th>Description (OPAC)</th> > <th>Icon</th> > <th>Branches limitations</th> >- <th>Actions</th> >+ <th>Actions</th> > </tr> > </thead><tbody> > [% FOREACH loo IN loop %] >-- >2.7.0
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 16236
:
50103
|
50104
|
50105
|
50116
| 50117