1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

unify create filter interface

This commit is contained in:
Andrew Dolgov
2006-05-18 03:48:33 +01:00
parent 84025daba8
commit 7b5c6012d1
4 changed files with 98 additions and 80 deletions

View File

@@ -96,7 +96,7 @@ window.onload = init;
<div id="notify"><span id="notify_body">&nbsp;</span></div>
</td>
<div id="userDlgShadow"><div id="userDlg">&nbsp;</div></div>
<div id="infoBoxShadow"><div id="infoBox">&nbsp;</div></div>
</tr><tr><td class="welcomePrompt">
<? if (!SINGLE_USER_MODE) { ?>
@@ -240,7 +240,7 @@ window.onload = init;
<option id="qmcShowOnlyUnread">&nbsp;&nbsp;Show only unread</option>
<option disabled>--------</option>
<option style="color : #5050aa" disabled>Other actions:</option>
<option id="qmcAddFilter">&nbsp;&nbsp;Add filter</option>
<option id="qmcAddFilter">&nbsp;&nbsp;Create filter</option>
</select>
</td>
</tr>