summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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");