mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-09 22:21:32 +00:00
inline feed editor, yay!
This commit is contained in:
11
prefs.php
11
prefs.php
@@ -30,18 +30,17 @@
|
||||
<td id="prefContent" class="prefContent" valign="top" colspan="2">
|
||||
<h2>Feed Configuration</h2>
|
||||
|
||||
<!--
|
||||
<div id="piggie"> </div>
|
||||
|
||||
<table class="prefAddFeed">
|
||||
<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="piggie"> </div>
|
||||
|
||||
|
||||
<div id="feeds"> </div>
|
||||
|
||||
<p>Selection:
|
||||
<!-- <p>Selection:
|
||||
<a class="button"
|
||||
href="javascript:editSelectedFeed()">Edit</a>
|
||||
<a class="buttonWarn"
|
||||
@@ -51,7 +50,7 @@
|
||||
<a class="button"
|
||||
href="javascript:unreadSelectedFeeds()">Mark as unread</a>
|
||||
<a class="button"
|
||||
href="javascript:updateFeedList()">Refresh</a>
|
||||
href="javascript:updateFeedList()">Refresh</a> -->
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user