Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1125
 
1130
 
1130
 
administrators.php
_> 1616 
  1717     var $_module = 'administrators',
  1818         $_page_title = HEADING_TITLE,
<> 19 -        $_page_contents = 'administrators.php';
   19+        $_page_contents = 'main.php';
2020 
  2121 /* Class constructor */
  2222 
     
 !
4141 
  4242           case 'batchSave':
  4343             if ( isset($_POST['batch']) && is_array($_POST['batch']) && !empty($_POST['batch']) ) {
<> 44 -              $this->_page_contents = 'administrators_batch_edit.php';
   44+              $this->_page_contents = 'batch_edit.php';
4545 
  4646               if ( isset($_POST['subaction']) && ($_POST['subaction'] == 'confirm') ) {
  4747                 $this->_saveBatch();
     
 !
5454 
  5555           case 'batchDelete':
  5656             if ( isset($_POST['batch']) && is_array($_POST['batch']) && !empty($_POST['batch']) ) {
<> 57 -              $this->_page_contents = 'administrators_batch_delete.php';
   57+              $this->_page_contents = 'batch_delete.php';
<_ 5858 
  5959               if ( isset($_POST['subaction']) && ($_POST['subaction'] == 'confirm') ) {
  6060                 $this->_deleteBatch();