diff options
| author | hallgren <hallgren@chalmers.se> | 2012-06-12 15:36:41 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-06-12 15:36:41 +0000 |
| commit | cc58e2d05f75710f018efd5e026686146e9b4b9d (patch) | |
| tree | 349e8de32361f4ce29e9bce403755a5210bd51fb /src/www/translator/index.html | |
| parent | 3af1dbde67678f8b1e98886e7bd84adb440f9dfd (diff) | |
translator: documents can now be saved in the cloud
some other small fixes
Diffstat (limited to 'src/www/translator/index.html')
| -rw-r--r-- | src/www/translator/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/www/translator/index.html b/src/www/translator/index.html index dde471a0d..03264ebd5 100644 --- a/src/www/translator/index.html +++ b/src/www/translator/index.html @@ -58,6 +58,7 @@ <dt><label><input name=method value=Manual type=radio onchange="translator.change(this)">Manual</label> </dl> </table> + <dt><label><input name=cloud type=checkbox onchange="translator.change(this)"> Save in the cloud</label> </dl> </table> </form> @@ -70,7 +71,7 @@ </div> <hr> <div class=modtime><small>HMTL -<!-- hhmts start --> Last modified: Sat May 26 13:23:57 CEST 2012 <!-- hhmts end --> +<!-- hhmts start --> Last modified: Tue Jun 12 16:08:01 CEST 2012 <!-- hhmts end --> </small></div> <a href="about.html">About</a> |
