Added snippet types and libraries to snippets

This commit is contained in:
2017-11-12 00:18:13 +02:00
parent efde286a1b
commit 7d27af5d59
79 changed files with 7965 additions and 246 deletions

View File

@ -90,11 +90,14 @@ $edit = "index.php?option=com_componentbuilder&view=snippets&task=snippet.edit";
<?php echo $this->escape($item->url); ?>
</td>
<td class="hidden-phone">
<?php echo JText::_($item->type); ?>
<?php echo $this->escape($item->type_name); ?>
</td>
<td class="hidden-phone">
<?php echo $this->escape($item->heading); ?>
</td>
<td class="hidden-phone">
<?php echo $this->escape($item->library_name); ?>
</td>
<td class="center">
<?php if ($canDo->get('core.edit.state')) : ?>
<?php if ($item->checked_out) : ?>