Bugzilla – Attachment 36634 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]
Bug 13350: Untranslatable strings in aqbudgetperiods.tt
Bug-13350-Untranslatable-strings-in-aqbudgetperiod.patch (text/plain), 3.18 KB, created by
Bernardo Gonzalez Kriegel
on 2015-03-05 18:53:33 UTC
(
hide
)
Description:
Bug 13350: Untranslatable strings in aqbudgetperiods.tt
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2015-03-05 18:53:33 UTC
Size:
3.18 KB
patch
obsolete
>From 226fc2ae21877ac5be5838fe768dc023bdb80cfd 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] Bug 13350: Untranslatable strings in aqbudgetperiods.tt > >Counter patch, same test plan as original >--- > .../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.9.5
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