From 1e8eaa09059a6bb7c142b5fb0caf6b9a0b41de51 Mon Sep 17 00:00:00 2001 From: glondu Date: Sun, 30 Apr 2006 07:46:53 +0200 Subject: [PATCH] Ajout d'un lien vers la version texte. darcs-hash:20060430054653-68412-b1200aa6b6275ade7dce06301e516d5b07b5d3df.gz --- wiki/theme/crans-www.py | 2 +- wiki/theme/crans.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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!