diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:09:42 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:09:42 +0000 |
| commit | 723fa8f3950a1d6cd8944729afd500bfb9fc33be (patch) | |
| tree | 1c62727acd77520a41aa19676db115ea2ef9cbf2 /templates/popup_box.tpl | |
| parent | a0b858178dce8375c0baa6d76203e22a82bbc829 (diff) | |
| download | kernel-723fa8f3950a1d6cd8944729afd500bfb9fc33be.tar.gz kernel-723fa8f3950a1d6cd8944729afd500bfb9fc33be.tar.bz2 kernel-723fa8f3950a1d6cd8944729afd500bfb9fc33be.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/popup_box.tpl')
| -rw-r--r-- | templates/popup_box.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/popup_box.tpl b/templates/popup_box.tpl index a28d86e..d5f1083 100644 --- a/templates/popup_box.tpl +++ b/templates/popup_box.tpl @@ -5,7 +5,7 @@ {$title} {if $closebutton} <span class='closebutton'> - <a onclick='javascript:return cClick();'>{biticon ipackage="liberty" iname="close" iexplain="close" iforce="icon"}</a> + <a onclick='javascript:return cClick();'>{biticon ipackage="icons" iname="window-close" iexplain="close" iforce="icon"}</a> </span> {/if} </div> |
