Skip to content

Commit 6cb3dd1

Browse files
author
Quy
authored
Remove icon/class in modal footer. (#32293)
1 parent a7e3355 commit 6cb3dd1

File tree

1 file changed

+2
-2
lines changed
  • administrator/components/com_cpanel/tmpl/cpanel

1 file changed

+2
-2
lines changed

administrator/components/com_cpanel/tmpl/cpanel/default.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
'url' => Route::_('index.php?option=com_cpanel&task=addModule&function=jSelectModuleType&position=' . $this->escape($this->position)),
4242
'bodyHeight' => '70',
4343
'modalWidth' => '80',
44-
'footer' => '<button type="button" class="button-cancel btn btn-sm btn-danger" data-bs-dismiss="modal" data-bs-target="#closeBtn"><span class="icon-times" aria-hidden="true"></span>'
44+
'footer' => '<button type="button" class="button-cancel btn btn-danger" data-bs-dismiss="modal" data-bs-target="#closeBtn">'
4545
. Text::_('JLIB_HTML_BEHAVIOR_CLOSE') . '</button>'
46-
. '<button type="button" class="button-save btn btn-sm btn-success hidden" data-bs-target="#saveBtn"><span class="icon-copy" aria-hidden="true"></span>'
46+
. '<button type="button" class="button-save btn btn-success hidden" data-bs-target="#saveBtn">'
4747
. Text::_('JSAVE') . '</button>',
4848
)
4949
);

0 commit comments

Comments
 (0)