diff --git a/wiki/theme/crans-www.py b/wiki/theme/crans-www.py index 910428fc..404972f8 100644 --- a/wiki/theme/crans-www.py +++ b/wiki/theme/crans-www.py @@ -23,7 +23,7 @@ class Theme(ThemeBase): ('all', 'common'), ('screen', 'layout'), ('screen', 'screen'), -# ('print', 'print'), + ('print', 'print'), # ('projection', 'projection'), ) diff --git a/wiki/theme/crans.py b/wiki/theme/crans.py index da9ac6c1..c43ab896 100644 --- a/wiki/theme/crans.py +++ b/wiki/theme/crans.py @@ -211,6 +211,7 @@ class ThemeCrans(ThemeBase): 'raw', 'print', u'format&mimetype=text/latex', + u'format&mimetype=text/plain', 'refresh', 'AttachFile', 'SpellCheck', @@ -224,6 +225,7 @@ class ThemeCrans(ThemeBase): 'raw': _('Show Raw Text', formatted=False), 'print': _('Show Print View', formatted=False), u'format&mimetype=text/latex': _('Obtenir le code latex', formatted=False), + u'format&mimetype=text/plain': _('Version texte (en test)', formatted=False), 'refresh': _('Delete Cache', formatted=False), 'AttachFile': _('Attach File', formatted=False), 'SpellCheck': _('Check Spelling', formatted=False), # rename action!