Arreglo de labels harcodeados
This commit is contained in:
@@ -950,8 +950,8 @@ class processMap
|
||||
$aRow['DYN_TITLE'] = Content::Load("DYN_TITLE", "", $aRow['DYN_UID'], SYS_LANG);
|
||||
}
|
||||
$aBB[] = array('STEP_UID' => $aRow['DYN_UID'], 'STEP_TITLE' => $aRow['DYN_TITLE'], 'STEP_TYPE_OBJ' => 'DYNAFORM', 'STEP_MODE' => '<select id="STEP_MODE_' . $aRow['DYN_UID'] . '">
|
||||
<option value="EDIT">Edit</option>
|
||||
<option value="VIEW">View</option>
|
||||
<option value="EDIT">' . G::LoadTranslation('ID_EDIT') . '</option>
|
||||
<option value="VIEW">' . G::LoadTranslation('ID_VIEW') . '</option>
|
||||
</select>'
|
||||
);
|
||||
$oDataset->next();
|
||||
|
||||
Reference in New Issue
Block a user