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:
Henri-Damien LAURENT 2011-03-29 12:04:21 -04:00 committed by Chris Cormack
parent c12660a4b3
commit 813f5c3f51

View file

@ -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>