From 2b2b74f4805ccc804406f1af822bc791cb3e0688 Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Sat, 31 Dec 2022 11:38:24 +0100 Subject: [PATCH] Revert "Changed Roundcube Button to new BS5 Type" This reverts commit 3485b85918e1c059f9417fa33ca23eac29083237. --- 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 be81ebdae..b48b765d7 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 182befe17..9168f2e44 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'; } ```