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