diff options
| author | orbiter <mc@yacy.net> | 2014-08-27 00:31:03 +0200 |
|---|---|---|
| committer | orbiter <mc@yacy.net> | 2014-08-27 00:31:03 +0200 |
| commit | 73c2e47de3bdee7a73c049fba36c381bc8caaecd (patch) | |
| tree | df62089bdeb4253116251bef40ff594992e1a40d /htroot/IndexControlURLs_p.html | |
| parent | 71b686e503b550b8023f2f194c7c62dfa4bc9d05 (diff) | |
added a confirmation dialog to complete index deletion
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
| -rw-r--r-- | htroot/IndexControlURLs_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index 2441009f4..74dd8d4b2 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -108,7 +108,7 @@ function updatepage(str) { <input type="checkbox" name="deleteCrawlQueues" id="deleteCrawlQueues" disabled="disabled" /> Stop Crawler and delete Crawl Queues<br/>
<input type="checkbox" name="deleteRobots" id="deleteRobots" disabled="disabled" /> Delete robots.txt Cache<br/>
<input type="checkbox" name="deleteSearchFl" id="deleteSearchFl" disabled="disabled" /> Delete cached snippet-fetching failures during search<br/><br/>
- <input type="submit" name="deletecomplete" id="deletecomplete" value="Delete" disabled="disabled" class="btn btn-danger" style="width:240px;"/>
+ <input type="submit" name="deletecomplete" id="deletecomplete" value="Delete" disabled="disabled" class="btn btn-danger" style="width:240px;" onclick="return confirm('Confirm Deletion')"/>
</dd>
</dl>
</fieldset>
|
