summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-20 18:54:40 +0100
committerAndrew Dolgov <[email protected]>2009-01-20 18:54:40 +0100
commit4f570f569f04d06ca943b153b67ab99f987ab9a3 (patch)
treebb26be1c46afdbe9e257325ee62fd176e1c37a9a /functions.php
parent1be62a6855f864c7e3866f1c78a7e005f47dea95 (diff)
dropdown: add create label entry
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index f8253412b..1cdcaa644 100644
--- a/functions.php
+++ b/functions.php
@@ -4053,6 +4053,9 @@
//print "<li><span class=\"insensitive\">--------</span></li>";
print "<li class=\"insensitive\">".__('Assign label:')."</li>";
+ print "<li onclick=\"javascript:addLabel()\">
+ &nbsp;&nbsp;".__("Create label...")."</li>";
+
$result = db_query($link, "SELECT id, caption FROM ttrss_labels2 WHERE
owner_uid = '".$_SESSION["uid"]."' ORDER BY caption");