Fix HTML structure in fxAdminTextEditSwitchHtml function by removing unnecessary text in the label for the text edit mode switch. This improves clarity and maintains consistency in the user interface.
This commit is contained in:
@ -180,7 +180,7 @@ function fxAdminTextEditSwitchHtml() {
|
||||
<span class="ms1-env-text-edit">
|
||||
<label class="ms1-env-text-edit-label mb-0" for="ms1-text-edit-mode">
|
||||
<span class="ms1-env-text-edit-opt' . ($blnEdit ? '' : ' is-active') . '">'
|
||||
. '<i class="fa fa-eye" aria-hidden="true"></i> Aperçu'
|
||||
|
||||
. '</span>
|
||||
<input type="checkbox" id="ms1-text-edit-mode" class="ms1-env-text-edit-switch"'
|
||||
. ($blnEdit ? ' checked' : '')
|
||||
|
||||
Reference in New Issue
Block a user