mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-05 23:09:16 +00:00
reworked preferences dialog, start work on post filters (schema updated)
This commit is contained in:
28
prefs.php
28
prefs.php
@@ -28,28 +28,32 @@
|
||||
</tr>
|
||||
</tr>
|
||||
<td id="prefContent" class="prefContent" valign="top" colspan="2">
|
||||
|
||||
<h2>Feed Configuration</h2>
|
||||
|
||||
<div id="piggie"> </div>
|
||||
<div class="expPane" id="feedConfPane">
|
||||
<a href="javascript:expandPane('feedConfPane')">Click to expand >></a>
|
||||
</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"> </div>
|
||||
|
||||
<hr>
|
||||
|
||||
<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">
|
||||
<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 >></a>
|
||||
</div>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user