From b070daa95241bc0c7d46011a3de7674fbf0c5e68 Mon Sep 17 00:00:00 2001 From: Fx Nion Date: Sun, 13 May 2012 19:56:15 +0200 Subject: v2.4 --- .../default/widgets/inline_content_index/edit.php | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 views/default/widgets/inline_content_index/edit.php (limited to 'views/default/widgets/inline_content_index/edit.php') diff --git a/views/default/widgets/inline_content_index/edit.php b/views/default/widgets/inline_content_index/edit.php new file mode 100644 index 000000000..e5c319bf1 --- /dev/null +++ b/views/default/widgets/inline_content_index/edit.php @@ -0,0 +1,46 @@ +widget_title; + $html_content = $vars['entity']->html_content; + + $guest_only = $vars['entity']->guest_only; + if (!isset($guest_only)) $guest_only = "no"; + + $box_style = $vars['entity']->box_style; + if (!isset($box_style)) $box_style = "collapsable"; +?> +

+ : + 'params[widget_title]', + 'value' => $widget_title + )); + ?> +

+

+ + 'params[html_content]', + 'value' => $html_content + )); + ?> +

+

+ + : + 'params[box_style]', + 'options_values'=>array('plain'=>'Plain', 'plain collapsable'=>'Plain and collapsable', 'collapsable'=>'Collapsable', 'standard' => 'No Collapsable'), + 'value'=>$box_style)); + ?> +

+

+ + : + 'params[guest_only]', + 'options_values'=>array('yes'=>'yes', 'no'=>'no'), + 'value'=>$guest_only)); + ?> +

\ No newline at end of file -- cgit v1.2.3