50 $ret .=
'<tr>' . NWLINE;
51 $ret .=
'<td class="head" width="30%">' . NWLINE;
52 $required = $ele->isRequired() ?
'-required' :
'';
53 $ret .=
'<div class="xoops-form-element-caption' .
$required .
'">' . NWLINE;
54 $ret .=
'<span class="caption-text">' . $ele->getCaption() .
'</span>' . NWLINE;
55 $ret .=
'<span class="caption-marker">*</span>' . NWLINE;
56 $ret .=
'</div>' . NWLINE;
59 $ret .=
'<div style="font-weight: normal">' . NWLINE;
61 $ret .=
'</div>' . NWLINE;
63 $ret .=
'</td>' . NWLINE;
64 $ret .=
'<td class="even">' . NWLINE;
65 $ret .= $ele->render() . NWLINE;
66 $ret .=
'<span class="dsc_pattern_horizontal">'. $ele->getPatternDescription() .
'</span>';
67 $ret .=
'</td>' . NWLINE;
68 $ret .=
'</tr>' . NWLINE;