mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
tabbed preferences
This commit is contained in:
54
prefs.php
54
prefs.php
@@ -31,50 +31,24 @@
|
||||
</tr>
|
||||
<? } ?>
|
||||
<tr>
|
||||
<td class="prefsToolbar" valign="middle" align="right">
|
||||
<td class="prefsTabs" align="left" valign="bottom">
|
||||
<input id="feedConfigTab" class="prefsTab" type="submit" value="Feed Configuration"
|
||||
onclick="selectTab('feedConfig')">
|
||||
<input id="filterConfigTab" class="prefsTab" type="submit" value="Content Filtering"
|
||||
onclick="selectTab('filterConfig')">
|
||||
<? if (ENABLE_LABELS) { ?>
|
||||
<input id="labelConfigTab" class="prefsTab" type="submit" value="Label Editor"
|
||||
onclick="selectTab('labelConfig')">
|
||||
<? } ?>
|
||||
</td>
|
||||
<td class="prefsToolbar" valign="middle" align="right">
|
||||
<input type="submit" onclick="gotoMain()" class="button" value="Return to main">
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
</tr>
|
||||
<td id="prefContent" class="prefContent" valign="top">
|
||||
<h2>Feed Configuration</h2><div id="piggie"> </div>
|
||||
<td id="prefContent" class="prefContent" valign="top" colspan="2">
|
||||
|
||||
<div class="expPane" id="feedConfPane">
|
||||
<a class="button"
|
||||
href="javascript:expandPane('feedConfPane')">Expand section ></a>
|
||||
</div>
|
||||
|
||||
<h2>OPML Import</h2>
|
||||
|
||||
<div class="expPane">
|
||||
|
||||
<form enctype="multipart/form-data" method="POST" action="opml.php">
|
||||
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 class="button"
|
||||
href="javascript:expandPane('filterConfPane')">Expand section ></a>
|
||||
|
||||
</div>
|
||||
|
||||
<? if (ENABLE_LABELS) { ?>
|
||||
|
||||
<h2>Label Editor</h2>
|
||||
|
||||
<div class="expPane" id="labelConfPane">
|
||||
<a class="button"
|
||||
href="javascript:expandPane('labelConfPane')">Expand section ></a>
|
||||
|
||||
</div>
|
||||
|
||||
<? } ?>
|
||||
<p>Loading, please wait...</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user