mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-05 02:19:15 +00:00
sanity checking in filter editor, updated NEWS, changed prefs UI a bit more
This commit is contained in:
11
prefs.php
11
prefs.php
@@ -28,11 +28,12 @@
|
||||
</tr>
|
||||
</tr>
|
||||
<td id="prefContent" class="prefContent" valign="top" colspan="2">
|
||||
<h2>Feed Configuration</h2> <div id="piggie"> </div>
|
||||
<h2>Feed Configuration</h2><div id="piggie"> </div>
|
||||
|
||||
|
||||
<div class="expPane" id="feedConfPane">
|
||||
<a href="javascript:expandPane('feedConfPane')">Click to expand >></a>
|
||||
<a class="button"
|
||||
href="javascript:expandPane('feedConfPane')">Expand section ></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 >></a>
|
||||
<a class="button"
|
||||
href="javascript:expandPane('filterConfPane')">Expand section ></a>
|
||||
|
||||
</div>
|
||||
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user