Template error prevented chosen branch from being preselected after form submission.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Owen Leonard 2008-07-10 15:24:41 -05:00 committed by Joshua Ferraro
parent a8d2b44a4c
commit 4909b6d556

View file

@ -99,7 +99,11 @@
<select name="tobranchcd" id="tobranchcd">
<!-- TMPL_LOOP Name="branchoptionloop" -->
<option value="<!-- TMPL_VAR Name="code" -->" <!-- TMPL_VAR Name="selected" -->>
<!-- TMPL_IF NAME="selected" -->
<option value="<!-- TMPL_VAR Name="code" -->" selected="selected">
<!-- TMPL_ELSE -->
<option value="<!-- TMPL_VAR Name="code" -->">
<!-- /TMPL_IF -->
<!-- TMPL_VAR Name="name" -->
</option>
<!-- /TMPL_LOOP -->