summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-03 08:22:29 +0100
committerAndrew Dolgov <[email protected]>2005-09-03 08:22:29 +0100
commita0d5388913ca8f9a97fa1ef257517230412bafdd (patch)
tree6c331d48d6a8a93d612875564c3a273b7b9a84bb /prefs.php
parentf92db4f5e750358bf49f4aa81d6f91b00e006494 (diff)
reworked preferences dialog, start work on post filters (schema updated)
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php28
1 files changed, 16 insertions, 12 deletions
diff --git a/prefs.php b/prefs.php
index 1d47d539a..5a3afb1f3 100644
--- a/prefs.php
+++ b/prefs.php
@@ -28,28 +28,32 @@
</tr>
</tr>
<td id="prefContent" class="prefContent" valign="top" colspan="2">
- <h2>Feed Configuration</h2>
-
- <div id="piggie">&nbsp;</div>
- <table class="prefAddFeed"><tr>
- <td><input id="fadd_link"></td>
- <td colspan="4" align="right">
- <a class="button" href="javascript:addFeed()">Add feed</a></td></tr>
- </table>
-
- <div id="feeds">&nbsp;</div>
+ <h2>Feed Configuration</h2>
- <hr>
+ <div class="expPane" id="feedConfPane">
+ <a href="javascript:expandPane('feedConfPane')">Click to expand &gt;&gt;</a>
+ </div>
- <h2>Import OPML</h2>
+ <h2>OPML Import</h2>
+ <div class="expPane">
+
<form enctype="multipart/form-data" method="POST" action="opml.php">
<input type="hidden" name="MAX_FILE_SIZE" value="30000">
File: <input id="opml_file" name="opml_file" type="file">&nbsp;
<input class="button" name="op" onclick="return validateOpmlImport();"
type="submit" value="Import">
</form>
+
+ </div>
+
+ <h2>Content filtering</h2>
+
+ <div class="expPane" id="filterConfPane">
+ <a href="javascript:expandPane('filterConfPane')">Click to expand &gt;&gt;</a>
+ </div>
+
</td>
</tr>
<tr>