* adjust the doc page.
This commit is contained in:
@@ -231,7 +231,6 @@ class product extends control
|
||||
$this->view->position[] = $this->lang->product->doc;
|
||||
$this->view->product = $product;
|
||||
$this->view->docs = $this->loadModel('doc')->getProductDocs($productID);
|
||||
$this->view->modules = $this->doc->getProductModulePairs();
|
||||
$this->view->users = $this->loadModel('user')->getPairs('noletter');
|
||||
$this->display();
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
?>
|
||||
<tr class='a-center'>
|
||||
<td><?php if($canView) echo html::a($viewLink, sprintf('%03d', $doc->id)); else printf('%03d', $doc->id);?></td>
|
||||
<td><?php echo $doc->name;?></td>
|
||||
<td><?php echo $doc->module;?></td>
|
||||
<td class='a-left nobr'><nobr><?php echo html::a($viewLink, $doc->title);?></nobr></td>
|
||||
<td><?php echo $users[$doc->addedBy];?></td>
|
||||
<td><?php echo $doc->addedDate;?></td>
|
||||
|
||||
Reference in New Issue
Block a user