<input type='hidden' name='client' value='<TMPL_VAR Client>'>
<input type='hidden' name='jobid' value='<TMPL_VAR JobId>'>
<input type="image" name='action' value='cancel_job'
+ onclick="return confirm('Do you want to cancel this job ?')"
title='Cancel job' src='/bweb/cancel.png'>
</form>
</div>
<input type='hidden' name='jobid' value='<TMPL_VAR jobid>'>
<label>
<input type="image" name='action' value='delete' title='delete this job'
+ onclick="return confirm('Do you want to delete this job from the catalog ?');"
src='/bweb/purge.png'> Delete
</label>
</form>
<form action='?action=test' method='get'>
<table id='id_pool_<TMPL_VAR ID>'></table>
- <input type="image" name='action' value='extern' title='Move out' src='/bweb/extern.png'>
+ <input type="image" name='action' value='extern' title='Move out' src='/bweb/extern.png' onclick='return confirm("Do you want to eject selected media ?");'>
<input type="image" name='action' value='intern' title='Move in' src='/bweb/intern.png'>
<input type="image" name='action' value='update_media' title='Update media' src='/bweb/edit.png'>
<input type="image" name='action' value='media_zoom' title='Informations' src='/bweb/zoom.png'>
<input type="image" name='action' value='intern' title='move in' src='/bweb/intern.png'>
</TMPL_IF>
<input type="image" name='action' value='update_media' title='Update' src='/bweb/edit.png'>
- <input type="image" name='action' value='purge' title='Purge' src='/bweb/purge.png'>
+ <input type="image" name='action' value='purge' title='Purge' src='/bweb/purge.png' onclick="return confirm('Do you want to purge this volume ?')">
<input type="image" name='action' value='prune' title='Prune' src='/bweb/prune.png'>
<TMPL_IF Locationlog>
<a href='#' onclick='document.getElementById("locationlog").style.visibility="visible";'><img title='View location log' src='/bweb/zoom.png'></a>
<table id='id<TMPL_VAR NAME=ID>'></table>
<br/>
<label>
-<input type="image" type='submit' name='action' value='cancel_job'
- title='Cancel job' src='/bweb/cancel.png'>
-</label>
-<label>
<input type='image' name='action' value='dsp_cur_job'
title='View job' src='/bweb/zoom.png'>
+</label>
+<label>
+<input type="image" type='submit' name='action' value='cancel_job'
+ onclick="return confirm('Do you want to cancel selected job ?')"
+ title='Cancel job' src='/bweb/cancel.png'>
</label>
</form>