From 5db0744bf6b616f299dbc5438009a19b2c6a016c Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 2 Dec 2025 13:54:08 +0100 Subject: [PATCH] use addon for button to make password visible --- views/bootstrap/class.Settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index d1829f4e7..a69ebe078 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -77,8 +77,8 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style { $html .= '
'; $html .= ''; if($this->getTheme() == 'bootstrap4' && $type == 'password') { - $html .= '
'; - $html .= ''; + $html .= '
'; + $html .= ''; $html .= '
'; } $html .= '
';