--- a/themes/oxygen/toolbar.tpl Mon Feb 11 14:33:49 2008 -0500
+++ b/themes/oxygen/toolbar.tpl Tue Feb 12 00:37:46 2008 -0500
@@ -1,5 +1,6 @@
<!-- Stuff related to toolbars and clickable buttons.
- Used mostly in the page toolbar on most pages.
+ The plan was to use this on the toolbar for most pages. Never made it into the release,
+ but still provided as an otherwise-unused component for plugins to make use of.
-->
<!-- VAR toolbar_start -->
@@ -9,9 +10,15 @@
<!-- VAR toolbar_button -->
<li>
<a title="{TITLE}" {FLAGS}>
+ <!-- BEGINNOT no_image -->
<img alt="{TITLE}" src="{IMAGE}" />
+ <!-- END no_image -->
<!-- BEGIN show_title -->
- <span>{TITLE}</span>
+ <!-- BEGIN no_image -->
+ <span class="noimage">{TITLE}</span>
+ <!-- BEGINELSE no_image -->
+ <span>{TITLE}</span>
+ <!-- END no_image -->
<!-- END show_title -->
</a>
</li>