diff options
| -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>
|
