1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 15:41:29 +00:00

label help uses infoboxes, real help system

This commit is contained in:
Andrew Dolgov
2005-11-27 11:56:53 +01:00
parent 76332f3c90
commit 01c9c74ab7
4 changed files with 56 additions and 41 deletions

View File

@@ -695,6 +695,16 @@ function labelTest() {
}
function displayHelpInfobox(topic_id) {
xmlhttp.open("GET", "backend.php?op=help&tid=" +
param_escape(topic_id) + "&noheaders=1", true);
xmlhttp.onreadystatechange=infobox_callback;
xmlhttp.send(null);
}
function labelEditCancel() {
if (!xmlhttp_ready(xmlhttp)) {