mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
Web UI: Improve deletion confirmation dialog
This commit is contained in:
parent
46a3b382db
commit
5a68bc5801
@ -64,8 +64,8 @@ window.addEvent('domready', function(){
|
|||||||
<body>
|
<body>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<p>_(Are you sure you want to delete the selected torrents from the transfer list?)</p>
|
<p> _(Are you sure you want to delete the selected torrents from the transfer list?)</p>
|
||||||
<input type="checkbox" id="deleteFromDiskCB"/> <i>_(Also delete the files on the hard disk)</i><br/><br/>
|
<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;">
|
<div style="text-align: right;">
|
||||||
<input type="button" id="cancelBtn" value="_(No)" /> <input type="button" id="confirmBtn" value="_(Yes)"/>
|
<input type="button" id="cancelBtn" value="_(No)" /> <input type="button" id="confirmBtn" value="_(Yes)"/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user