{* $Id: settings_dev.tpl 1848 2006-05-23 05:52:11Z zeke $ *} {include file="look_n_feel_pages/sections.tpl"} {capture name="mainbox"}
Place options in this section to the global scope 
Remove options in this section from the global scope 

{capture name="tabsbox"}
{foreach from=$options item=subsection key="ukey"} {foreach from=$subsection item=item} {if $item.element_type == "D"} {elseif $item.element_type == "I"} {elseif $item.element_type == "H"} {/if} {if !$item.element_type} {/if} {/foreach} {/foreach}
X Pos. Description Internal name subsection_id Value Parameters

{$item.info} Handler:
{$item.description}
{if $item.option_type eq "P"} {elseif $item.option_type eq "T"} {elseif $item.option_type eq "C"} {elseif $item.option_type eq "S"} {elseif $item.option_type eq "R"} {foreach from=$item.variants item=v key=k} {$v} ({$k})  {/foreach} {elseif $item.option_type eq "M"} {elseif $item.option_type eq "N"} {foreach from=$item.variants item=v key="k"} {$v} ({$k})  {/foreach} {elseif $item.option_type == 'X'} {elseif $item.option_type == 'W'} {else} {/if} {if ($item.option_type == "S" || $item.option_type == "R" || $item.option_type == "M" || $item.option_type == "N") && !$item.userfunc} {foreach from=$item.variants item=v key=k} {/foreach}
  {include file="buttons/multiple_buttons.tpl" tag_level="2" item_id="option_vars_`$item.option_id`_tag"}
{/if} Action script: 
Variants func: 
Global:  
Option type:  

{/capture} {include file="common_templates/tabsbox.tpl" tabs=$page_sections content=$smarty.capture.tabsbox js_switch="Y"} {/capture} {include file="common_templates/mainbox.tpl" title=$sections.$section_id.description content=$smarty.capture.mainbox} {literal} {/literal} {capture name="mainbox"}
Add new option:
Section ID
subsection ID
option name
option description
value
Position
Type
Option value variants:
{include file="buttons/multiple_buttons.tpl" item_id="option_variants_tag"}
 
Action script (path)
Values function
Add new section:
section_id
section description
section position
Add new subsection to current section:
subsection_id
subsection description
subsection position
 
Add additional elements:
subsection ID
Type
description (for header)
position
Handler (for info field)
{/capture} {include file="common_templates/mainbox.tpl" title="Development console" content=$smarty.capture.mainbox}