$table->construct_cell("<strong><a href=\"index.php?module=config-profile_fields&action=edit&fid={$field['fid']}\">{$field['name']}</a></strong><br /><small>{$field['description']}</small>", array('width' => '45%'));
| $table->construct_cell("<strong><a href=\"index.php?module=config-profile_fields&action=edit&fid={$field['fid']}\">".htmlspecialchars_uni($field['name'])."</a></strong><br /><small>".htmlspecialchars_uni($field['description'])."</small>", array('width' => '45%'));
|
$table->construct_cell($field['fid'], array("class" => "align_center", 'width' => '5%')); $table->construct_cell($required, array("class" => "align_center", 'width' => '10%')); $table->construct_cell($editable, array("class" => "align_center", 'width' => '10%'));
| $table->construct_cell($field['fid'], array("class" => "align_center", 'width' => '5%')); $table->construct_cell($required, array("class" => "align_center", 'width' => '10%')); $table->construct_cell($editable, array("class" => "align_center", 'width' => '10%'));
|