1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:45:55 +00:00

remove xml stuff from backend/dlg

This commit is contained in:
Andrew Dolgov
2013-04-01 10:47:41 +04:00
parent a2a3d5a3aa
commit fb54e3b188
5 changed files with 14 additions and 46 deletions

View File

@@ -428,7 +428,7 @@ function init() {
viewfeed(-2);
};
hotkey_actions["goto_tagcloud"] = function() {
displayDlg("printTagCloud");
displayDlg(__("Tag cloud"), "printTagCloud");
};
hotkey_actions["goto_prefs"] = function() {
gotoPreferences();
@@ -581,10 +581,10 @@ function quickMenuGo(opid) {
gotoLogout();
break;
case "qmcTagCloud":
displayDlg("printTagCloud");
displayDlg(__("Tag cloud"), "printTagCloud");
break;
case "qmcTagSelect":
displayDlg("printTagSelect");
displayDlg(__("Select item(s) by tags"), "printTagSelect");
break;
case "qmcSearch":
search();