summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-03 09:03:06 +0100
committerAndrew Dolgov <[email protected]>2005-09-03 09:03:06 +0100
commitea6774cf1d4bfc4fae156198dcffa709c8367785 (patch)
treedf8aaa8245c52cb5d6dc92c1d35075a302a0d805 /prefs.php
parent0afbd8519316ed633db6e1729653728913f63ebc (diff)
sanity checking in filter editor, updated NEWS, changed prefs UI a bit more
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php11
1 files changed, 7 insertions, 4 deletions
diff --git a/prefs.php b/prefs.php
index 735263553..974101b1c 100644
--- a/prefs.php
+++ b/prefs.php
@@ -28,11 +28,12 @@
</tr>
</tr>
<td id="prefContent" class="prefContent" valign="top" colspan="2">
- <h2>Feed Configuration</h2> <div id="piggie">&nbsp;</div>
+ <h2>Feed Configuration</h2><div id="piggie">&nbsp;</div>
<div class="expPane" id="feedConfPane">
- <a href="javascript:expandPane('feedConfPane')">Click to expand &gt;&gt;</a>
+ <a class="button"
+ href="javascript:expandPane('feedConfPane')">Expand section &gt;</a>
</div>
<h2>OPML Import</h2>
@@ -48,10 +49,12 @@
</div>
- <h2>Content filtering</h2>
+ <h2>Content Filtering</h2>
<div class="expPane" id="filterConfPane">
- <a href="javascript:expandPane('filterConfPane')">Click to expand &gt;&gt;</a>
+ <a class="button"
+ href="javascript:expandPane('filterConfPane')">Expand section &gt;</a>
+
</div>
</td>