summaryrefslogtreecommitdiff
path: root/templates/admin_themes_manager.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-09-04 17:30:32 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-09-04 17:30:32 +0000
commitf4002a8bf6c9b13d2b69c0ef2ae14db96caa8c7a (patch)
tree5e8e6eea00aae39019ec16ace5a1ff6406378dce /templates/admin_themes_manager.tpl
parent7b85a2668484a6495ee22f2c0c1b69d9ca31d822 (diff)
downloadthemes-f4002a8bf6c9b13d2b69c0ef2ae14db96caa8c7a.tar.gz
themes-f4002a8bf6c9b13d2b69c0ef2ae14db96caa8c7a.tar.bz2
themes-f4002a8bf6c9b13d2b69c0ef2ae14db96caa8c7a.zip
display a few icons that it's easier to pick a preferred style
Diffstat (limited to 'templates/admin_themes_manager.tpl')
-rw-r--r--templates/admin_themes_manager.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl
index 2715d89..329e14b 100644
--- a/templates/admin_themes_manager.tpl
+++ b/templates/admin_themes_manager.tpl
@@ -98,6 +98,12 @@
{/if}
{$s.style_info.description}
+
+ <h3>{tr}Sample icons{/tr}</h2>
+ {foreach from=$sampleIcons item=icon}
+ {biticon ipackage=icons istyle=$s.style iname="large/$icon" iexplain=$icon}
+ {/foreach}
+
{if $smarty.const.DEFAULT_ICON_STYLE eq $s.style}
<br /><span class="highlight">{tr}This icon style is the default. If an icon is not found in the selected icon theme, the icon from here will be used instead{/tr}</span>
{/if}