  |
41 | 41 | | } |
| |
42 | 42 | | ?> |
| |
43 | 43 | | |
  |
44 | | - | <div class="infoBoxHeading"><?php echo osc_icon('configure.png', IMAGE_EDIT) . ' ' . $osC_Language->get('action_heading_batch_edit_administrators'); ?></div> |
| |
| 44 | + | <div class="infoBoxHeading"><?php echo osc_icon('edit.png') . ' ' . $osC_Language->get('action_heading_batch_edit_administrators'); ?></div> |
|
45 | 45 | | <div class="infoBoxContent"> |
| |
46 | 46 | | <form name="aEditBatch" action="<?php echo osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '&page=' . $_GET['page'] . '&action=batchSave'); ?>" method="post"> |
| |
47 | 47 | | |
| |
|
|
 |
… |
|
87 | 87 | | echo '</ul>'; |
| |
88 | 88 | | ?> |
| |
89 | 89 | | |
  |
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> |
| |
| 90 | + | <p align="center"><?php echo osc_draw_hidden_field('subaction', 'confirm') . '<input type="submit" value="' . $osC_Language->get('button_save') . '" 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> |
  |
91 | 91 | | |
| |
92 | 92 | | </form> |
| |
93 | 93 | | </div> |