Added a variable that is possible your translation
This commit is contained in:
@@ -642,6 +642,7 @@
|
||||
$aFields['LAST_EMPLOYEE'] = G::LoadTranslation('ID_LAST_EMPLOYEE');
|
||||
$aFields['OPTION_LABEL'] = G::LoadTranslation('ID_OPTION');
|
||||
$aFields['CONTINUE'] = G::LoadTranslation('ID_CONTINUE');
|
||||
$aFields['FINISH'] = G::LoadTranslation('ID_FINISH');
|
||||
$aFields['CONTINUE_WITH_OPTION'] = G::LoadTranslation('ID_CONTINUE_WITH_OPTION');
|
||||
$aFields['FINISH_WITH_OPTION'] = G::LoadTranslation('ID_FINISH_WITH_OPTION');
|
||||
$aFields['TAS_TIMING_TITLE'] = 'Timing Control';
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user