File manager - Edit - /home/jardides/www/Jardi-design/old/plugins/system/nomad/fields/button.php
Back
<?php /** * @package plugin Nomad * @copyright (C) 2010-2011 RicheyWeb - www.richeyweb.com * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * Nomad Copyright (c) 2011 Michael Richey. * Nomad is licensed under the http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * * Nomad version 1.0 for Joomla 1.6.x devloped by RicheyWeb * */ // no direct access defined('_JEXEC') or die; jimport('joomla.form.formfield'); class JFormFieldButton extends JFormField { protected $type = 'Button'; protected function getLabel() { return ''; } protected function getInput() { $html=array(); $html[]='<button id="'.$this->id.'" style="float:left;clear:left;">'.JText::_($this->description).'</button>'; return implode("\n", $html); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings