Made a little tweak to placeholders, to remove uneeded space.

This commit is contained in:
2018-09-11 22:28:17 +02:00
parent 5962b557c8
commit 45c255485f
307 changed files with 588 additions and 588 deletions

View File

@ -10,7 +10,7 @@
*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
defined('_JEXEC') or die('Restricted access');
?>
<tr>

View File

@ -10,7 +10,7 @@
*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
defined('_JEXEC') or die('Restricted access');
?>
<tr>

View File

@ -116,7 +116,7 @@ class ComponentbuilderViewJoomla_components extends JViewLegacy
// add the button to the page
$dhtml = $layout->render(array('title' => $title));
$bar->appendButton('Custom', $dhtml, 'batch');
}
}
if ($this->user->authorise('joomla_component.export_jcb_packages', 'com_componentbuilder'))
{
// add Export JCB Packages button.
@ -151,7 +151,7 @@ class ComponentbuilderViewJoomla_components extends JViewLegacy
{
// add Import JCB Packages button.
JToolBarHelper::custom('joomla_components.smartImport', 'upload', '', 'COM_COMPONENTBUILDER_IMPORT_JCB_PACKAGES', false);
}
}
if ($this->canDo->get('core.import') && $this->canDo->get('joomla_component.import'))
{
@ -202,7 +202,7 @@ class ComponentbuilderViewJoomla_components extends JViewLegacy
'batch[access]',
JHtml::_('select.options', JHtml::_('access.assetgroups'), 'value', 'text')
);
}
}
// Set Companyname Selection
$this->companynameOptions = $this->getTheCompanynameSelections();