%PDF- %PDF-
Direktori : /home/lightco1/upgrade.lightco.com.au/modules/mod_360pano/fields/ |
Current File : /home/lightco1/upgrade.lightco.com.au/modules/mod_360pano/fields/separatornote.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 JFormFieldSeparatornote extends JFormField { protected $type = 'Separatornote'; //the form field type protected function getInput() { return '<span style="float:left; width:100%; border:1px solid #B1C9E0; background:#E4EDF7; font-size:11px; font-weight:bold; padding:3px; margin:0; text-align:center;">' . JText::_($this->element['description']) . '</span>'; } }