From 3a747acd474a3c4793d71fc4114a344a217c9dc4 Mon Sep 17 00:00:00 2001 From: salles Date: Fri, 14 Apr 2006 23:15:21 +0200 Subject: [PATCH] On vire ce qui n'a plus de sens. On met pas d'icone mais un lien texte 'non localise' dans la Toolbox darcs-hash:20060414211521-72cb0-392fb09dae1dabeba1eba4ae033229623af65de5.gz --- wiki/theme/crans.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/wiki/theme/crans.py b/wiki/theme/crans.py index dd3ab3d7..6ff4ca14 100644 --- a/wiki/theme/crans.py +++ b/wiki/theme/crans.py @@ -36,8 +36,6 @@ class ThemeCrans(ThemeBase): 'view': (_("View"), "moin-show.png", 22, 22), 'home': (_("Home"), "moin-home.png", 13, 12), 'up': (_("Up"), "moin-parent.png", 15, 13), - # format - 'format': (_("[TEX]"), "moin-tex.png", 20, 22), # FileAttach 'attach': ("%(attach_count)s", "moin-attach.png", 7, 15), # RecentChanges @@ -161,7 +159,6 @@ class ThemeCrans(ThemeBase): ('edit', 'Edit', 'Edit this page', 'e'), ('diff', 'Show Changes', 'Last page modification', 'd'), ('info', 'Get Info', 'Page history and information', 'h'), - #('format', 'Latex', 'Source Latex', 'l'), ('subscribe', 'Subscribe', 'Subscribe to updates to this page', 'w')] items = []