1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

about dialog, UI tweaks

This commit is contained in:
Andrew Dolgov
2011-04-18 16:29:10 +04:00
parent ff9e70af47
commit da497babda
5 changed files with 63 additions and 91 deletions
+10
View File
@@ -427,6 +427,16 @@ function quickMenuGo(opid) {
Effect.Appear("hotkey_help_overlay", {duration : 0.3});
}
if (opid == "qmcAbout") {
dialog = new dijit.Dialog({
title: __("About..."),
style: "width: 400px",
href: "backend.php?op=dlg&id=about",
});
dialog.show();
}
} catch (e) {
exception_error("quickMenuGo", e);
}