Added a variable that is possible your translation

This commit is contained in:
Alvaro Campos
2011-01-25 19:59:44 +00:00
parent a1ded1d93c
commit 12d0090ab3
2 changed files with 7 additions and 6 deletions

View File

@@ -140,16 +140,16 @@
{/foreach}
{if $PROCESS.ERROR eq '' && $PROCESS.ROU_TYPE neq 'SELECT' && ! $PROCESS.ROU_FINISH_FLAG }
<tr>
<td colspan="2" align="center">
<input type="button" class='module_app_button___gray' name="btnContinue" id="btnContinue" value="{$CONTINUE}" {$PROCESS.DISABLED} />
</td>
<td colspan="2" align="center">
<input type="button" class='module_app_button___gray' name="btnContinue" id="btnContinue" value="{$CONTINUE}" {$PROCESS.DISABLED} /> </td>
</tr>
{/if}
{if $PROCESS.ERROR eq '' && $PROCESS.ROU_TYPE neq 'SELECT' && $PROCESS.ROU_FINISH_FLAG }
<tr>
<td colspan="2" align="center">
<input type="submit" class='module_app_button___gray' name="btnContinue" id="btnContinue" value="Finish">
</td>
<td colspan="2" align="center">
<input type="submit" class='module_app_button___gray' name="btnContinue" id="btnContinue" value="{$FINISH}">
<!-- <input type="submit" class='module_app_button___gray' name="btnContinue" id="btnContinue" value="Finish">-->
</td>
</tr>
{/if}
</table>