Bugzilla – Attachment 36639 Details for
Bug 13350
Untranslatable strings in aqbudgetperiods.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-off] Bug 13350: Untranslatable strings in aqbudgetperiods.tt
Signed-off-Bug-13350-Untranslatable-strings-in-aqb.patch (text/plain), 3.36 KB, created by
Marc Véron
on 2015-03-06 08:42:51 UTC
(
hide
)
Description:
[Signed-off] Bug 13350: Untranslatable strings in aqbudgetperiods.tt
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-03-06 08:42:51 UTC
Size:
3.36 KB
patch
obsolete
>From 2e415c3cdd94bdae91877b69d973865267321ddb Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Thu, 5 Mar 2015 15:48:45 -0300 >Subject: [PATCH] [Signed-off] Bug 13350: Untranslatable strings in > aqbudgetperiods.tt >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Counter patch, same test plan as original > >Followed test plan, works as expected. >Signed-off-by: Marc Véron <veron@veron.ch> >--- > .../prog/en/modules/admin/aqbudgetperiods.tt | 27 +++++--------------- > 1 file changed, 7 insertions(+), 20 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >index 6e78916..86c6ad3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >@@ -217,48 +217,35 @@ > <a href="/cgi-bin/koha/mainpage.pl">Home</a> › > <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › > >- <!-- add or modify a budget period --> >- <!-- ####################################### --> > [% IF ( add_form ) %] > <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> › > [% IF ( budget_period_id ) %] >- Modify budget <i>[% budget_period_description %]</i> >- >+ <span>Modify budget '[% budget_period_description %]'</span> > [% ELSE %] >- Add budget >+ <span>Add budget</span> > [% END %] > [% END %] >- >- <!-- delete a budget period --> >- <!-- ################################ --> > [% IF ( delete_confirm ) %] > <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> › > [% IF ( total ) %] >- Cannot delete budget '[% budget_period_description %]' >+ <span>Cannot delete budget '[% budget_period_description %]'</span> > [% ELSE %] >- Delete budget '[% budget_period_description %]'? >+ <span>Delete budget '[% budget_period_description %]'?</span> > [% END %] > [% END %] >- <!-- duplicate a budget --> > [% IF ( duplicate_form ) %] > <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> › Duplicate budget > [% END %] >- >- <!-- close a budget --> > [% IF close_form %] > <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> › >- Close budget <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %]">[% budget_period_description %]</a> >+ <span>Close budget <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %]">[% budget_period_description %]</a></span> > [% END %] >- >- <!-- budget closed --> > [% IF closed %] > <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> › >- Budget <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %]">[% budget_period_description %]</a> closed >+ <span>Budget <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %]">[% budget_period_description %]</a> closed</span> > [% END %] >- <!-- display budget periods list --> >- <!-- ########################################## --> > [% IF ( else ) %] >- Budgets administration >+ <span>Budgets administration</span> > [% END %] > </div> > >-- >1.7.10.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 13350
:
36003
|
36004
|
36407
|
36634
|
36639
|
36772