* Finish task #5891.

This commit is contained in:
Yagami
2019-06-26 13:40:04 +08:00
parent e450870c55
commit 270aecfc0a
+1 -1
View File
@@ -15,7 +15,7 @@
<div id='mainContent' class='main-content'>
<div class='main-header'>
<h2>
<span class='prefix'><?php echo html::icon($lang->icons['product']);?> <strong><?php echo $product->id;?></strong></span>
<span class='prefix label-id'><strong><?php echo $product->id;?></strong></span>
<?php echo isonlybody() ? ("<span title='$product->name'>" . $product->name . '</span>') : html::a($this->createLink('product', 'view', "productID=$product->id"), $product->name);?>
<?php if(!isonlybody()):?>
<small><?php echo $lang->arrow . $lang->product->close;?></small>