Merge all example plugins

This commit is contained in:
the-djmaze 2022-05-31 10:47:14 +02:00
parent f588c91570
commit eb61563db4
23 changed files with 230 additions and 425 deletions

View file

@ -24,12 +24,7 @@
data-i18n="[placeholder]GLOBAL/PASSWORD">
</div>
<div id="plugin-Login-BottomControlGroup"></div>
<div class="controls">
<button class="btn btn-large btn-block buttonLogin"
data-bind="command: submitCommand"
data-i18n="LOGIN/BUTTON_SIGN_IN"></button>
</div>
<div style="display: flex">
<div class="controls" style="display: flex">
<div class="signMeLabel" data-bind="visible: signMeVisibility, component: {
name: 'CheckboxSimple',
params: {
@ -45,4 +40,9 @@
</a>
</div>
</div>
<div>
<button class="btn btn-large btn-block buttonLogin"
data-bind="command: submitCommand"
data-i18n="LOGIN/BUTTON_SIGN_IN"></button>
</div>
</form>