diff options
| author | Christian Fowler <spider@viovio.com> | 2009-03-09 23:57:04 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-03-09 23:57:04 +0000 |
| commit | d7441c6719fa7d3999eaee12aa8fd651d8c88db0 (patch) | |
| tree | e69790579b7240e091f3e93f47f90bf8fb8492c7 /templates/icon_browser.tpl | |
| parent | 3e6234b17cbe5c0e62c28f3caf4800783a2bdc73 (diff) | |
| download | themes-d7441c6719fa7d3999eaee12aa8fd651d8c88db0.tar.gz themes-d7441c6719fa7d3999eaee12aa8fd651d8c88db0.tar.bz2 themes-d7441c6719fa7d3999eaee12aa8fd651d8c88db0.zip | |
clean up display when tango is the default icon set
Diffstat (limited to 'templates/icon_browser.tpl')
| -rw-r--r-- | templates/icon_browser.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/icon_browser.tpl b/templates/icon_browser.tpl index 38cf866..ad79eb5 100644 --- a/templates/icon_browser.tpl +++ b/templates/icon_browser.tpl @@ -12,9 +12,7 @@ <table class="data"> <tr> <th class="width1p" colspan="2">{tr}Default Icons{/tr}</th> - {if $activeIconList} - <th class="width1p" colspan="2">{tr}Active Icons{/tr}</th> - {/if} + <th class="width1p" colspan="2">{if $activeIcons}{tr}Active Icons{/tr}{/if}</th> <th class="width70p;">{tr}Icon name{/tr}</th> <th class="width29p;">{tr}bitweaver uses{/tr}</th> </tr> |
