mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
issuetracker IE6 에서 오동작하는 기본 스킨 css 및 기능 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6557 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fd8f090c6b
commit
f77dd9f73e
5 changed files with 16 additions and 24 deletions
|
|
@ -32,29 +32,29 @@
|
|||
<!--@foreach($oIssue->getExtraVars() as $key => $val)-->
|
||||
<tr>
|
||||
<th>{$val->name}</th>
|
||||
<td>{$val->getValueHTML()}</td>
|
||||
<td>{$val->getValueHTML()} </td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<!--@if(!$oIssue->isSecret() || $oIssue->isAccessible())-->
|
||||
<tr>
|
||||
<th>{$lang->milestone}</th>
|
||||
<td>{$oIssue->getMilestoneTitle()}</td>
|
||||
<td>{$oIssue->getMilestoneTitle()} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->priority}</th>
|
||||
<td>{$oIssue->getPriorityTitle()}</td>
|
||||
<td>{$oIssue->getPriorityTitle()} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->type}</th>
|
||||
<td>{$oIssue->getTypeTitle()}</td>
|
||||
<td>{$oIssue->getTypeTitle()} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->component}</th>
|
||||
<td>{$oIssue->getComponentTitle()}</td>
|
||||
<td>{$oIssue->getComponentTitle()} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->status}</th>
|
||||
<td>{$oIssue->getStatus()}</td>
|
||||
<td>{$oIssue->getStatus()} </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()} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->occured_version}</th>
|
||||
<td>{$oIssue->getReleaseTitle()}</td>
|
||||
<td>{$oIssue->getReleaseTitle()} </td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue