  |
19 | 19 | | } |
| |
20 | 20 | | ?> |
| |
21 | 21 | | |
  |
22 | | - | <div class="infoBoxHeading"><?php echo osc_icon('trash.png', IMAGE_DELETE) . ' ' . $osC_Language->get('action_heading_batch_delete_administrators'); ?></div> |
| |
| 22 | + | <div class="infoBoxHeading"><?php echo osc_icon('trash.png') . ' ' . $osC_Language->get('action_heading_batch_delete_administrators'); ?></div> |
|
23 | 23 | | <div class="infoBoxContent"> |
| |
24 | 24 | | <form name="aDeleteBatch" action="<?php echo osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '&page=' . $_GET['page'] . '&action=batchDelete'); ?>" method="post"> |
| |
25 | 25 | | |
| |
|
|
 |
… |
|
44 | 44 | | echo '<p>' . $names_string . '</p>'; |
| |
45 | 45 | | ?> |
| |
46 | 46 | | |
  |
47 | | - | <p align="center"><?php echo osc_draw_hidden_field('subaction', 'confirm') . '<input type="submit" value="' . IMAGE_DELETE . '" 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> |
| |
| 47 | + | <p align="center"><?php echo osc_draw_hidden_field('subaction', 'confirm') . '<input type="submit" value="' . $osC_Language->get('button_delete') . '" class="operationButton" /> <input type="button" value="' . $osC_Language->get('button_cancel') . '" onclick="document.location.href=\'' . osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '&page=' . $_GET['page']) . '\';" class="operationButton" />'; ?></p> |
  |
48 | 48 | | |
| |
49 | 49 | | </form> |
| |
50 | 50 | | </div> |