Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1405
 
1446
 
1446
 
batch_delete.php
_> 55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
  77 
<> 8 -  Copyright (c) 2006 osCommerce
   8+  Copyright (c) 2007 osCommerce
99 
  1010   Released under the GNU General Public License
  1111 */
     
 !
2323 <div class="infoBoxContent">
  2424   <form name="aDeleteBatch" action="<?php echo osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '&page=' . $_GET['page'] . '&action=batchDelete'); ?>" method="post">
  2525 
<> 26 -  <p><?php echo TEXT_DELETE_BATCH_INTRO; ?></p>
   26+  <p><?php echo $osC_Language->get('introduction_batch_delete_administrators'); ?></p>
<_ 2727 
  2828 <?php
  2929   $Qadmins = $osC_Database->query('select id, user_name from :table_administrators where id in (":id") order by user_name');