summaryrefslogtreecommitdiff
path: root/htroot/IndexControlRWIs_p.html
diff options
context:
space:
mode:
authorlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-11-23 12:02:58 +0000
committerlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-11-23 12:02:58 +0000
commit1545e5440ac43d73dacc2a0fa3eabdf58123de6f (patch)
tree3cce9eccae1c50bb29a93e466fbee7d977bb4c5f /htroot/IndexControlRWIs_p.html
parentfa26a8f25a2d9c8081c5b73792630190bcb8b92a (diff)
* index deletion: checkbox-confirmation
* watch crawler: less load on exhausted peers; wait for data before reloading again git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5359 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/IndexControlRWIs_p.html')
-rw-r--r--htroot/IndexControlRWIs_p.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/IndexControlRWIs_p.html b/htroot/IndexControlRWIs_p.html
index 8ea175c90..7fae1d05b 100644
--- a/htroot/IndexControlRWIs_p.html
+++ b/htroot/IndexControlRWIs_p.html
@@ -29,8 +29,8 @@
<form action="IndexControlRWIs_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend>Cleanup</legend>
<dl>
- <dt class="TableCellDark">Index Deletion<br />(deletes all words and all urls)</dt>
- <dd><input type="submit" name="deletecomplete" value="Delete index" onclick="return confirm('Confirm: You want to delete the complete index?')"/>
+ <dt class="TableCellDark"><input type="checkbox" name="confirmDelete"/> Index Deletion<br />(deletes all words and all urls)</dt>
+ <dd><input type="submit" name="deletecomplete" value="Delete index"/>
</dd>
</dl>
</fieldset>