summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-18 16:30:24 +0300
committerAndrew Dolgov <[email protected]>2010-11-18 16:32:25 +0300
commite1c619bc240557f6029abdbf1222dc90ffb87fa2 (patch)
tree3ca769fbd4f2226812baa0c0a8b061e8a603e4c6 /prefs.js
parent4b386e638b367901300d2444aca510f3521e9d1f (diff)
pref-labels: drop scriptaculous inplace editor
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js28
1 files changed, 2 insertions, 26 deletions
diff --git a/prefs.js b/prefs.js
index f1e38b618..2041e3aec 100644
--- a/prefs.js
+++ b/prefs.js
@@ -42,29 +42,6 @@ function filterlist_callback2(transport) {
remove_splash();
}
-/* function init_label_inline_editor() {
- try {
- if ($("prefLabelList")) {
- var elems = $("prefLabelList").getElementsByTagName("SPAN");
-
- for (var i = 0; i < elems.length; i++) {
- if (elems[i].id && elems[i].id.match("LILT-")) {
-
- var id = elems[i].id.replace("LILT-", "");
-
- new Ajax.InPlaceEditor(elems[i],
- 'backend.php?op=pref-labels&subop=save&id=' + id,
- {cols: 20, rows: 1});
-
- }
- }
- }
-
- } catch (e) {
- exception_error("init_label_inline_editor", e);
- }
-} */
-
function labellist_callback2(transport) {
try {
@@ -72,8 +49,6 @@ function labellist_callback2(transport) {
dijit.byId('labelConfigTab').attr('content', transport.responseText);
closeInfoBox();
- //init_label_inline_editor();
-
notify("");
remove_splash();
@@ -1169,9 +1144,10 @@ function init() {
dojo.require("dojo.data.ItemFileWriteStore");
dojo.require("dijit.Tree");
dojo.require("dijit.form.DropDownButton");
+ dojo.require("dijit.form.Form");
dojo.require("dijit.Menu");
dojo.require("dijit.tree.dndSource");
- dojo.require("dijit.TooltipDialog");
+ dojo.require("dijit.InlineEditBox");
dojo.registerModulePath("lib", "..");
dojo.registerModulePath("fox", "../..");