From 3485b85918e1c059f9417fa33ca23eac29083237 Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Sat, 31 Dec 2022 11:29:25 +0100 Subject: [PATCH] Changed Roundcube Button to new BS5 Type --- docs/third_party/roundcube/third_party-roundcube.de.md | 2 +- docs/third_party/roundcube/third_party-roundcube.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/third_party/roundcube/third_party-roundcube.de.md b/docs/third_party/roundcube/third_party-roundcube.de.md index b48b765d7..be81ebdae 100644 --- a/docs/third_party/roundcube/third_party-roundcube.de.md +++ b/docs/third_party/roundcube/third_party-roundcube.de.md @@ -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 += ' Roundcube'; + item.action += ' Roundcube'; } ``` diff --git a/docs/third_party/roundcube/third_party-roundcube.en.md b/docs/third_party/roundcube/third_party-roundcube.en.md index 9168f2e44..182befe17 100644 --- a/docs/third_party/roundcube/third_party-roundcube.en.md +++ b/docs/third_party/roundcube/third_party-roundcube.en.md @@ -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 += ' Roundcube'; + item.action += ' Roundcube'; } ```