BUG 7998 Adjustment in output documents, added label when a case is running.

This commit is contained in:
Hector Cortez
2011-11-10 15:28:10 -04:00
parent 4cc0f6c137
commit 50852564be
2 changed files with 2 additions and 2 deletions

View File

@@ -322,7 +322,7 @@ $uidf=$_GET['UID'];
$aOD['__DYNAFORM_OPTIONS']['PREVIOUS_STEP_LABEL'] = G::loadTranslation("ID_PREVIOUS_STEP");
}
$aOD['__DYNAFORM_OPTIONS']['NEXT_STEP'] = $aNextStep['PAGE'];
$aOD['__DYNAFORM_OPTIONS']['NEXT_STEP_LABEL'] = G::loadTranslation("ID_NEXT_STEP");
switch ($_GET['ACTION'])
{
case 'GENERATE':