summaryrefslogtreecommitdiff
path: root/templates/install_database_done.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-09-03 20:09:12 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-09-03 20:09:12 +0000
commit947f4103cbe14799698be09c6897af0904af013d (patch)
tree19704112efb224aee24baf1df50984739fcf0f5b /templates/install_database_done.tpl
parent1f8131dc5200e085086da15f110b19230efe7805 (diff)
downloadinstall-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_database_done.tpl')
-rw-r--r--templates/install_database_done.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install_database_done.tpl b/templates/install_database_done.tpl
index bf557e1..137fa9a 100644
--- a/templates/install_database_done.tpl
+++ b/templates/install_database_done.tpl
@@ -7,12 +7,12 @@
<ul class="result">
{if $error}
<li class="error">
- {biticon ipackage=liberty iname=error iexplain=error}
+ {biticon ipackage="icons" iname="dialog-error" iexplain=error}
{$error}
</li>
{else}
<li class="success">
- {biticon ipackage=liberty iname=success iexplain=success}
+ {biticon ipackage="icons" iname="dialog-ok" iexplain=success}
A connection to your database was sucessfully established
</li>
{/if}