  |
38 | 38 | | } |
| |
39 | 39 | | |
| |
40 | 40 | | if ( !empty($names_string) ) { |
  |
41 | | - | $names_string = substr($names_string, 0, -2) . osc_draw_hidden_field('subaction', 'confirm'); |
| |
| 41 | + | $names_string = substr($names_string, 0, -2); |
|
42 | 42 | | } |
| |
43 | 43 | | |
| |
44 | 44 | | echo '<p>' . $names_string . '</p>'; |
| |
45 | 45 | | ?> |
| |
46 | 46 | | |
  |
47 | | - | <p align="center"><?php echo '<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="' . 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> |
  |
48 | 48 | | |
| |
49 | 49 | | </form> |
| |
50 | 50 | | </div> |