Ajout d'un lien vers la version texte.

darcs-hash:20060430054653-68412-b1200aa6b6275ade7dce06301e516d5b07b5d3df.gz
This commit is contained in:
glondu 2006-04-30 07:46:53 +02:00
parent da9ecf1eda
commit 1e8eaa0905
2 changed files with 3 additions and 1 deletions

View file

@ -23,7 +23,7 @@ class Theme(ThemeBase):
('all', 'common'), ('all', 'common'),
('screen', 'layout'), ('screen', 'layout'),
('screen', 'screen'), ('screen', 'screen'),
# ('print', 'print'), ('print', 'print'),
# ('projection', 'projection'), # ('projection', 'projection'),
) )

View file

@ -211,6 +211,7 @@ class ThemeCrans(ThemeBase):
'raw', 'raw',
'print', 'print',
u'format&mimetype=text/latex', u'format&mimetype=text/latex',
u'format&mimetype=text/plain',
'refresh', 'refresh',
'AttachFile', 'AttachFile',
'SpellCheck', 'SpellCheck',
@ -224,6 +225,7 @@ class ThemeCrans(ThemeBase):
'raw': _('Show Raw Text', formatted=False), 'raw': _('Show Raw Text', formatted=False),
'print': _('Show Print View', formatted=False), 'print': _('Show Print View', formatted=False),
u'format&mimetype=text/latex': _('Obtenir le code latex', 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), 'refresh': _('Delete Cache', formatted=False),
'AttachFile': _('Attach File', formatted=False), 'AttachFile': _('Attach File', formatted=False),
'SpellCheck': _('Check Spelling', formatted=False), # rename action! 'SpellCheck': _('Check Spelling', formatted=False), # rename action!