[gen] Within Ref fields, added 2 icons for moving tied objects to top or bottom + bugfixes.

This commit is contained in:
Gaetan Delannay 2014-04-15 13:01:39 +02:00
parent ac08d2d795
commit 036856f07e
23 changed files with 113 additions and 29 deletions

View file

@ -48,9 +48,9 @@ function len(dict) {
return res;
}
function switchLanguage(selectWidget) {
function switchLanguage(selectWidget, siteUrl) {
var language = selectWidget.options[selectWidget.selectedIndex].value;
goto("/config/changeLanguage?language=" + language);
goto(siteUrl + '/config/changeLanguage?language=' + language);
}
var isIe = (navigator.appName == "Microsoft Internet Explorer");