summaryrefslogtreecommitdiff
path: root/htroot/CrawlProfileEditor_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-06-25 14:41:54 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-06-25 14:41:54 +0000
commit2ed808366a60d83e2fe786c4df9bf42c326d813e (patch)
treee403a93fc9e49cfd7180b785466d0daa67a1fbee /htroot/CrawlProfileEditor_p.html
parent5009695537a8ebd79cb403eac0e38de14c3e5cae (diff)
fix for wrong deletion in profile editor
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3921 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/CrawlProfileEditor_p.html')
-rw-r--r--htroot/CrawlProfileEditor_p.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/htroot/CrawlProfileEditor_p.html b/htroot/CrawlProfileEditor_p.html
index ac4559232..1eb02bc80 100644
--- a/htroot/CrawlProfileEditor_p.html
+++ b/htroot/CrawlProfileEditor_p.html
@@ -16,7 +16,6 @@
<!-- crawl profile list -->
-<form action="CrawlProfileEditor_p.html" method="get" enctype="multipart/form-data">
<fieldset><legend>Crawl Profile List</legend>
<table border="0" cellpadding="2" cellspacing="1">
<colgroup>
@@ -60,16 +59,17 @@
<td>#(indexMedia)#no::yes#(/indexMedia)#</td>
<td>#(remoteIndexing)#no::yes#(/remoteIndexing)#</td>
<td>#(deleteButton)#::
+ <form action="CrawlProfileEditor_p.html" method="get" enctype="multipart/form-data">
<pre><input type="hidden" name="handle" value="#[handle]#" /></pre>
<pre><input type="submit" name="deleteprofile" value="Delete" /></pre>
#(/deleteButton)#
-
- </td>
+ </form>
+ </td>
</tr>
#{/crawlProfiles}#
</table>
</fieldset>
-</form>
+
<!-- crawl profile editor -->
<form action="CrawlProfileEditor_p.html" method="post" enctype="multipart/form-data">