*) splitted form to avoid unwanted remove of selected entries as suggested by KoH

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2538 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
auron_x 18 years ago
parent 045ffebbd8
commit 4a494464af

@ -77,7 +77,6 @@ collect blacklist entries from other peers.</p>
</tr>
<tr>
<td rowspan="6">
<form action="Blacklist_p.html" method="post" enctype="multipart/form-data">
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<tr>
<td class="TableCellDark">
@ -87,6 +86,7 @@ collect blacklist entries from other peers.</p>
</tr>
<tr>
<td class="TableCellLight">
<form action="Blacklist_p.html" method="post" enctype="multipart/form-data">
<input type="hidden" name="currentBlacklist" value="#[currentBlacklist]#">
<select name="selectedEntry" size="8">
<!--<option disabled>blocked Sites</option>-->
@ -97,6 +97,7 @@ collect blacklist entries from other peers.</p>
</select>
<p />
<input type="submit" name="deleteBlacklistEntry" value="Delete URL pattern" #(disabled)#::disabled="disabled"#(/disabled)# />
</form>
</td>
</tr>
<tr>
@ -114,13 +115,13 @@ collect blacklist entries from other peers.</p>
</tr>
<tr>
<td class="TableCellLight">
<form action="Blacklist_p.html" method="post" enctype="multipart/form-data">
<input type="text" name="newEntry" size="50"><p>
<input type="submit" name="addBlacklistEntry" value="Add URL pattern" #(disabled)#::disabled="disabled"#(/disabled)#></p>
</form>
</td>
</tr>
</table>
</form>
</td>
</tr>
<tr>

Loading…
Cancel
Save