Bugzilla – Attachment 63757 Details for
Bug 18649
Translatability: Get rid of tt directive in translation for admin/categories.tt and onboardingstep2.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18649: [QA followup] Remove chomps in admin/categories.tt
Bug-18649-QA-followup-Remove-chomps-in-admincatego.patch (text/plain), 1.55 KB, created by
Marc Véron
on 2017-05-27 05:02:22 UTC
(
hide
)
Description:
Bug 18649: [QA followup] Remove chomps in admin/categories.tt
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-05-27 05:02:22 UTC
Size:
1.55 KB
patch
obsolete
>From 571184b91f19243dd13b7d4f04bd5424b33a5bbe Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Sat, 27 May 2017 07:00:04 +0200 >Subject: [PATCH] Bug 18649: [QA followup] Remove chomps in admin/categories.tt > >As of comment #3, the chomps are not needed because the directive has no >surrounding white space that should be removed. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >index c5b8b03..0079302 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -89,7 +89,7 @@ > <ol> > <li> > <label for="enrolmentperiod" style="width:6em;">In months: </label> >- <input type="text" class="enrollmentperiod" name="enrolmentperiod" id="enrolmentperiod" size="3" maxlength="3" value="[%- category.enrolmentperiod IF category.enrolmentperiod -%]" /> months >+ <input type="text" class="enrollmentperiod" name="enrolmentperiod" id="enrolmentperiod" size="3" maxlength="3" value="[% category.enrolmentperiod IF category.enrolmentperiod %]" /> months > </li> > <li> > <label for="enrolmentperioddate" style="width:6em;">Until date: </label> >-- >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 18649
:
63626
|
63724
|
63757
|
63937
|
64049
|
64079
|
65494
|
65495
|
65501