1 <table width=
"100%" cellpadding=
"5">
3 <td class=
"c0"><label for=
"name"><?php echo get_string('fieldname', 'data'); ?></label></td>
4 <td class=
"c1"><input class=
"fieldname" type=
"text" name=
"name" id=
"name" value=
"<?php p($this->field->name); ?>" /></td
>
7 <td
class="c0"><label
for="description"><?php
echo get_string('fielddescription', 'data'); ?></label></td>
9 <input class=
"fielddescription" type=
"text" name=
"description" id=
"description"
10 value=
"<?php p($this->field->description); ?>" />
14 <td
class="c0"><label
for="param2">
15 <?php
echo get_string('fieldwidth', 'data'); ?></label></td>
17 <input style=
"width:50px;" type=
"text" name=
"param2" id=
"param2" value=
19 if (empty($this->field
->param2
)) {
22 echo '"'.s($this->field
->param2
).'"';
24 ?> /> <?php echo get_string('columns', 'data');
?>
28 <td class=
"c0"><label for=
"param3">
29 <?php echo get_string('fieldheight', 'data'); ?></label></td>
31 <input style=
"width:50px;" type=
"text" name=
"param3" id=
"param3" value=
33 if (empty($this->field
->param3
)) {
36 echo '"'.s($this->field
->param3
).'"';
38 ?> /> <?php echo get_string('rows', 'data');
?>