| Current Path : /var/www/components/com_contactpush/views/pushuid/tmpl/ |
| Current File : /var/www/components/com_contactpush/views/pushuid/tmpl/pushreg_form.php |
<?php
/** ______________________________________________
* o O | |
* ((((( o < Generated with Cook Self Service V3.1 |
* ( o o ) |______________________________________________|
* --------oOOO-----(_)-----OOOo---------------------------------- www.j-cook.pro --- +
* @version 1.0.0
* @package Contact Push
* @subpackage Push UIDs
* @copyright Netamity 2017
* @author Andy Hickey - www.netamity.com - andy@netamity.com
* @license GPL V2+
*
* .oooO Oooo.
* ( ) ( )
* -------------\ (----) /----------------------------------------------------------- +
* \_) (_/
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
if (!$this->form)
return;
$fieldSets = $this->form->getFieldsets();
?>
<?php $fieldSet = $this->form->getFieldset('pushreg.form');?>
<fieldset class="fieldsform form-horizontal">
<?php
// Pushover User ID
$field = $fieldSet['jform_push_user_id'];
?>
<div class="control-group <?php echo 'field-' . $field->id . $field->responsive; ?>">
<div class="control-label">
<?php echo $field->label; ?>
</div>
<div class="controls">
<?php echo $field->input; ?>
</div>
</div>
</fieldset>
<input type="hidden" name="jform[user]" value="<?php echo JFactory::getUser()->id; ?>"/>
<input type="hidden" name="jform[creation_date]" value="<?php echo $this->item->creation_date; ?>"/>
<input type="hidden" name="jform[access]" value="<?php echo $this->item->access; ?>"/>