Ajout d'un lien vers la version texte.
darcs-hash:20060430054653-68412-b1200aa6b6275ade7dce06301e516d5b07b5d3df.gz
This commit is contained in:
parent
da9ecf1eda
commit
1e8eaa0905
2 changed files with 3 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue