return
}
+ notify_progress("Loading, please wait...");
+
document.getElementById("label_create_btn").disabled = true;
active_label = id;
return
}
+ notify_progress("Loading, please wait...");
+
selectTableRowsByIdPrefix('prefUserList', 'UMRR-', 'UMCHK-', false);
selectTableRowById('UMRR-'+id, 'UMCHK-'+id, true);
return
}
+ notify_progress("Loading, please wait...");
+
document.getElementById("create_filter_btn").disabled = true;
selectTableRowsByIdPrefix('prefFilterList', 'FILRR-', 'FICHK-', false);
return
}
+ notify_progress("Loading, please wait...");
+
// clean selection from all rows & select row being edited
selectTableRowsByIdPrefix('prefFeedList', 'FEEDR-', 'FRCHK-', false);
selectTableRowById('FEEDR-'+feed, 'FRCHK-'+feed, true);
return
}
+ notify_progress("Loading, please wait...");
+
active_feed_cat = cat;
xmlhttp.open("GET", "backend.php?op=pref-feeds&subop=editCats&action=edit&id=" +
function displayHelpInfobox(topic_id) {
+ if (!xmlhttp_ready(xmlhttp)) {
+ printLockingError();
+ return
+ }
+
+ notify_progress("Loading help...");
+
xmlhttp.open("GET", "backend.php?op=help&tid=" +
param_escape(topic_id) + "&noheaders=1", true);
debug("selectTab: " + id + "(NU: " + noupdate + ")");
- notify_progress("Loading, please wait...", true);
+ notify_progress("Loading, please wait...");
// close active infobox if needed
closeInfoBox();