]> git.wh0rd.org Git - tt-rss.git/commitdiff
dropdown: add create label entry
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 20 Jan 2009 17:54:40 +0000 (18:54 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 20 Jan 2009 17:54:40 +0000 (18:54 +0100)
functions.php

index f8253412be574f3cbab3bf82e468a17206bd423f..1cdcaa6449de6efb446175d0345de7c0f0499290 100644 (file)
                                //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");