Exemple #1
0
?>
</div><!-- -->
</div>
</form>
<br />
<div  style="width:90%;text-align:<?php 
echo vB_Template_Runtime::fetchStyleVar('left');
?>
;margin:auto;" id="sections">
	<div>
		<strong><?php 
echo $vbphrase['click_on_section'];
?>
</strong><br />
		<?php 
echo listSections();
?>
		<?php 
echo getNodePanel('sel_node_0');
?>
	</div>
</div>

<?php 
print_cp_footer();
/*********************
* This function saves the data. It normally is called by ajax
*********************/
function saveData()
{
    global $vbulletin;
Exemple #2
0
		{
			echo showDefault();
		}
		else
		{
			echo getSectionTable($vbulletin->GPC['sectionid']);
		}
		?>
</div><!-- -->
</div>
</form>
<br />
<div  style="width:90%;text-align:<?php echo vB_Template_Runtime::fetchStyleVar('left') ?>;margin:auto;" id="sections">
	<div>
		<strong><?php echo $vbphrase['click_on_section']?></strong><br />
		<?php echo listSections(); ?>
		<?php echo getNodePanel('sel_node_0'); ?>
	</div>
</div>

<?php
print_cp_footer();



/*********************
* This function saves the data. It normally is called by ajax
*********************/
function saveData()
{
	global $vbulletin;