Bug 5964 : Translation problem on aqbudgets.tmpl
Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
c12660a4b3
commit
813f5c3f51
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue