Merge pull request #102 from marcelloc/patch-9

Fix missing description in rowhelper.
This commit is contained in:
Scott Ullrich 2012-05-07 15:53:34 -07:00
commit c8deb6241b

View File

@ -795,6 +795,7 @@ if ($pkg['tabs'] <> "") {
<?php else: ?>
<br><a onClick="javascript:addRowTo('maintable'); return false;" href="#"><img border="0" src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif"></a>
<?php endif; ?>
<br><?php if($pkga['description'] != "") echo $pkga['description']; ?>
<script language="JavaScript">
<!--
field_counter_js = <?= $fieldcounter ?>;