integrating changes in order to enable the double click selection/insertion in the variable picker

This commit is contained in:
user
2012-11-26 12:29:29 -04:00
parent ccd87965e8
commit b0c556064c
2 changed files with 7 additions and 8 deletions

View File

@@ -27,9 +27,9 @@ $html .= '<div id="d_variables">';
$html .= '<table width="90%" align="center">';
$html .= '<tr>';
$html .= '<td colspan="3">';
$html .= '<input type="hidden" id="process" value="'.$_POST['sProcess'].'">';
$html .= '<tr>';
$html .= '<td colspan="3">';
$html .= '<input type="hidden" id="process" value="'.$_POST['sProcess'].'">';
$html .= '</td>';
$html .= '</tr>';
@@ -56,8 +56,7 @@ $html .= '<option value="all">All Variables</option>';
$html .= '<option value="system">System Variables</option>';
$html .= '<option value="process">Process Variables</option>';
$html .= '</select> &nbsp;&nbsp;&nbsp;&nbsp;';
$html .= '<input type="hidden" id="PRO_UID" name="PRO_UID" value="'.$_POST['sProcess'].'"/> ';
$html .= '<input type="hidden" id="selectedField" name="selectedField" value="'.$_POST['selectedField'].'"/> ';
$html .= '<input type="hidden" id="selectedField" name="selectedField" value="'.$_POST['sFieldName'].'"/> ';
$html .= '</td>';
$html .= '<td width="25%">';