Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1129
 
1200
 
1200
 
batch_edit.php
_> 6060   }
  6161 
  6262   if ( !empty($names_string) ) {
<> 63 -    $names_string = substr($names_string, 0, -2) . osc_draw_hidden_field('subaction', 'confirm');
   63+    $names_string = substr($names_string, 0, -2);
6464   }
  6565 
  6666   echo '<p>' . $names_string . '</p>';
  6767 
<> 68 -  echo '<p>' . osc_draw_radio_field('type', array(array('id' => 'add', 'text' => 'Add To'), array('id' => 'remove', 'text' => 'Remove From'), array('id' => 'set', 'text' => 'Set To')), 'add') . '</p>';
   68+  echo '<p>' . osc_draw_radio_field('mode', array(array('id' => OSC_ADMINISTRATORS_ACCESS_MODE_ADD, 'text' => 'Add To'), array('id' => OSC_ADMINISTRATORS_ACCESS_MODE_REMOVE, 'text' => 'Remove From'), array('id' => OSC_ADMINISTRATORS_ACCESS_MODE_SET, 'text' => 'Set To')), OSC_ADMINISTRATORS_ACCESS_MODE_ADD) . '</p>';
6969 
  7070   echo '<ul style="list-style-type: none; padding-left: 0;">' .
  7171        '  <li>' . osc_draw_checkbox_field('modules[]', '*', null, 'id="access_globaladmin"') . '&nbsp;<label for="access_globaladmin"><b>' . TEXT_GLOBAL_ACCESS . '</b></label></li>' .
     
 !
8787   echo '</ul>';
  8888 ?>
  8989 
<> 90 -  <p align="center"><?php echo '<input type="submit" value="' . IMAGE_SAVE . '" class="operationButton"> <input type="button" value="' . IMAGE_CANCEL . '" onclick="document.location.href=\'' . osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '&page=' . $_GET['page']) . '\';" class="operationButton">'; ?></p>
   90+  <p align="center"><?php echo osc_draw_hidden_field('subaction', 'confirm') . '<input type="submit" value="' . IMAGE_SAVE . '" class="operationButton" /> <input type="button" value="' . IMAGE_CANCEL . '" onclick="document.location.href=\'' . osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '&page=' . $_GET['page']) . '\';" class="operationButton" />'; ?></p>
<_ 9191 
  9292   </form>
  9393 </div>