diff --git a/views/bootstrap/class.RemoveUserFromProcesses.php b/views/bootstrap/class.RemoveUserFromProcesses.php index 1fd49ea71..fa0ef2c53 100644 --- a/views/bootstrap/class.RemoveUserFromProcesses.php +++ b/views/bootstrap/class.RemoveUserFromProcesses.php @@ -230,68 +230,124 @@ class SeedDMS_View_RemoveUserFromProcesses extends SeedDMS_Bootstrap_Style { -
-
- -
-
+formField( + getMLText('receipts_not_touched', array('no_receipts' => count($tmpb["0"]))), + array( + 'element'=>'input', + 'type'=>'checkbox', + 'name'=>'status[receipt][]', + 'value'=>'0', + 'checked'=>true + ), + array( + 'field_wrap' => array('") + ) + ); +?> -
-
- -
-
+formField( + getMLText('receipts_accepted', array('no_receipts' => count($tmpb["1"]))), + array( + 'element'=>'input', + 'type'=>'checkbox', + 'name'=>'status[receipt][]', + 'value'=>'1', + 'checked'=>true + ), + array( + 'field_wrap' => array('") + ) + ); +?> -
-
- -
-
+formField( + getMLText('receipts_rejected', array('no_receipts' => count($tmpb["-1"]))), + array( + 'element'=>'input', + 'type'=>'checkbox', + 'name'=>'status[receipt][]', + 'value'=>'-1', + 'checked'=>true + ), + array( + 'field_wrap' => array('") + ) + ); +?> -
-
- -
-
+formField( + getMLText('revisions_not_touched', array('no_revisions' => count($tmpc["0"]))), + array( + 'element'=>'input', + 'type'=>'checkbox', + 'name'=>'status[revision][]', + 'value'=>'0', + 'checked'=>true + ), + array( + 'field_wrap' => array('") + ) + ); +?> -
-
- -
-
+formField( + getMLText('revisions_pending', array('no_revisions' => count($tmpc["-3"]))), + array( + 'element'=>'input', + 'type'=>'checkbox', + 'name'=>'status[revision][]', + 'value'=>'-3', + 'checked'=>true + ), + array( + 'field_wrap' => array('") + ) + ); +?> -
-
- -
-
+formField( + getMLText('revisions_accepted', array('no_revisions' => count($tmpc["1"]))), + array( + 'element'=>'input', + 'type'=>'checkbox', + 'name'=>'status[revision][]', + 'value'=>'1', + 'checked'=>true + ), + array( + 'field_wrap' => array('") + ) + ); +?> -
-
- -
-
+formField( + getMLText('revisions_rejected', array('no_revisions' => count($tmpc["-1"]))), + array( + 'element'=>'input', + 'type'=>'checkbox', + 'name'=>'status[revision][]', + 'value'=>'-1', + 'checked'=>true + ), + array( + 'field_wrap' => array('") + ) + ); +?>