Subversion Repositories wpShopGermany4

Compare Revisions

Ignore whitespace Rev 6004 → Rev 6005

/mods/mod_gutschein/index.phtml
105,7 → 105,7
<td class="col_status">
 
<?php $comment = $oVoucher->comment; if (wpsg_isSizedString($comment)) { ?>
<a title="<?php echo __("Kommentar (Admin): ", "wpsg").htmlspecialchars($comment); ?>" onclick="return false;" class="glyphicon glyphicon-info-sign admincomment" href="#"></a>
<a title="<?php echo __("Kommentar (Admin): ", "wpsg").htmlspecialchars($comment); ?>" onclick="return false;" class="glyphicon glyphicon-question-sign admincomment" href="#"></a>
<?php } ?>
 
<?php echo $oVoucher->getStatusLabel(); ?>