%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/lightco1/upgrade.lightco.com.au/modules/mod_360pano/fields/
Upload File :
Create Path :
Current File : /home/lightco1/upgrade.lightco.com.au/modules/mod_360pano/fields/separator1.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 JFormFieldSeparator1 extends JFormField {
	protected $type = 'separator1'; //the form field type
	protected function getInput() {
        return '<span style="float:left; width:100%; color:#fff; font-size:12px; font-weight:bold; padding:3px; margin:0; text-align:center; background:#4FAED2;">' . JText::_($this->element['default']) . '</span>';
    }
}

Zerion Mini Shell 1.0