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

@ -32,29 +32,29 @@
<!--@foreach($oIssue->getExtraVars() as $key => $val)-->
<tr>
<th>{$val->name}</th>
<td>{$val->getValueHTML()}</td>
<td>{$val->getValueHTML()}&nbsp;</td>
</tr>
<!--@end-->
<!--@if(!$oIssue->isSecret() || $oIssue->isAccessible())-->
<tr>
<th>{$lang->milestone}</th>
<td>{$oIssue->getMilestoneTitle()}</td>
<td>{$oIssue->getMilestoneTitle()}&nbsp;</td>
</tr>
<tr>
<th>{$lang->priority}</th>
<td>{$oIssue->getPriorityTitle()}</td>
<td>{$oIssue->getPriorityTitle()}&nbsp;</td>
</tr>
<tr>
<th>{$lang->type}</th>
<td>{$oIssue->getTypeTitle()}</td>
<td>{$oIssue->getTypeTitle()}&nbsp;</td>
</tr>
<tr>
<th>{$lang->component}</th>
<td>{$oIssue->getComponentTitle()}</td>
<td>{$oIssue->getComponentTitle()}&nbsp;</td>
</tr>
<tr>
<th>{$lang->status}</th>
<td>{$oIssue->getStatus()}</td>
<td>{$oIssue->getStatus()}&nbsp;</td>
</tr>
<tr>
<th>{$lang->assignee}</th>
@ -69,11 +69,11 @@
<!--@if(count($project->packages))-->
<tr>
<th>{$lang->package}</th>
<td>{$oIssue->getPackageTitle()}</td>
<td>{$oIssue->getPackageTitle()}&nbsp;</td>
</tr>
<tr>
<th>{$lang->occured_version}</th>
<td>{$oIssue->getReleaseTitle()}</td>
<td>{$oIssue->getReleaseTitle()}&nbsp;</td>
</tr>
<!--@end-->
<!--@end-->