diff options
| author | borg-0300 <borg-0300@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-01-26 16:25:33 +0000 |
|---|---|---|
| committer | borg-0300 <borg-0300@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-01-26 16:25:33 +0000 |
| commit | a2b336dfe7d12c15cf2e98d18cf7f40a7bb0eeb7 (patch) | |
| tree | 840cb915720153cb157552cc7dd38ba14ebbbc7f /htroot/IndexControlRWIs_p.html | |
| parent | 80e63568608db707fe1e4bc0dba9f0312f6cea15 (diff) | |
small table fix
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5518 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/IndexControlRWIs_p.html')
| -rw-r--r-- | htroot/IndexControlRWIs_p.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/htroot/IndexControlRWIs_p.html b/htroot/IndexControlRWIs_p.html index 7fae1d05b..66159314b 100644 --- a/htroot/IndexControlRWIs_p.html +++ b/htroot/IndexControlRWIs_p.html @@ -187,10 +187,10 @@ #{urlList}#
<tr class="TableCellLight">
#(urlExists)#
- <td class="TableCellDark"><input type="checkbox" id="urlhx.#[urlhxCount]#" name="urlhx.#[urlhxCount]#" checked value="#[urlhxValue]#" align="top" />
- <label for="urlhx.#[urlhxCount]#" class="tt">#[urlhxValue]#</label></td>
- <td><unresolved URL Hash></td>
- <td colspan="15"></td>
+ <td><input type="checkbox" id="urlhx.#[urlhxCount]#" name="urlhx.#[urlhxCount]#" checked value="#[urlhxValue]#" align="top" />
+ <label for="urlhx.#[urlhxCount]#" class="tt"></label></td>
+ <td>#[urlhxValue]#</td>
+ <td colspan="20">unresolved URL Hash</td>
::
<td><input type="checkbox" id="urlhx.#[urlhxCount]#" name="urlhx.#[urlhxCount]#" #(urlhxChecked)#::checked="checked" #(/urlhxChecked)#value="#[urlhxValue]#" align="top" />
<label for="urlhx.#[urlhxCount]#" class="tt"></label></td>
@@ -238,11 +238,11 @@ <dt class="TableCellLight"></dt>
<dd>
<input type="submit" value="Delete reference to selected URLs" name="keyhashdelete" /><br />
- </dd> - </dl> + </dd>
+ </dl>
</fieldset>
- <fieldset><legend>Blacklist Extension</legend> - <dl> + <fieldset><legend>Blacklist Extension</legend>
+ <dl>
<dt>
<select name="blacklist" size="1">#{blacklists}#
<option value="#[name]#">#[name]#</option>#{/blacklists}#
@@ -260,4 +260,4 @@ #%env/templates/footer.template%#
</body>
-</html>
\ No newline at end of file +</html>
|
