[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");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 B

After

Width:  |  Height:  |  Size: 234 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 218 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B

BIN
gen/ui/arrowRight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 B

BIN
gen/ui/arrowsDown.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

BIN
gen/ui/arrowsLeft.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

BIN
gen/ui/arrowsRight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

BIN
gen/ui/arrowsUp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B