- id = 'node_options';
- // $table->width = "100%";
- //
- // $table->data = array();
- //
- // $table->data[0][0] = __('Shape');
- // $table->data[0][1] = html_print_select(array(
- // 'circle' => __('Circle'),
- // 'square' => __('Square'),
- // 'rhombus' => __('Rhombus')), 'shape', '',
- // 'javascript:', '', 0, true) . ' ' .
- // '
' .
- // html_print_image('images/spinner.gif', true) . '' .
- // '
' .
- // html_print_image('images/dot_green.png', true) . '' .
- // '
' .
- // html_print_image('images/dot_red.png', true) . '';
- //
- // $table->data["fictional_node_name"][0] = __('Name');
- // $table->data["fictional_node_name"][1] = html_print_input_text('edit_name_fictional_node',
- // '', __('name fictional node'), '20', '50', true);
- //
- // $table->data["fictional_node_update_button"][0] = '';
- // $table->data["fictional_node_update_button"][1] =
- // html_print_button(__('Update fictional node'), '', false,
- // 'add_fictional_node();', 'class="sub"', true);
- //
+ ?>
+
+
+ id = 'node_options';
+ $table->width = "100%";
- //
- // ui_toggle(html_print_table($table, true), __('Node options'),
- // __('Node options'), true);
- echo('PUTA');
- ?>
+ $table->data = array();
+
+ $table->data[0][0] = __('TABLA DE EDICION');
+
+ $table->data[1][0] = __('Capo1');
+ $table->data[1][1] = __('Capo2');
+ $table->data[1][2] = __('Capo3');
+ $table->data[1][3] = __('Capo4');
+
+ html_print_table($table);
+ ?>
+
-