diff options
| author | hallgren <hallgren@chalmers.se> | 2012-09-10 21:16:58 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-09-10 21:16:58 +0000 |
| commit | 1874e932e318be753c935220607216a8b3fa2f59 (patch) | |
| tree | 59122418056dee605886302534b5a7a17f513dee /src/www/translator/index.html | |
| parent | ae528954a0f43f8357ef98a40ce4bfa03774dce6 (diff) | |
simple translator: more work on GlobalSight support
+ Retain metadata from GlobalSight Download Files.
+ Disable adding&removing segments when editing a GlobalSight documents.
Diffstat (limited to 'src/www/translator/index.html')
| -rw-r--r-- | src/www/translator/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/www/translator/index.html b/src/www/translator/index.html index fa805fe28..b861ca771 100644 --- a/src/www/translator/index.html +++ b/src/www/translator/index.html @@ -23,9 +23,9 @@ </dl> <td>Edit <dl> - <dt onclick="translator.import(this)">Import text... - <dt onclick="translator.add_segment(this)">Add a segment... - <dt onclick="translator.remove(this)">Remove the last segment + <dt id="edit_import" onclick="translator.import(this)">Import text... + <dt id="edit_add_segment" onclick="translator.add_segment(this)">Add a segment... + <dt id="edit_remove_segment" onclick="translator.remove(this)">Remove the last segment </dl> <td>View <dl> @@ -72,7 +72,7 @@ </div> <hr> <div class=modtime><small>HMTL -<!-- hhmts start -->Last modified: Sun Sep 9 23:09:57 CEST 2012 <!-- hhmts end --> +<!-- hhmts start -->Last modified: Mon Sep 10 22:22:00 CEST 2012 <!-- hhmts end --> </small></div> <a href="about.html">About</a> |
