%PDF- %PDF-
| Direktori : /home1/lightco1/www/lightcolab.com/modules/mod_360pano/fields/ | 
| Current File : //home1/lightco1/www/lightcolab.com/modules/mod_360pano/fields/separator2.php | 
<?php
/**
* @version		$Id: mod_360pano.php 14401 2010-01-26 14:10:00Z louis $
* @package		360 Degree Panorama Viewer
* @copyright	Copyright (C) 2012 - 2013 Qubesys Technologies Pvt.Ltd. All rights reserved.
* @license	    http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
jimport('joomla.html.html');
jimport('joomla.form.formfield');
class JFormFieldSeparator2 extends JFormField {
	protected $type = 'Separator2'; //the form field type
	protected function getInput() {
        return '<span style="float:left; width:100%; color:#444; background:#ccc; height:12px; font-size:11px; font-weight:bold; padding:3px; margin:0; text-align:center;">' . JText::_($this->element['default']) . '</span>';
    }
}