Browse Source

Web UI: Improve deletion confirmation dialog

adaptive-webui-19844
Christophe Dumez 13 years ago
parent
commit
5a68bc5801
  1. 4
      src/webui/html/confirmdeletion.html

4
src/webui/html/confirmdeletion.html

@ -64,8 +64,8 @@ window.addEvent('domready', function(){ @@ -64,8 +64,8 @@ window.addEvent('domready', function(){
<body>
<br/>
<p>_(Are you sure you want to delete the selected torrents from the transfer list?)</p>
&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" id="deleteFromDiskCB"/> <i>_(Also delete the files on the hard disk)</i><br/><br/>
<p>&nbsp;&nbsp;_(Are you sure you want to delete the selected torrents from the transfer list?)</p>
&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" id="deleteFromDiskCB"/> <label for="deleteFromDiskCB"><i>_(Also delete the files on the hard disk)</i></label><br/><br/>
<div style="text-align: right;">
<input type="button" id="cancelBtn" value="_(No)" />&nbsp;&nbsp;<input type="button" id="confirmBtn" value="_(Yes)"/>&nbsp;&nbsp;
</div>

Loading…
Cancel
Save