dropdown: add create label entry
This commit is contained in:
parent
1be62a6855
commit
4f570f569f
1 changed files with 3 additions and 0 deletions
|
@ -4053,6 +4053,9 @@
|
|||
//print "<li><span class=\"insensitive\">--------</span></li>";
|
||||
print "<li class=\"insensitive\">".__('Assign label:')."</li>";
|
||||
|
||||
print "<li onclick=\"javascript:addLabel()\">
|
||||
".__("Create label...")."</li>";
|
||||
|
||||
$result = db_query($link, "SELECT id, caption FROM ttrss_labels2 WHERE
|
||||
owner_uid = '".$_SESSION["uid"]."' ORDER BY caption");
|
||||
|
||||
|
|
Loading…
Reference in a new issue