| Current Path : /var/www/components/com_contactpush/views/message/tmpl/ |
| Current File : /var/www/components/com_contactpush/views/message/tmpl/messagedetails.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 Messages
* @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');
ContactpushHelper::headerDeclarations();
//Load the formvalidator scripts requirements.
JDom::_('html.toolbar');
?>
<?php
//// Render the page title
//echo JLayoutHelper::render('title', array(
// 'params' => $this->params,
// 'title' => null,
// 'browserTitle' => null
//)); ?>
<h1>Message details</h1>
<form action="<?php echo(JRoute::_("index.php")); ?>" method="post" name="adminForm" id="adminForm" enctype='multipart/form-data'>
<div class="row-fluid">
<div id="contents" class="span12">
<!-- BRICK : fly -->
<?php echo $this->loadTemplate('fly'); ?>
</div>
</div>
<?php
$jinput = JFactory::getApplication()->input;
echo JDom::_('html.form.footer', array(
'dataObject' => $this->item,
'values' => array(
'id' => $this->state->get('message.id')
)));
?>
</form>