XE 로고 및 설치시 버튼 색상 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4873 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-17 11:18:12 +00:00
parent 93530f9569
commit 83ab586a60
12 changed files with 14 additions and 14 deletions

View file

@ -22,9 +22,9 @@
<div class="buttonCenter">
<!--@if($install_enable)-->
<a href="{getUrl('','act','dispInstallSelectDB')}" class="button"><span>{$lang->cmd_install_next}</span></a>
<a href="{getUrl('','act','dispInstallSelectDB')}" class="button blue"><span>{$lang->cmd_install_next}</span></a>
<!--@else-->
<a href="{getUrl('','act',$act)}" class="button"><span>{$lang->cmd_install_fix_checklist}</span></a>
<a href="{getUrl('','act',$act)}" class="button red"><span>{$lang->cmd_install_fix_checklist}</span></a>
<!--@end-->
</div>