diff options
| author | hallgren <hallgren@chalmers.se> | 2013-02-11 16:03:17 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-02-11 16:03:17 +0000 |
| commit | 0a8ccfe912fd53c5476004325878f3a58e66c3f5 (patch) | |
| tree | fda3b5e09691550e04b0149fb962846df6c718a2 /src/www/translator/index.html | |
| parent | 234572b556841bd4fbf8cf37e4478c439cbb5bdd (diff) | |
translator: "Open..." doesn't discard the current document anymore
It shows available documents and a Cancel button on top of the current
document.
Diffstat (limited to 'src/www/translator/index.html')
| -rw-r--r-- | src/www/translator/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/www/translator/index.html b/src/www/translator/index.html index 1ed537735..27314d595 100644 --- a/src/www/translator/index.html +++ b/src/www/translator/index.html @@ -19,7 +19,9 @@ <dt id="import_globalsight" onclick="translator.import_globalsight(this)">Import from GlobalSight... <dt onclick="translator.save(this)">Save <dt onclick="translator.saveAs(this)">Save As... + <!-- <dt onclick="translator.close(this)">Close + --> </dl> <td><span onclick="">Edit</span> <dl> @@ -64,6 +66,7 @@ </table> </form> </div> +<div class=overlay><div id=filebox class=filebox></div></div> <div id=document class=document> ... @@ -72,7 +75,7 @@ </div> <hr> <div class=modtime><small>HMTL -<!-- hhmts start -->Last modified: Tue Nov 20 13:47:37 CET 2012 <!-- hhmts end --> +<!-- hhmts start -->Last modified: Mon Feb 11 16:09:58 CET 2013 <!-- hhmts end --> </small></div> <a href="about.html">About</a> |
