disable dnd tip in pref_feeds
This commit is contained in:
parent
4b298c8698
commit
ba5296a19b
|
@ -1469,9 +1469,9 @@ class Pref_Feeds extends Protected_Handler {
|
|||
</script>
|
||||
</div>";
|
||||
|
||||
print "<div dojoType=\"dijit.Tooltip\" connectId=\"feedTree\" position=\"below\">
|
||||
".__('<b>Hint:</b> you can drag feeds and categories around.')."
|
||||
</div>";
|
||||
# print "<div dojoType=\"dijit.Tooltip\" connectId=\"feedTree\" position=\"below\">
|
||||
# ".__('<b>Hint:</b> you can drag feeds and categories around.')."
|
||||
# </div>";
|
||||
|
||||
print '</div>';
|
||||
print '</div>';
|
||||
|
|
Loading…
Reference in New Issue