|
Elgg
Version 1.11
|
Go to the source code of this file.
Variables | |
| $widget = $vars['widget'] | |
| Elgg widget edit settings. More... | |
| $show_access = elgg_extract('show_access', $vars, true) | |
| $edit_view = "widgets/$widget->handler/edit" | |
| $custom_form_section = elgg_view($edit_view, array('entity' => $widget)) | |
| $access = '' | |
| if($show_access) if(! $custom_form_section &&! $access) | $hidden = elgg_view('input/hidden', array('name' => 'guid', 'value' => $widget->guid)) |
| $submit = elgg_view('input/submit', array('value' => elgg_echo('save'))) | |
| $body = | |
| $show_access = elgg_extract('show_access', $vars, true) |