mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #102 from marcelloc/patch-9
Fix missing description in rowhelper.
This commit is contained in:
commit
c8deb6241b
@ -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 ?>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user