  |
33 | 33 | | ksort($access_modules_array); |
| |
34 | 34 | | ?> |
| |
35 | 35 | | |
  |
36 | | - | <h1><?php echo osc_link_object(osc_href_link(FILENAME_DEFAULT, $osC_Template->getModule()), $osC_Template->getPageTitle()); ?></h1> |
| |
| 36 | + | <h1><?php echo osc_link_object(osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule()), $osC_Template->getPageTitle()); ?></h1> |
|
37 | 37 | | |
| |
38 | 38 | | <?php |
| |
39 | 39 | | if ($osC_MessageStack->size($osC_Template->getModule()) > 0) { |
| |
|
|
 |
… |
|
43 | 43 | | |
| |
44 | 44 | | <div class="infoBoxHeading"><?php echo osc_icon('configure.png', IMAGE_EDIT) . ' Batch Edit'; ?></div> |
| |
45 | 45 | | <div class="infoBoxContent"> |
  |
46 | | - | <form name="aEditBatch" action="<?php echo osc_href_link(FILENAME_DEFAULT, $osC_Template->getModule() . '&page=' . $_GET['page'] . '&action=batchSave'); ?>" method="post"> |
| |
| 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 | | |
| |
48 | 48 | | <p><?php echo TEXT_EDIT_BATCH_INTRO; ?></p> |
| |
49 | 49 | | |