Revert "Changed Roundcube Button to new BS5 Type"

This reverts commit 3485b85918.
Dieser Commit ist enthalten in:
DerLinkman 2022-12-31 11:38:24 +01:00
Ursprung 3485b85918
Commit 2b2b74f480
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -228,7 +228,7 @@ Bearbeiten Sie `data/web/js/site/mailbox.js` und den folgenden Code nach [`if (A
```js
if (ALLOW_ADMIN_EMAIL_LOGIN_ROUNDCUBE) {
item.action += '<a href="/rc-auth.php?login=' + encodeURIComponent(item.username) + '" class="login_as btn btn-xs ' + btn-xs-half + ' btn-primary" target="_blank"><i class="bi bi-envelope-fill"></i> Roundcube</a>';
item.action += '<a href="/rc-auth.php?login=' + encodeURIComponent(item.username) + '" class="login_as btn btn-xs ' + btnSize + ' btn-primary" target="_blank"><i class="bi bi-envelope-fill"></i> Roundcube</a>';
}
```

Datei anzeigen

@ -229,7 +229,7 @@ Edit `data/web/js/site/mailbox.js` and the following code after [`if (ALLOW_ADMI
```js
if (ALLOW_ADMIN_EMAIL_LOGIN_ROUNDCUBE) {
item.action += '<a href="/rc-auth.php?login=' + encodeURIComponent(item.username) + '" class="login_as btn btn-xs ' + btn-xs-half + ' btn-primary" target="_blank"><i class="bi bi-envelope-fill"></i> Roundcube</a>';
item.action += '<a href="/rc-auth.php?login=' + encodeURIComponent(item.username) + '" class="login_as btn btn-xs ' + btnSize + ' btn-primary" target="_blank"><i class="bi bi-envelope-fill"></i> Roundcube</a>';
}
```