summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 46b1ea7c..8ae10f7b 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -3194,7 +3194,7 @@ SDI($available_groups);
}
$operations = get_request('operations',array());
-
+
if(isset($_REQUEST['actionid']) && !isset($_REQUEST['form_refresh'])){
$eventsource = $action['eventsource'];
$evaltype = $action['evaltype'];
@@ -3241,6 +3241,11 @@ SDI($available_groups);
$esc_period = get_request('esc_period');
}
+ foreach($operations as $key => $operation) {
+ $esc_step_from[$key] = $operation['esc_step_from'];
+ }
+ array_multisort($esc_step_from, SORT_ASC, $operations);
+
$tblOper->SetHeader(array(
new CCheckBox('all_operations',null,'CheckAll("'.S_ACTION.'","all_operations","g_operationid");'),
$esc_period?S_STEPS:null,