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
This commit is contained in:
salles 2006-04-14 23:15:21 +02:00
parent 7ba6b598cf
commit 3a747acd47

View file

@ -36,8 +36,6 @@ class ThemeCrans(ThemeBase):
'view': (_("View"), "moin-show.png", 22, 22), 'view': (_("View"), "moin-show.png", 22, 22),
'home': (_("Home"), "moin-home.png", 13, 12), 'home': (_("Home"), "moin-home.png", 13, 12),
'up': (_("Up"), "moin-parent.png", 15, 13), 'up': (_("Up"), "moin-parent.png", 15, 13),
# format
'format': (_("[TEX]"), "moin-tex.png", 20, 22),
# FileAttach # FileAttach
'attach': ("%(attach_count)s", "moin-attach.png", 7, 15), 'attach': ("%(attach_count)s", "moin-attach.png", 7, 15),
# RecentChanges # RecentChanges
@ -161,7 +159,6 @@ class ThemeCrans(ThemeBase):
('edit', 'Edit', 'Edit this page', 'e'), ('edit', 'Edit', 'Edit this page', 'e'),
('diff', 'Show Changes', 'Last page modification', 'd'), ('diff', 'Show Changes', 'Last page modification', 'd'),
('info', 'Get Info', 'Page history and information', 'h'), ('info', 'Get Info', 'Page history and information', 'h'),
#('format', 'Latex', 'Source Latex', 'l'),
('subscribe', 'Subscribe', 'Subscribe to updates to this page', 'w')] ('subscribe', 'Subscribe', 'Subscribe to updates to this page', 'w')]
items = [] items = []