mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +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
|
|
@ -22,8 +22,10 @@
|
|||
{@ $_extra_vars = $oDocument->getExtraVars(); }
|
||||
<dl class="xv">
|
||||
<!--@foreach($_extra_vars as $key => $val)-->
|
||||
<dt>{$val->name}</dt>
|
||||
<dd>{$val->getValueHTML()}</dd>
|
||||
<!--@if($val->hasValue())-->
|
||||
<dt>{$val->name}</dt>
|
||||
<dd>{$val->getValueHTML()}</dd>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</dl>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue