예제 #1
0
파일: form.php 프로젝트: beingsane/mysite
<?php

defined('_JEXEC') or die('Restricted access');
$form = @$this->form;
$row = @$this->row;
?>

<form action="<?php 
echo JRoute::_(@$form['action']);
?>
" method="post" class="adminform" name="adminForm" >

	<?php 
echo DSCGrid::checkoutnotice(@$row);
?>
	
	<fieldset>
		<legend><?php 
echo JText::_('Form');
?>
</legend>
		<table class="invisible">
			<tbody>
                <tr>
					<td valign="top">

					<?php 
// display defaults
$pane = '1';
echo $this->sliders->startPane("pane_{$pane}");
$legend = JText::_("Default Information");