mailcow / mailcow-dockerized-docs

mailcow: dockerized - documentation 📰

Home Page:https://docs.mailcow.email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roundcube documentation mentions non-existing property for JavaScript code

tomudding opened this issue · comments

This applies both to the English and German documentation.

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>';

btnSize does not exist with the new Bootstrap 5 CSS. It should just use btn-xs-half like the SOGO login button.

Fixed in: 3485b85

@DerLinkman My mistake, the btn-xs-half should be a class on the element, it is not a variable. Can you change it again?