Skip to content

Commit

Permalink
Issue techjoomla#48 chore: Log Email details in DB table - Tj Notific…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
punambaravkar committed Jul 1, 2019
1 parent 56d82fc commit 578c4ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/com_tjnotifications/admin/views/logs/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
use Joomla\CMS\Layout\LayoutHelper;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Language\Text;

HTMLHelper::_('behavior.modal', 'a.modal');
HTMLHelper::_('formbehavior.chosen', 'select');

$listOrder = $this->escape($this->state->get('list.ordering'));
$listDirn = $this->escape($this->state->get('list.direction'));

$doc = Factory::getDocument();
$doc->addStyleSheet(JUri::root() . 'administrator/components/com_tjnotifications/assets/css/tjnotifcations.css');
?>
Expand Down Expand Up @@ -166,4 +169,4 @@
<?php echo JHtml::_('form.token'); ?>
</div>
</div>
</form>
</form>

0 comments on commit 578c4ea

Please sign in to comment.