mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-26 18:10:11 +00:00
changes as desired
This commit is contained in:
parent
5a2d9859f8
commit
3b0edd7d49
@ -22,14 +22,14 @@ $published = $this->state->get('filter.published');
|
|||||||
<?php echo LayoutHelper::render('joomla.html.batch.language', []); ?>
|
<?php echo LayoutHelper::render('joomla.html.batch.language', []); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php endif;?>
|
<?php endif; ?>
|
||||||
<div class="form-group col-md-6">
|
<div class="form-group col-md-6">
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?php echo LayoutHelper::render('joomla.html.batch.access', []); ?>
|
<?php echo LayoutHelper::render('joomla.html.batch.access', []); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid">
|
<div class="row">
|
||||||
<?php if ($published >= 0) : ?>
|
<?php if ($published >= 0) : ?>
|
||||||
<div class="form-group col-md-6">
|
<div class="form-group col-md-6">
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
|
@ -28,9 +28,8 @@ if ($app->isClient('site'))
|
|||||||
HTMLHelper::_('behavior.multiselect');
|
HTMLHelper::_('behavior.multiselect');
|
||||||
|
|
||||||
/** @var Joomla\CMS\WebAsset\WebAssetManager $wa */
|
/** @var Joomla\CMS\WebAsset\WebAssetManager $wa */
|
||||||
$wa = $this->document->getWebAssetManager();
|
$wa = $this->document->getWebAssetManager()
|
||||||
$wa->useScript('core')
|
->registerAndUseScript('com_weblinks.admin-weblinks-modal', 'media/com_weblinks/js/admin-weblinks-modal.js', [], ['defer' => true], ['core']);
|
||||||
->useScript('com_weblinks.admin-weblinks-modal');
|
|
||||||
|
|
||||||
$function = $app->input->getCmd('function', 'jSelectWeblink');
|
$function = $app->input->getCmd('function', 'jSelectWeblink');
|
||||||
$editor = $app->input->getCmd('editor', '');
|
$editor = $app->input->getCmd('editor', '');
|
||||||
|
Loading…
Reference in New Issue
Block a user