Bugzilla – Attachment 3454 Details for
Bug 5964
aqbudgets.tmpl contains untranslatable fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed Patch
0001-Bug-5964-Translation-problem-on-aqbudgets.tmpl.patch (text/plain), 1.37 KB, created by
Chris Cormack
on 2011-03-28 01:59:05 UTC
(
hide
)
Description:
Proposed Patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-03-28 01:59:05 UTC
Size:
1.37 KB
patch
obsolete
>From cfd942e35790b7fc9696ef44e77617b4856930b9 Mon Sep 17 00:00:00 2001 >From: Henri-Damien LAURENT <henridamien.laurent@biblibre.com> >Date: Mon, 1 Nov 2010 15:39:26 +1300 >Subject: [PATCH] Bug 5964 : Translation problem on aqbudgets.tmpl > >--- > .../prog/en/modules/admin/aqbudgets.tmpl | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl >index 39e341a..fbf66e0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl >@@ -411,7 +411,9 @@ > <select name="filter_budgetbranch" id="filter_budgetbranch2" style="width:10em;"> > <option value=""></option> > <!-- TMPL_LOOP name="branchloop" --> >- <option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name="branchname" --></option> >+ <!-- TMPL_UNLESS Name="selected"--><option value="<!-- TMPL_VAR name="value" -->"> >+ <!--TMPL_ELSE--><option value="<!-- TMPL_VAR name="value" -->" selected="selected"><!-- /TMPL_UNLESS --> >+ <!-- TMPL_VAR name="branchname" --></option> > <!-- /TMPL_LOOP --> > </select> > </li> >-- >1.7.1 >
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 5964
: 3454