| Current Path : /home/giteleslfp/www/administrator/components/com_templateck/interfaces/ |
| Current File : /home/giteleslfp/www/administrator/components/com_templateck/interfaces/ajaxprintpositions.php |
<?php
/**
* @name Template Creator CK
* @package com_templateck
* @copyright Copyright (C) 2013. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @author Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
*/
// No direct access to this file
defined('TCK_LOADED') or die('Restricted access');
$templatename = $this->input->get('templatename', '', 'string');
?>
<div class="cktitle"><?php echo TCK_Text::_('CK_PRINTPOSITIONS_EDIT') . ' [ ' . $templatename . ' ]'; ?></div>
<table>
<tr>
<td style="vertical-align:top;">
<div class="ckpopupinfos">
<div class="ckpopupinfostitle"><?php echo TCK_Text::_('CK_PRINTPOSITIONS_INFOS'); ?></div>
<div class="ckpopupinfosdesc"><?php echo TCK_Text::_('CK_PRINTPOSITIONS_DESC'); ?></div>
</div>
</td>
<td style="vertical-align:top;">
<div id="ckprintpositionscontainer" style="margin-top:20px;">
<div class="ckwait" style="height: 16px;width: 800px;"></div>
</div>
</td>
</tr>
</table>