CMS  Version 3.9
content_properties.inc File Reference

Go to the source code of this file.

Variables

 $scope = $_GET["scope"]
 
 $ids = checkNumeric($_GET["section_content_id"])
 
 $qs = "section_content_id[]=".implode("&section_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")
 

Variable Documentation

◆ $filter

$filter = new InclusionFilter("section_content_id")

Definition at line 13 of file content_properties.inc.

◆ $form

$form = new AutoForm($sectionContent, "POST", "/action/section/content_properties?$qs&scope=$scope", "SectionContent_form")

Definition at line 51 of file content_properties.inc.

◆ $ids

$ids = checkNumeric($_GET["section_content_id"])

Definition at line 8 of file content_properties.inc.

◆ $qs

$qs = "section_content_id[]=".implode("&section_content_id[]=", $_GET["section_content_id"])

Definition at line 10 of file content_properties.inc.

◆ $scope

$scope = $_GET["scope"]

Definition at line 7 of file content_properties.inc.

◆ $sectionContent

$sectionContent = new SectionContent()

Definition at line 12 of file content_properties.inc.

◆ filter

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

if($method=="POST") (   $method = = "POST")

Definition at line 74 of file content_properties.inc.

◆ submitLabel

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.