/
home
/
assocoweys
/
avexp
/
administrator
/
components
/
com_jckman
/
views
/
default
/
tmpl
/
Upload File
HOME
<?php /*------------------------------------------------------------------------ # Copyright (C) 2005-2012 WebxSolution Ltd. All Rights Reserved. # @license - GPLv2.0 # Author: WebxSolution Ltd # Websites: http://www.webxsolution.com # Terms of Use: An extension that is derived from the JoomlaCK editor will only be allowed under the following conditions: http://joomlackeditor.com/terms-of-use # ------------------------------------------------------------------------*/ // no direct access defined( '_JEXEC' ) or die(); $state = &$this->get('State'); $message1 = $state->get('message'); $message2 = $state->get('extension.message'); ?> <table class="adminform"> <tbody> <?php if($message1) : ?> <tr> <th><?php echo JText::_($message1) ?></th> </tr> <?php endif; ?> <?php if($message2) : ?> <tr> <td><?php echo $message2; ?></td> </tr> <?php endif; ?> </tbody> </table>