[gen] Within Ref fields, added 2 icons for moving tied objects to top or bottom + bugfixes.
|
@ -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");
|
||||
|
|
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 234 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 212 B |
BIN
gen/ui/arrowRight.png
Normal file
After Width: | Height: | Size: 229 B |
Before Width: | Height: | Size: 212 B |
Before Width: | Height: | Size: 216 B |
BIN
gen/ui/arrowsDown.png
Normal file
After Width: | Height: | Size: 242 B |
BIN
gen/ui/arrowsLeft.png
Normal file
After Width: | Height: | Size: 236 B |
BIN
gen/ui/arrowsRight.png
Normal file
After Width: | Height: | Size: 235 B |
BIN
gen/ui/arrowsUp.png
Normal file
After Width: | Height: | Size: 241 B |