diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:09:12 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:09:12 +0000 |
| commit | 947f4103cbe14799698be09c6897af0904af013d (patch) | |
| tree | 19704112efb224aee24baf1df50984739fcf0f5b /templates/install.tpl | |
| parent | 1f8131dc5200e085086da15f110b19230efe7805 (diff) | |
| download | install-947f4103cbe14799698be09c6897af0904af013d.tar.gz install-947f4103cbe14799698be09c6897af0904af013d.tar.bz2 install-947f4103cbe14799698be09c6897af0904af013d.zip | |
change all biticon links to point to the new icons provided in themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.
Diffstat (limited to 'templates/install.tpl')
| -rw-r--r-- | templates/install.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/install.tpl b/templates/install.tpl index fd4b703..a1c6644 100644 --- a/templates/install.tpl +++ b/templates/install.tpl @@ -59,21 +59,21 @@ {biticon ipackage=liberty iname=spacer iexplain=spacer iforce=icon} </li> <li class="help"> - {biticon ipackage=liberty iname=help iexplain=help iforce=icon} + {biticon ipackage="icons" iname="help-contents" iexplain=help iforce=icon} <a class="external" href="http://www.bitweaver.org/wiki/index.php?page={$section|default:"Install"}bitweaverDoc">{$section|default:"Install"} Help</a> </li> <li class="help"> - {biticon ipackage=liberty iname=refresh iexplain=restart iforce=icon} + {biticon ipackage="icons" iname="view-refresh" iexplain=restart iforce=icon} <a href="{$smarty.const.INSTALL_PKG_URL}{$menu_file|default:"install.php"}?step=0">Start over</a> </li> {if $section} <li class="help"> - {biticon ipackage=liberty iname=refresh iexplain=restart iforce=icon} + {biticon ipackage="icons" iname="view-refresh" iexplain=restart iforce=icon} <a href="{$smarty.const.INSTALL_PKG_URL}install.php?step=2">Return to Installer</a> </li> {/if} <li class="warning" style="text-align:center;"> - {biticon ipackage=liberty iname=warning iexplain=warning iforce=icon} + {biticon ipackage="icons" iname="dialog-warning" iexplain=warning iforce=icon} <br /> Please don't use the browser back button. </li> |
