mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-27 08:19:30 +08: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>
|
||||
<br/>
|
||||
|
||||
<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/>
|
||||
<p> _(Are you sure you want to delete the selected torrents from the transfer list?)</p>
|
||||
<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)" /> <input type="button" id="confirmBtn" value="_(Yes)"/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user