| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/plugins/content/jlexreview/elements/ |
Upload File : |
<?php
defined ('_JEXEC') or die;
$j5 = JPATH_ROOT.'/administrator/components/com_jlexreview/libs/j5.php';
if(file_exists($j5))
require_once $j5;
jimport('joomla.form.formfield');
class JFormFieldNotice extends JFormField
{
protected $type = 'Notice';
protected function getInput()
{
$html = '<div style="background-color: #DFF0D8;
border-color: #D6E9C6;
color: #3C763D;border-radius: 4px;
margin-bottom: 20px;
padding: 15px;clear:both">';
$html .= 'Disable JLex Review by inserting this code to content/product <b>{jlexreview:off}</b>';
$html .= '<hr/>';
$html .= 'Enable JLex Review by inserting this code to content/product <b>{jlexreview:on}</b>';
$html .= '</div>';
return $html;
}
}