Removed double labels for forms in Blacklist_p.html

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2610 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
michitux 2006-09-17 08:07:21 +00:00
parent aa46269eff
commit 2d9496577f

View File

@ -114,7 +114,7 @@
<fieldset>
<legend>other YaCy peers:</legend>
<input type="hidden" name="currentBlacklist" value="#[currentBlacklist]#" />
Host: <select name="hash">
<select name="hash">
#{otherHosts}#
<option value="#[hash]#">#[name]#</option>
#{/otherHosts}#
@ -128,7 +128,7 @@
<fieldset>
<legend>URL:</legend>
<input type="hidden" name="currentBlacklist" value="#[currentBlacklist]#" />
URL: <input type="text" name="url" />
<input type="text" name="url" />
<input type="submit" value="Load new blacklist items" #(disabled)#::disabled="disabled"#(/disabled)# />
</fieldset>
</form>
@ -138,7 +138,7 @@
<fieldset>
<legend>file:</legend>
<input type="hidden" name="currentBlacklist" value="#[currentBlacklist]#" />
File: <input type="text" name="file" />
<input type="text" name="file" />
<input type="submit" value="Load new blacklist items" #(disabled)#::disabled="disabled"#(/disabled)# />
</fieldset>
</form>