integrating changes in order to enable the double click selection/insertion in the variable picker
This commit is contained in:
@@ -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> ';
|
||||
$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%">';
|
||||
|
||||
Reference in New Issue
Block a user