Improved the get snippets area to load one library at a time. started on the adaptation of the compiler that is needed for the new libraries
This commit is contained in:
@@ -92,6 +92,9 @@ $edit = "index.php?option=com_componentbuilder&view=libraries&task=library.edit"
|
||||
<td class="hidden-phone">
|
||||
<?php echo JText::_($item->how); ?>
|
||||
</td>
|
||||
<td class="hidden-phone">
|
||||
<?php echo JText::_($item->type); ?>
|
||||
</td>
|
||||
<td class="center">
|
||||
<?php if ($canDo->get('library.edit.state')) : ?>
|
||||
<?php if ($item->checked_out) : ?>
|
||||
|
Reference in New Issue
Block a user