Create a dynaform through of pmtable IMPROVEMENT

- not was create the fields of dynaform.
- Was class AdditionalTablesPeer and option "Action".
This commit is contained in:
Marco Antonio Nina
2013-01-07 14:33:01 -04:00
parent f6d36866c9
commit ba8f1b4083
5 changed files with 8 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ $aFields['ADD_TABLE'] = $_POST['ADD_TABLE'];
$aFields['PRO_UID'] = $_POST['PRO_UID'];
$aFields['DYN_TITLE'] = $_POST['DYN_TITLE'];
$aFields['DYN_TYPE'] = $_POST['DYN_TYPE'];
$aFields['ACTION'] = $_POST['ACTION'];
$aFields['DYN_DESCRIPTION'] = $_POST['DYN_DESCRIPTION'];
$aFields['VALIDATION_MESSAGE'] = G::LoadTranslation( 'ID_FILL_PRIMARY_KEYS' );