mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
Hide extra vars with no value #2486
This commit is contained in:
parent
7d6565766a
commit
4bf4aca762
4 changed files with 24 additions and 4 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<!-- Extra Output -->
|
||||
<div class="exOut" cond="$oDocument->isExtraVarsExists() && $oDocument->isAccessible()">
|
||||
<table border="1" cellspacing="0" summary="Extra Form Output">
|
||||
<tr loop="$oDocument->getExtraVars() => $key,$val">
|
||||
<tr loop="$oDocument->getExtraVars() => $key,$val" cond="$val->hasValue()">
|
||||
<th scope="row">{$val->name}</th>
|
||||
<td>{$val->getValueHTML()} </td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue