Skip to content

Commit

Permalink
Fix the batch layout identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Nov 16, 2018
1 parent 4288228 commit 8e02890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -26,7 +26,7 @@
</div>
<div class="form-group col-md-6">
<div class="controls">
<?php echo LayoutHelper::render('joomla.html.access.', []); ?>
<?php echo LayoutHelper::render('joomla.html.batch.access', []); ?>
</div>
</div>
</div>
Expand Down
Expand Up @@ -32,7 +32,7 @@
<?php if ($published >= 0) : ?>
<div class="form-group col-md-6">
<div class="controls">
<?php echo LayoutHelper::render('joomla.html.batch.', ['extension' => 'com_content']); ?>
<?php echo LayoutHelper::render('joomla.html.batch.item', ['extension' => 'com_content']); ?>
</div>
</div>
<?php endif; ?>
Expand Down

0 comments on commit 8e02890

Please sign in to comment.