issuetracker IE6 에서 오동작하는 기본 스킨 css 및 기능 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6557 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-16 08:55:57 +00:00
parent fd8f090c6b
commit f77dd9f73e
5 changed files with 16 additions and 24 deletions

View file

@ -175,11 +175,9 @@
<a href="#" onclick="jQuery('.listSetup').toggleClass('hide');jQuery('.searchSetup').addClass('hide'); return false;"><img src="./img/common/iconListSetup.gif" alt="{$lang->cmd_setup}" width="23" height="23" /></a>
<ul class="listSetup hide">
<li class="displayOpt">
<ol>
<!--@foreach($display_option as $key => $val)-->
<li><input type="checkbox" name="d_{$key}" value="1" id="display_{$key}" <!--@if($val->checked)-->checked="checked"<!--@end--> <!--@if($key=='title')-->disabled="disabled"<!--@end--> /><label for="display_{$key}">{$val->title}</label></li>
<!--@end-->
</ol>
<!--@foreach($display_option as $key => $val)-->
<input type="checkbox" name="d_{$key}" value="1" id="display_{$key}" <!--@if($val->checked)-->checked="checked"<!--@end--> <!--@if($key=='title')-->disabled="disabled"<!--@end--> /><label for="display_{$key}">{$val->title}</label>
<!--@end-->
</li>
</ul>
</li>