Added toolbar to administration module with "help" button.

Monotone-Parent: 7145f91bc53473eb5af77730e87d0ebc7d3988e3
Monotone-Revision: 78bab40835ca73611c47298a0a8de1393cf60c03

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-10-15T17:21:01
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-10-15 17:21:01 +00:00
parent d5b7afa129
commit 052138a069
18 changed files with 112 additions and 79 deletions
@@ -0,0 +1,7 @@
( /* the toolbar groups -*-cperl-*- */
( { link = "#";
label = "Help";
onclick = "help(this);";
image = "properties.png"; }
)
)