Skip to content

Commit

Permalink
[4.0] Icon- TO fa ( part 3 ) (#28075)
Browse files Browse the repository at this point in the history
* several single icons found

* eye close

* eye

* admin page title

* $iconimage

* sub-menu

* icon-delete

* mapping non same named.

* reformat

* Update administrator/templates/atum/scss/pages/_com_privacy.scss

ty brian

Co-Authored-By: Brian Teeman <brian@teeman.net>

* refresh

* refresh

* remove

* featured

* featured

* column sort icon

* square

* $displaydata

* [class^='icon-']

* make fa-check green

* com_contacts featured

* more featured

* more publish/unpublish

* com_categories

* newsfeeds

* associations

* $iconStates

* fixed broken _icons.scss

* icon-ban-circle

* revert to icon-home per jm

* revert to icon-home per jm

* revert to icon-home per jm

* [4.0][RTL] CSS logical properties init

* Update _modals.scss

* use margin-inline

* Update _modals.scss

* Revert "Update _modals.scss"

This reverts commit eb0d8bb.

* Revert "use margin-inline"

This reverts commit 6b264dd.

* Use margin-inline-end in atum's _header.scss

* Fix CS from last commit in atum's _header.scss

* working on #28607

* working on #28607 ugh

* working on toolbar cross-reference missing from part 1

* icon-loop fix.

* finder fix

* more loop->sync changes

* more loop->sync changes

* puzzle -> puzzle-piece

* puzzle -> puzzle-piece

* joomla brand

* address->file-alt

* stack->copy

* added more to star, such as default

* removed blank line

* equalizer->sliders-h

* lightning->bolt

* checkin->check-square

* comments-2->comments

* power-cord->plug

* info-2->info-circle

* generic not fixed

* generic not fixed

* workaround for generic

* drone fix?

* puzzle->puzzle-piece

* per luca

* match button icon-class to toolbar

* chevron & publish

* publish/unpublish star.  NEEDS REVIEW!

* publish/unpublish star.  NEEDS REVIEW!

* few more icons

* more folders

* conflict fix.

* com_template->modals

* modifed jgrid to handle known active classes

* arrow-down3 -> caret-down

* icon-checkedout -> fa-lock

* icon-puzzle -> puzzle-piece

* trying to fix drone

* trying to fix drone

* trying to fix drone

* else if fix per quy

* Update layouts/joomla/button/iconclass.php

ty quy

Co-authored-by: Quy <quy@fluxbb.org>

* Update layouts/joomla/button/iconclass.php

ty quy

Co-authored-by: Quy <quy@fluxbb.org>

* code format fix per quy

* code formatting changes per @Quy

* code formatting changes

* articles toolbar icon

* remove space before 'fas'

* featured

* com_contact

* featured

* preview = icon-eye -> fas fa-eye

* workflows featured

* added mapping for $inactive class

* missing closing ?>

* Increase Opacity of disabled Featured Icons

* Change Icon Classes
Add Font Awesome Regular to Atum
Fix broken Icons after change

* Update build/media_source/com_categories/js/shared-categories-accordion.es6.js

ty sharky

Co-authored-by: SharkyKZ <sharkykz@gmail.com>

* Update build/media_source/system/js/fields/passwordview.es6.js

ty sharky.. I suck @ js.

Co-authored-by: SharkyKZ <sharkykz@gmail.com>

* Update build/media_source/system/js/fields/passwordview.es6.js

Co-authored-by: SharkyKZ <sharkykz@gmail.com>

* Update layouts/joomla/toolbar/title.php

Co-authored-by: Quy <quy@fluxbb.org>

* Update administrator/templates/atum/scss/template-rtl.scss

Co-authored-by: Quy <quy@fluxbb.org>

* pr #29016 compatibility fix.

* pr #29016 compatibility fix.
icon-default -> fa-home

* Update FeaturedButton.php

Add line break

* Update FeaturedButton.php

New line

* Update FeaturedButton.php

* Update FeaturedButton.php

* removed stupid package-lock.json

* b/c compatibility fix

* b/c compatibility fix

* Revert "b/c compatibility fix"

This reverts commit 10c4611

* "b/c compatibility fix"

* shelving

* shelving

* b/c compatability fix as found by jm.

* phpcs fix

* phpcs fix

* phpcs fix

* conflict fix.

* conflict fix.

* Revert "conflict fix."

This reverts commit ef96c0f

* Revert "conflict fix."

This reverts commit 4aa7349

* removed improperly kept 133-147

Co-authored-by: Brian Teeman <brian@teeman.net>
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
Co-authored-by: ciar4n <ciaran@joomla51.com>
Co-authored-by: Quy <quy@fluxbb.org>
Co-authored-by: coolcat-creations <mail@coolcat-creations.com>
Co-authored-by: SharkyKZ <sharkykz@gmail.com>
Co-authored-by: infograf768 <infografjms@gmail.com>
  • Loading branch information
8 people committed Jul 2, 2020
2 parents 3050543 + 4e5b861 commit cdbe1ec
Show file tree
Hide file tree
Showing 80 changed files with 409 additions and 138 deletions.
Expand Up @@ -123,7 +123,7 @@ public function display($tpl = null)
*/
protected function addToolbar()
{
ToolbarHelper::title(Text::_('COM_ACTIONLOGS_MANAGER_USERLOGS'), 'list-2');
ToolbarHelper::title(Text::_('COM_ACTIONLOGS_MANAGER_USERLOGS'), 'fas fa-list-ul');

ToolbarHelper::custom('actionlogs.exportSelectedLogs', 'download', '', 'COM_ACTIONLOGS_EXPORT_CSV', true);
ToolbarHelper::custom('actionlogs.exportLogs', 'download', '', 'COM_ACTIONLOGS_EXPORT_ALL_CSV', false);
Expand Down
Expand Up @@ -108,7 +108,7 @@ public function display($tpl = null): void
*/
protected function addToolbar(): void
{
ToolbarHelper::title(Text::_('COM_ADMIN_SYSTEM_INFORMATION'), 'info-2 systeminfo');
ToolbarHelper::title(Text::_('COM_ADMIN_SYSTEM_INFORMATION'), 'info-circle systeminfo');
ToolbarHelper::link(
Route::_('index.php?option=com_admin&view=sysinfo&format=text'),
'COM_ADMIN_DOWNLOAD_SYSTEM_INFORMATION_TEXT',
Expand Down
Expand Up @@ -27,10 +27,10 @@
$canManageCheckin = Factory::getUser()->authorise('core.manage', 'com_checkin');

$iconStates = array(
-2 => 'icon-trash',
0 => 'icon-unpublish',
1 => 'icon-publish',
2 => 'icon-archive',
-2 => 'fas fa-trash',
0 => 'fas fa-times',
1 => 'fas fa-check',
2 => 'fas fa-folder',
);

Text::script('COM_ASSOCIATIONS_PURGE_CONFIRM_PROMPT', true);
Expand Down
Expand Up @@ -36,10 +36,10 @@
$canManageCheckin = Factory::getUser()->authorise('core.manage', 'com_checkin');

$iconStates = array(
-2 => 'icon-trash',
0 => 'icon-unpublish',
1 => 'icon-publish',
2 => 'icon-archive',
-2 => 'fas fa-trash',
0 => 'fas fa-times',
1 => 'fas fa-check',
2 => 'fas fa-folder',
);

$this->document->addScriptOptions('associations-modal', ['func' => $function]);
Expand Down
Expand Up @@ -124,7 +124,7 @@ protected function addToolbar(): void
$dHtml = $layout->render(
[
'selector' => 'downloadModal',
'icon' => 'icon-download',
'icon' => 'fas fa-download',
'text' => Text::_('JTOOLBAR_EXPORT'),
'doTask' => Route::_('index.php?option=com_banners&view=download&tmpl=component'),
]
Expand Down
Expand Up @@ -59,7 +59,7 @@
<?php echo HTMLHelper::_('grid.checkall'); ?>
</td>
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'icon-menu-2'); ?>
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'fas fa-sort'); ?>
</th>
<th scope="col" class="w-1 text-center">
<?php echo HTMLHelper::_('searchtools.sort', 'JSTATUS', 'a.state', $listDirn, $listOrder); ?>
Expand Down
Expand Up @@ -120,7 +120,7 @@ public function display($tpl = null): void
*/
protected function addToolbar(): void
{
ToolbarHelper::title(Text::_('COM_CACHE_CLEAR_CACHE'), 'lightning clear');
ToolbarHelper::title(Text::_('COM_CACHE_CLEAR_CACHE'), 'bolt clear');

// Get the toolbar object instance
$toolbar = Toolbar::getInstance('toolbar');
Expand Down
Expand Up @@ -74,7 +74,7 @@
<?php echo HTMLHelper::_('grid.checkall'); ?>
</td>
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.lft', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'icon-menu-2'); ?>
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.lft', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'fas fa-sort'); ?>
</th>
<th scope="col" class="w-1 text-center">
<?php echo HTMLHelper::_('searchtools.sort', 'JSTATUS', 'a.published', $listDirn, $listOrder); ?>
Expand Down
Expand Up @@ -72,10 +72,10 @@
<tbody>
<?php
$iconStates = array(
-2 => 'icon-trash',
0 => 'icon-unpublish',
1 => 'icon-publish',
2 => 'icon-archive',
-2 => 'fas fa-trash',
0 => 'fas fa-times',
1 => 'fas fa-check',
2 => 'fas fa-folder',
);
?>
<?php foreach ($this->items as $i => $item) : ?>
Expand Down
Expand Up @@ -97,7 +97,7 @@ public function display($tpl = null)
*/
protected function addToolbar()
{
ToolbarHelper::title(Text::_('COM_CHECKIN_GLOBAL_CHECK_IN'), 'checkin');
ToolbarHelper::title(Text::_('COM_CHECKIN_GLOBAL_CHECK_IN'), 'check-square');

ToolbarHelper::custom('checkin', 'checkin.png', 'checkin_f2.png', 'JTOOLBAR_CHECKIN', true);

Expand Down
Expand Up @@ -118,7 +118,7 @@ public function display($tpl = null)
*/
protected function addToolbar()
{
ToolbarHelper::title(Text::_('COM_CONFIG_GLOBAL_CONFIGURATION'), 'equalizer config');
ToolbarHelper::title(Text::_('COM_CONFIG_GLOBAL_CONFIGURATION'), 'sliders-h config');
ToolbarHelper::apply('application.apply');
ToolbarHelper::divider();
ToolbarHelper::save('application.save');
Expand Down
Expand Up @@ -120,7 +120,7 @@ public function display($tpl = null)
*/
protected function addToolbar()
{
ToolbarHelper::title(Text::_($this->component->option . '_configuration'), 'equalizer config');
ToolbarHelper::title(Text::_($this->component->option . '_configuration'), 'sliders-h config');
ToolbarHelper::apply('component.apply');
ToolbarHelper::divider();
ToolbarHelper::save('component.save');
Expand Down
Expand Up @@ -131,18 +131,18 @@ public function featured($value, $i, $canChange = true)
1 => array('featured', 'contacts.unfeatured', 'JFEATURED', 'JGLOBAL_TOGGLE_FEATURED'),
);
$state = ArrayHelper::getValue($states, (int) $value, $states[1]);
$icon = $state[0];
$icon = $state[0] === 'featured' ? 'star featured' : 'star';

if ($canChange)
{
$html = '<a href="#" onclick="return Joomla.listItemTask(\'cb' . $i . '\',\'' . $state[1] . '\')" class="tbody-icon'
. ($value == 1 ? ' active' : '') . '" title="' . Text::_($state[3])
. '"><span class="icon-' . $icon . '" aria-hidden="true"></span></a>';
. '"><span class="fas fa-' . $icon . '" aria-hidden="true"></span></a>';
}
else
{
$html = '<a class="tbody-icon disabled' . ($value == 1 ? ' active' : '')
. '" title="' . Text::_($state[2]) . '"><span class="icon-' . $icon . '" aria-hidden="true"></span></a>';
. '" title="' . Text::_($state[2]) . '"><span class="fas fa-' . $icon . '" aria-hidden="true"></span></a>';
}

return $html;
Expand Down
Expand Up @@ -56,7 +56,7 @@
<?php echo HTMLHelper::_('grid.checkall'); ?>
</td>
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'icon-menu-2'); ?>
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'fas fa-sort'); ?>
</th>
<th scope="col" class="w-1 text-center">
<?php echo HTMLHelper::_('searchtools.sort', 'JFEATURED', 'a.featured', $listDirn, $listOrder); ?>
Expand Down
8 changes: 4 additions & 4 deletions administrator/components/com_contact/tmpl/contacts/modal.php
Expand Up @@ -85,10 +85,10 @@
<tbody>
<?php
$iconStates = array(
-2 => 'icon-trash',
0 => 'icon-unpublish',
1 => 'icon-publish',
2 => 'icon-archive',
-2 => 'fas fa-trash',
0 => 'fas fa-times',
1 => 'fas fa-check',
2 => 'fas fa-folder',
);
?>
<?php foreach ($this->items as $i => $item) : ?>
Expand Down
Expand Up @@ -135,7 +135,7 @@ protected function addToolbar()

ToolbarHelper::title(
Text::_('COM_CONTENT_PAGE_' . ($checkedOut ? 'VIEW_ARTICLE' : ($isNew ? 'ADD_ARTICLE' : 'EDIT_ARTICLE'))),
'pencil-2 article-add'
'pencil-alt article-add'
);

// For new records, check the create permission.
Expand Down
Expand Up @@ -149,7 +149,7 @@ protected function addToolbar()
// Get the toolbar object instance
$toolbar = Toolbar::getInstance('toolbar');

ToolbarHelper::title(Text::_('COM_CONTENT_ARTICLES_TITLE'), 'stack article');
ToolbarHelper::title(Text::_('COM_CONTENT_ARTICLES_TITLE'), 'copy article');

if ($canDo->get('core.create') || count($user->getAuthorisedCategories('com_content', 'core.create')) > 0)
{
Expand Down
Expand Up @@ -118,7 +118,7 @@
<?php echo HTMLHelper::_('grid.checkall'); ?>
</td>
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'icon-menu-2'); ?>
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'fas fa-sort'); ?>
</th>
<?php if ($workflow_enabled) : ?>
<th scope="col" class="w-1 text-center">
Expand Down
6 changes: 3 additions & 3 deletions administrator/components/com_content/tmpl/articles/modal.php
Expand Up @@ -88,9 +88,9 @@
<tbody>
<?php
$iconStates = array(
-2 => 'icon-trash',
0 => 'icon-unpublish',
1 => 'icon-publish',
-2 => 'fas fa-trash',
0 => 'fas fa-times',
1 => 'fas fa-check',
);
?>
<?php foreach ($this->items as $i => $item) : ?>
Expand Down
Expand Up @@ -115,7 +115,7 @@
<?php echo HTMLHelper::_('grid.checkall'); ?>
</td>
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php echo HTMLHelper::_('searchtools.sort', '', 'fp.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'icon-menu-2'); ?>
<?php echo HTMLHelper::_('searchtools.sort', '', 'fp.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'fas fa-sort'); ?>
</th>
<?php if ($workflow_enabled) : ?>
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
Expand Down
Expand Up @@ -120,7 +120,7 @@ public function display($tpl = null)
}
elseif ($parts[0] === 'privacy')
{
$icon = 'lock';
$icon = 'fas fa-lock';
}
elseif ($parts[0] === 'help')
{
Expand Down
Expand Up @@ -144,7 +144,7 @@ protected function addToolbar()
$title = Text::sprintf('COM_FIELDS_VIEW_FIELDS_TITLE', Text::_(strtoupper($component)));

// Prepare the toolbar.
ToolbarHelper::title($title, 'puzzle fields ' . substr($component, 4) . ($section ? "-$section" : '') . '-fields');
ToolbarHelper::title($title, 'puzzle-piece fields ' . substr($component, 4) . ($section ? "-$section" : '') . '-fields');

if ($canDo->get('core.create'))
{
Expand Down
Expand Up @@ -136,7 +136,7 @@ protected function addToolbar()
// Prepare the toolbar.
ToolbarHelper::title(
$title,
'puzzle field-' . ($isNew ? 'add' : 'edit') . ' ' . substr($component, 4) . '-group-' .
'puzzle-piece field-' . ($isNew ? 'add' : 'edit') . ' ' . substr($component, 4) . '-group-' .
($isNew ? 'add' : 'edit')
);

Expand Down
Expand Up @@ -146,7 +146,7 @@ protected function addToolbar()
$title = Text::sprintf('COM_FIELDS_VIEW_GROUPS_TITLE', Text::_(strtoupper($component)));

// Prepare the toolbar.
ToolbarHelper::title($title, 'puzzle fields ' . substr($component, 4) . '-groups');
ToolbarHelper::title($title, 'puzzle-piece fields ' . substr($component, 4) . '-groups');

if ($canDo->get('core.create'))
{
Expand Down
Expand Up @@ -70,7 +70,7 @@
<?php echo HTMLHelper::_('grid.checkall'); ?>
</td>
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'icon-menu-2'); ?>
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'fas fa-sort'); ?>
</th>
<th scope="col" class="w-1 text-center">
<?php echo HTMLHelper::_('searchtools.sort', 'JSTATUS', 'a.state', $listDirn, $listOrder); ?>
Expand Down
8 changes: 4 additions & 4 deletions administrator/components/com_fields/tmpl/fields/modal.php
Expand Up @@ -73,10 +73,10 @@
<tbody>
<?php
$iconStates = array(
-2 => 'icon-trash',
0 => 'icon-unpublish',
1 => 'icon-publish',
2 => 'icon-archive',
-2 => 'fas fa-trash',
0 => 'fas fa-times',
1 => 'fas fa-check',
2 => 'fas fa-folder',
);
foreach ($this->items as $i => $item) :
?>
Expand Down
Expand Up @@ -68,7 +68,7 @@
<?php echo HTMLHelper::_('grid.checkall'); ?>
</td>
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'icon-menu-2'); ?>
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'fas fa-sort'); ?>
</th>
<th scope="col" class="w-1 text-center">
<?php echo HTMLHelper::_('searchtools.sort', 'JSTATUS', 'a.state', $listDirn, $listOrder); ?>
Expand Down
Expand Up @@ -119,7 +119,7 @@ protected function addToolbar()
{
$canDo = ContentHelper::getActions('com_finder');

ToolbarHelper::title(Text::_('COM_FINDER_FILTERS_TOOLBAR_TITLE'), 'zoom-in finder');
ToolbarHelper::title(Text::_('COM_FINDER_FILTERS_TOOLBAR_TITLE'), 'search-plus finder');
$toolbar = Toolbar::getInstance('toolbar');

if ($canDo->get('core.create'))
Expand Down
Expand Up @@ -163,7 +163,7 @@ protected function addToolbar()
// Get the toolbar object instance
$toolbar = Toolbar::getInstance('toolbar');

ToolbarHelper::title(Text::_('COM_FINDER_INDEX_TOOLBAR_TITLE'), 'zoom-in finder');
ToolbarHelper::title(Text::_('COM_FINDER_INDEX_TOOLBAR_TITLE'), 'search-plus finder');

$toolbar->appendButton(
'Popup', 'archive', 'COM_FINDER_INDEX', 'index.php?option=com_finder&view=indexer&tmpl=component', 500, 210, 0, 0,
Expand Down
Expand Up @@ -123,7 +123,7 @@ protected function addToolbar()
{
$canDo = ContentHelper::getActions('com_finder');

ToolbarHelper::title(Text::_('COM_FINDER_MAPS_TOOLBAR_TITLE'), 'zoom-in finder');
ToolbarHelper::title(Text::_('COM_FINDER_MAPS_TOOLBAR_TITLE'), 'search-plus finder');

// Get the toolbar object instance
$toolbar = Toolbar::getInstance('toolbar');
Expand Down
Expand Up @@ -96,7 +96,7 @@ public function display($tpl = null)
protected function addToolbar()
{
$canDo = ContentHelper::getActions('com_installer');
ToolbarHelper::title(Text::_('COM_INSTALLER_HEADER_' . strtoupper($this->getName())), 'puzzle install');
ToolbarHelper::title(Text::_('COM_INSTALLER_HEADER_' . strtoupper($this->getName())), 'puzzle-piece install');

if ($canDo->get('core.admin') || $canDo->get('core.options'))
{
Expand Down
Expand Up @@ -68,7 +68,7 @@ public function display($tpl = null)
protected function addToolbar()
{
$canDo = ContentHelper::getActions('com_installer');
ToolbarHelper::title(Text::_('COM_INSTALLER_HEADER_' . $this->getName()), 'puzzle install');
ToolbarHelper::title(Text::_('COM_INSTALLER_HEADER_' . $this->getName()), 'puzzle-piece install');

if ($canDo->get('core.admin'))
{
Expand Down
Expand Up @@ -123,7 +123,7 @@ public function display($tpl = null)

// Set the toolbar information.
ToolbarHelper::title(Text::_('COM_JOOMLAUPDATE_OVERVIEW'), 'joomla install');
ToolbarHelper::custom('update.purge', 'loop', 'loop', 'COM_JOOMLAUPDATE_TOOLBAR_CHECK', false);
ToolbarHelper::custom('update.purge', 'sync', 'sync', 'COM_JOOMLAUPDATE_TOOLBAR_CHECK', false);

// Add toolbar buttons.
if (Factory::getUser()->authorise('core.admin'))
Expand Down
Expand Up @@ -35,7 +35,7 @@ public function display($tpl = null)
Factory::getApplication()->input->set('hidemainmenu', true);

// Set the toolbar information.
ToolbarHelper::title(Text::_('COM_JOOMLAUPDATE_OVERVIEW'), 'loop install');
ToolbarHelper::title(Text::_('COM_JOOMLAUPDATE_OVERVIEW'), 'sync install');

// Render the view.
parent::display($tpl);
Expand Down
Expand Up @@ -35,7 +35,7 @@ class HtmlView extends BaseHtmlView
public function display($tpl = null)
{
// Set the toolbar information.
ToolbarHelper::title(Text::_('COM_JOOMLAUPDATE_OVERVIEW'), 'loop install');
ToolbarHelper::title(Text::_('COM_JOOMLAUPDATE_OVERVIEW'), 'sync install');
ToolbarHelper::divider();
ToolbarHelper::help('JHELP_COMPONENTS_JOOMLA_UPDATE');

Expand Down
Expand Up @@ -119,11 +119,11 @@ protected function addToolbar()

if ((int) $this->state->get('client_id') === 1)
{
ToolbarHelper::title(Text::_('COM_LANGUAGES_VIEW_INSTALLED_ADMIN_TITLE'), 'comments-2 langmanager');
ToolbarHelper::title(Text::_('COM_LANGUAGES_VIEW_INSTALLED_ADMIN_TITLE'), 'comments langmanager');
}
else
{
ToolbarHelper::title(Text::_('COM_LANGUAGES_VIEW_INSTALLED_SITE_TITLE'), 'comments-2 langmanager');
ToolbarHelper::title(Text::_('COM_LANGUAGES_VIEW_INSTALLED_SITE_TITLE'), 'comments langmanager');
}

if ($canDo->get('core.edit.state'))
Expand Down
Expand Up @@ -100,7 +100,7 @@ protected function addToolbar(): void
{
$canDo = ContentHelper::getActions('com_languages');

ToolbarHelper::title(Text::_('COM_LANGUAGES_VIEW_LANGUAGES_TITLE'), 'comments-2 langmanager');
ToolbarHelper::title(Text::_('COM_LANGUAGES_VIEW_LANGUAGES_TITLE'), 'comments langmanager');

// Get the toolbar object instance
$toolbar = Toolbar::getInstance('toolbar');
Expand Down
Expand Up @@ -113,7 +113,7 @@ protected function addToolbar()

$canDo = ContentHelper::getActions('com_languages');

ToolbarHelper::title(Text::_('COM_LANGUAGES_VIEW_OVERRIDE_EDIT_TITLE'), 'comments-2 langmanager');
ToolbarHelper::title(Text::_('COM_LANGUAGES_VIEW_OVERRIDE_EDIT_TITLE'), 'comments langmanager');

$toolbarButtons = [];

Expand Down

0 comments on commit cdbe1ec

Please sign in to comment.