PMCORE-4255 Dynaform, trigger, DB Connection not listed in classic process
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
<input name="DynaformRequiredFields" id="DynaformRequiredFields" value="{$form_objectRequiredFields}" type="hidden">
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tbody><tr>
|
||||
<td colspan="2" class="withoutLabel">{$form.__DYNAFORM_OPTIONS}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="withoutLabel">{$form.menuUser}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<td class="FormButton" colspan="2" align="center"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="FormButton" colspan="2" align="center">{$form.SAVE_FROM_PMTABLE} {$form.SAVE_AND_OPEN_FROM_PMTABLE} {$form.BTN_CANCEL} </td>
|
||||
<td class="FormButton" colspan="2" align="center">{$form.SAVE_FROM_PMTABLE} {$form.SAVE_AND_OPEN_FROM_PMTABLE}</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
</td>
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
<SAVE_AND_OPEN_FROM_PMTABLE type="button" onclick="validatePKFields (this.form,'saveAndOpen');">
|
||||
<en><![CDATA[Save & Open]]></en>
|
||||
</SAVE_AND_OPEN_FROM_PMTABLE>
|
||||
<!-- BTN_CANCEL type="button" onclick="cancel();">
|
||||
<en>Cancel</en>
|
||||
</BTN_CANCEL //-->
|
||||
<JSCRIPT type="javascript"><![CDATA[
|
||||
// function that validates the primary keys in a grid for the Elements
|
||||
function validatePKFields (formElement, value){
|
||||
|
||||
@@ -8,10 +8,7 @@
|
||||
<input class="notValidateThisFields" name="__notValidateThisFields__" id="__notValidateThisFields__" value="" type="hidden">
|
||||
<input name="DynaformRequiredFields" id="DynaformRequiredFields" value="{$form_objectRequiredFields}" type="hidden">
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tbody><tr>
|
||||
<td colspan="2" class="withoutLabel">{$form.__DYNAFORM_OPTIONS}</td>
|
||||
</tr>
|
||||
<tr style="display: none;">
|
||||
<tbody><tr style="display: none;">
|
||||
<td colspan="2">{$form.PME_A}</td>
|
||||
</tr>
|
||||
<tr style="display: none;">
|
||||
|
||||
@@ -9,10 +9,7 @@
|
||||
<input class="notValidateThisFields" name="__notValidateThisFields__" id="__notValidateThisFields__" value="" type="hidden">
|
||||
<input name="DynaformRequiredFields" id="DynaformRequiredFields" value="{$form_objectRequiredFields}" type="hidden">
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tbody><tr>
|
||||
<td colspan="2" class="withoutLabel">{$form.__DYNAFORM_OPTIONS}</td>
|
||||
</tr>
|
||||
<tr style="display: none;">
|
||||
<tbody><tr style="display: none;">
|
||||
<td colspan="2">{$form.PME_A}</td>
|
||||
</tr>
|
||||
<tr style="display: none;">
|
||||
|
||||
@@ -9,10 +9,7 @@
|
||||
<input class="notValidateThisFields" name="__notValidateThisFields__" id="__notValidateThisFields__" value="" type="hidden">
|
||||
<input name="DynaformRequiredFields" id="DynaformRequiredFields" value="{$form_objectRequiredFields}" type="hidden">
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tbody><tr>
|
||||
<td colspan="2" class="withoutLabel">{$form.__DYNAFORM_OPTIONS}</td>
|
||||
</tr>
|
||||
<tr style="display: none;">
|
||||
<tbody><tr style="display: none;">
|
||||
<td colspan="2">{$form.PME_A}</td>
|
||||
</tr>
|
||||
<tr style="display: none;">
|
||||
|
||||
@@ -8,10 +8,7 @@
|
||||
<input class="notValidateThisFields" name="__notValidateThisFields__" id="__notValidateThisFields__" value="" type="hidden">
|
||||
<input name="DynaformRequiredFields" id="DynaformRequiredFields" value="{$form_objectRequiredFields}" type="hidden">
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tbody><tr>
|
||||
<td colspan="2" class="withoutLabel">{$form.__DYNAFORM_OPTIONS}</td>
|
||||
</tr>
|
||||
<tr style="display: none;">
|
||||
<tbody><tr style="display: none;">
|
||||
<td colspan="2">{$form.PRO_UID}</td>
|
||||
</tr>
|
||||
<tr style="display: none;">
|
||||
|
||||
Reference in New Issue
Block a user