コード例 #1
0
ファイル: table.php プロジェクト: vstorm83/propertease
 static function ColEnd()
 {
     if (FSS_Table::$curcol > FSS_Table::$cols) {
         echo "</tr>";
         FSS_Table::$curcol = 1;
     } else {
     }
 }
コード例 #2
0
ファイル: _ticket_info.php プロジェクト: vstorm83/propertease
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
/**
 * THIS NEEDS CHANGING OVER TO USE THE FSS_Multi_Col CLASS
 **/
require_once JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'helper' . DS . 'table.php';
FSS_Table::$cols = FSS_Settings::get('support_info_cols');
FSS_Table::$curcol = 1;
?>
<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td valign="top">

<?php 
FSS_Table::TableOpen();
?>

<?php 
FSS_Table::ColStart("tr_subject");
?>
	<th><?php 
echo JText::_("SUBJECT");
?>
</th>
	<td>
		<?php