gfse: better integration of the minibar

The minibar is now displayed inside the editor, intead of on a separate page.
This makes the context clearer and makes it more obiovous how to return to the
editor.
This commit is contained in:
hallgren
2012-02-13 17:31:39 +00:00
parent 4c0e8c18c7
commit b126a28cc5
6 changed files with 46 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
/* --- Translations object -------------------------------------------------- */
var tree_icon="tree-btn.png";
var alignment_icon="align-btn.png";
var tree_icon="../minibar/tree-btn.png";
var alignment_icon="../minibar/align-btn.png";
function Translations(server,opts) {
this.server=server;