Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1129
 
1200
 
1200
 
batch_delete.php
_> 3838   }
  3939 
  4040   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);
4242   }
  4343 
  4444   echo '<p>' . $names_string . '</p>';
  4545 ?>
  4646 
<> 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>
<_ 4848 
  4949   </form>
  5050 </div>