summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-19 21:05:28 +0300
committerAndrew Dolgov <[email protected]>2010-11-19 21:05:28 +0300
commitb509d64e960fd527a35366f44ee022ce831ae9f8 (patch)
tree12dc2e1a9048d0ceb1c623b87f3b92147101be06 /functions.php
parent997429c22813408e15c73ec0ff127f0cc1a9b994 (diff)
rework headlines menu and openArticleInNewWindow()
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php16
1 files changed, 2 insertions, 14 deletions
diff --git a/functions.php b/functions.php
index 5f4a55229..da1171a01 100644
--- a/functions.php
+++ b/functions.php
@@ -4127,9 +4127,8 @@
"</option>";
# print "<optgroup label=\"".__("Assign label:")."\">";
- print "<option>----------</option>";
-
- print_labels_headlines_dropdown($link, $feed_id);
+ //print "<option>----------</option>";
+ //print_labels_headlines_dropdown($link, $feed_id);
print "<option>----------</option>";
@@ -5048,17 +5047,6 @@
print "<div class='$class' id='RROW-$id' $mouseover_attrs>";
- print "<div dojoType=\"dijit.Menu\" style=\"display: none;\"
- targetNodeIds=\"RROW-$id\">";
- print "<div onclick=\"view($id)\"
- dojoType=\"dijit.MenuItem\">".__('View article')."</div>";
- print "<div onclick=\"hlOpenInNewTab(event, $id)\"
- dojoType=\"dijit.MenuItem\">".__('View in a new tab')."</div>";
- print "<div dojoType=\"dijit.MenuSeparator\"></div>";
- print "<div onclick=\"openArticleInNewWindow($id)\"
- dojoType=\"dijit.MenuItem\">".__('Open original article')."</div>";
- print "</div>";
-
print "<div class='hlUpdPic'>$update_pic</div>";
print "<div class='hlLeft'>";