Your IP : 216.73.216.219


Current Path : /home/pteabiscqq/www/plugins/system/lab5_cookie_commander/cookie_commander/tmpl/
Upload File :
Current File : /home/pteabiscqq/www/plugins/system/lab5_cookie_commander/cookie_commander/tmpl/form.x_others.php

<?php defined('_JEXEC') or die();
/////////////////////////////////////////////////////////////////////////////////////////////
/** 
* Cookie Commander
* 
* @author : Lab5 - Dennis Riegelsberger
* @authorUrl : https://lab5.ch
* @copyright : Copyright (C) 2018+  Lab5 - Dennis Riegelsberger. All rights reserved.
* @license : GNU/GPL General Public License version 2 or later
* @project : https://lab5.ch/cookie-commander
* @on JED : https://extensions.joomla.org/extensions/extension/site-management/cookie-control/lab5-cookie-commander/
* 
* Built with <3 
* Lab5
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 
/////////////////////////////////////////////////////////////////////////////////////////////
?>
	<tr>
			<td><?php echo JText::_('LAB5_COOKIE_COMMANDER_USER_THEREST') ?></td>
			<td class="form-inline">
					 <div class="<?php echo $params->form_radio_container_cls ?>">

							<label class="<?php echo $params->form_radio_label_cls ?>">
							<input class="<?php echo $params->form_radio_input_cls ?>" type="radio" autocomplete="off" name="<?php echo $cookie->name ?>" id="optionsRadios1" value="1" <?php if($cookie->status) echo 'checked' ?> /> <?php echo JText::_('JENABLED') ?>
							</label>
							
					</div> 
					 <div class="<?php echo $params->form_radio_container_cls ?>">
							
							<label class="<?php echo $params->form_radio_label_cls ?>">
							<input class="<?php echo $params->form_radio_input_cls ?>" type="radio" autocomplete="off" name="<?php echo $cookie->name ?>" id="optionsRadios2" value="0" <?php if(!$cookie->status) echo 'checked' ?> /> <?php echo JText::_('JERROR_CORE_CREATE_NOT_PERMITTED') ?>
							</label>

					</div> 
			</td>
	</tr>