* Finish task #5891.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user