![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Videos" | |
$video_gallery_id = checkNumeric($_GET["video_gallery_id"]) | |
$allowDelete = false | |
if($video_gallery_id) | else |
$gallery | owner_id = $user->user_id |
$gallery | filter = new ExclusionFilter("read_access", "write_access") |
$tabs = VideoManager::videoGalleryTabs($video_gallery_id) | |
$form = new AutoForm($gallery) | |
$form | allowDelete = $allowDelete |
if($method=="POST") | $script = $form->writeScript() |
$allowDelete = false |
Definition at line 40 of file video_gallery_form.inc.
$form = new AutoForm($gallery) |
Definition at line 57 of file video_gallery_form.inc.
$menu_item = "Videos" |
Definition at line 37 of file video_gallery_form.inc.
if ( $method=="POST") $script = $form->writeScript() |
Definition at line 79 of file video_gallery_form.inc.
Definition at line 55 of file video_gallery_form.inc.
$video_gallery_id = checkNumeric($_GET["video_gallery_id"]) |
Definition at line 39 of file video_gallery_form.inc.
$form allowDelete = $allowDelete |
Definition at line 58 of file video_gallery_form.inc.
if ( $video_gallery_id) else |
Definition at line 47 of file video_gallery_form.inc.
$gallery filter = new ExclusionFilter("read_access", "write_access") |
Definition at line 53 of file video_gallery_form.inc.
$gallery owner_id = $user->user_id |
Definition at line 50 of file video_gallery_form.inc.