diff options
| author | hallgren <hallgren@chalmers.se> | 2013-04-12 18:29:15 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-04-12 18:29:15 +0000 |
| commit | d35790e656fe70f0fa258fb8fb84aa65f9887616 (patch) | |
| tree | c3cf3663e450d3a7163cf7aaabcae8fe2c9b081f /src/www/minibar/minibar.html | |
| parent | 1d0f9372f4c74075a98bc824568ceedb80f6cd78 (diff) | |
GF cloud: work on syntax editor integration
+ The syntax editor is now accessible from the Simple Translaton Tool.
+ The minibar now automatically provides access to the syntax editor (provided
the necessary JavaScript files and style sheets have been loaded).
+ Preparations for making the syntax editor accessible from the grammar editor.
Diffstat (limited to 'src/www/minibar/minibar.html')
| -rw-r--r-- | src/www/minibar/minibar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/www/minibar/minibar.html b/src/www/minibar/minibar.html index 0255cdb70..06aa77a54 100644 --- a/src/www/minibar/minibar.html +++ b/src/www/minibar/minibar.html @@ -15,7 +15,7 @@ <body class=minibar> <h2>Minibar online</h2> <div id=minibar></div> -<div id=editor></div> +<div id=syntax_editor></div> <noscript>This page doesn't works unless JavaScript is enabled.</noscript> @@ -27,7 +27,7 @@ & <a href="http://www.grammaticalframework.org:41296/translate/">Translator</a>] </small> <small class=modtime> -HTML <!-- hhmts start -->Last modified: Thu Apr 4 16:50:57 CEST 2013 <!-- hhmts end --> +HTML <!-- hhmts start -->Last modified: Fri Apr 12 20:06:19 CEST 2013 <!-- hhmts end --> </small> <div id="debug" class="hidden"></div> |
