* Adjust the browse page of case.
This commit is contained in:
@@ -74,7 +74,7 @@ var moduleID = '<?php echo $moduleID;?>';
|
||||
<?php $viewLink = inlink('view', "caseID=$case->id");?>
|
||||
<td><?php echo html::a($viewLink, sprintf('%03d', $case->id));?></td>
|
||||
<td><?php echo $case->pri?></td>
|
||||
<td class='a-left'><?php echo html::a($viewLink, $case->title);?></td>
|
||||
<td class='a-left nobr'><?php echo html::a($viewLink, $case->title);?></td>
|
||||
<?php if($browseType == 'needconfirm'):?>
|
||||
<td class='a-left'><?php echo html::a($this->createLink('story', 'view', "storyID=$case->story"), $case->storyTitle, '_blank');?></td>
|
||||
<td><?php echo html::a(inlink('confirmStoryChange', "caseID=$case->id"), $lang->confirm, 'hiddenwin');?></td>
|
||||
|
||||
Reference in New Issue
Block a user