%PDF- %PDF-
| Direktori : /home1/lightco1/www/administrator/components/com_chatnox/views/chatnox/tmpl/ |
| Current File : //home1/lightco1/www/administrator/components/com_chatnox/views/chatnox/tmpl/default.php |
<?php defined('_JEXEC') or die('Restricted access'); ?>
<?php
JToolBarHelper::title( JText::_( 'Configure ChatNox' ), 'generic.png' );
?>
<?php if ($_REQUEST['saved']) : ?>
<div class="alert alert-info">
<a class="close" data-dismiss="alert">×</a>
GroupID saved successfully.
</div>
<?php endif; ?>
<form method="post" action="<?php echo JRoute::_('index.php?option=com_chatnox&saved=true'); ?>">
<table align="center" cellspacing="2" cellpadding="2" border="0" style="width: 93%">
<tr>
<td class="moduleheading" colspan="2"><h2>ChatNox</h2><hr/></td>
</tr>
<tr>
<td>
<label>Group ID</label>
</td>
<td>
<input type="text" name="groupid" value="<?php echo $this->options["chatnox_groupid"]; ?>" />
<input type="hidden" name="checkchatnoxid" value="<?php echo $this->options["chatnox_id"]; ?>" />
<?php echo JHTML::_( 'form.token' ); ?>
<input type="hidden" name="option" value="com_chatnox" />
</td>
</tr>
<tr>
<td></td>
<td class="">Copy the Group Id without quotes from your ChatNox groups menu. Signup for a Free <a href="http://app.chatnox.com/signup" target="_blank">ChatNox Account</a> if you do not have one.</td>
</tr>
<tr>
<td></td>
<td><input type="submit" name="savechatnox" value="Save" class="btn btn-primary"/></td>
</tr>
</table>
</form>
<img src="https://www.chatnox.com/assets/magento-group-id-live-chat.png" style="margin-top: 20px; border: 1px solid black; width: 100%;">