5 lines
No EOL
335 B
PHTML
5 lines
No EOL
335 B
PHTML
<?php if ($this->getData('overload')) :?>
|
|
<span class="overload"><?php echo $this->renderNumber($this->getData('usage'))?></span> / <?php echo $this->renderNumber($this->getData('stock'))?>
|
|
<?php else:?>
|
|
<?php echo $this->renderNumber($this->getData('usage'))?> / <?php echo $this->renderNumber($this->getData('stock'))?>
|
|
<?php endif?> |