![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$scope = $_GET["scope"] | |
$ids = checkNumeric($_GET["section_content_id"]) | |
$qs = "section_content_id[]=".implode("§ion_content_id[]=", $_GET["section_content_id"]) | |
$sectionContent = new SectionContent() | |
$filter = new InclusionFilter("section_content_id") | |
if($scope=="template"|| $scope=="all") if($scope=="role"|| $scope=="all") if($scope=="permissions"|| $scope=="all") if($scope=="ssl"|| $scope=="all") if($scope=="override_page_title"|| $scope=="all") if($scope=="body_class"|| $scope=="all") $sectionContent | filter = $filter |
$form = new AutoForm($sectionContent, "POST", "/action/section/content_properties?$qs&scope=$scope", "SectionContent_form") | |
if($scope=="template"|| $scope=="all") if($scope=="role"|| $scope=="all") if($scope=="permissions"|| $scope=="all") $form | submitLabel = "Update Properties" |
if ( $method=="POST") | |
$filter = new InclusionFilter("section_content_id") |
Definition at line 13 of file content_properties.inc.
$form = new AutoForm($sectionContent, "POST", "/action/section/content_properties?$qs&scope=$scope", "SectionContent_form") |
Definition at line 51 of file content_properties.inc.
$ids = checkNumeric($_GET["section_content_id"]) |
Definition at line 8 of file content_properties.inc.
$qs = "section_content_id[]=".implode("§ion_content_id[]=", $_GET["section_content_id"]) |
Definition at line 10 of file content_properties.inc.
$scope = $_GET["scope"] |
Definition at line 7 of file content_properties.inc.
$sectionContent = new SectionContent() |
Definition at line 12 of file content_properties.inc.
if ( $scope=="template"||$scope=="all") if ( $scope=="role"||$scope=="all") if ( $scope=="permissions"||$scope=="all") if ( $scope=="ssl"||$scope=="all") if ( $scope=="override_page_title"||$scope=="all") if ( $scope=="body_class"||$scope=="all") $sectionContent filter = $filter |
Definition at line 46 of file content_properties.inc.
if($method=="POST") | ( | $method = = "POST" | ) |
Definition at line 74 of file content_properties.inc.
if ( $scope=="template"||$scope=="all") if ( $scope=="role"||$scope=="all") if ( $scope=="permissions"||$scope=="all") $form submitLabel = "Update Properties" |
Definition at line 72 of file content_properties.inc.