1 <div
id =
"props-hint" class = "phint">
3 <?=$descr[
'properties']?>
8 <td colspan=
"3"><a href=
"#" id =
"add-prop" class = "btn btn-default" onclick=
"addNewProperty()">Add
new property</a></td>
11 <th
id =
"gr-s-sn-prop-name">Property name</th>
12 <th
id =
"gr-s-sn-prop-value">Value</th>
16 <table
id =
"props-wrapper">
17 <?php
foreach ($propsProvider->rawData as $k => $val):?>
19 <td width=
'20%'><?=CHtml::textfield($val[
"name"], $val[
'name'], array(
'class'=>
'gr-s-fe-prop-name'))?></td>
20 <td><?=CHtml::textArea($val[
"name"], $val[
'value'], array(
'class'=>
'edit textarea-big gr-s-fe-prop-val'))?></td>
21 <td width =
"10em" class = "remove-column"><a href =
"#" class = "removeclassp act-btn">Remove</a></td>