From 6fe35cbd50d318bed8d12c5d9fc2602f8936f883 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Tue, 21 Mar 2023 13:32:12 +0100 Subject: Switched from CDN to a npm+bundler for css framework and crypto-js --- templates/webmail/login.html.ep | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'templates/webmail') diff --git a/templates/webmail/login.html.ep b/templates/webmail/login.html.ep index 28768e3..706dc1c 100644 --- a/templates/webmail/login.html.ep +++ b/templates/webmail/login.html.ep @@ -28,7 +28,7 @@ %= hidden_field challenge => rand % }
- %= submit_button ucfirst l('login') => (class => 'pure-button pure-button-primary') => (name => 'submit_button') => $uses_cram ? (disabled => '') : () + %= submit_button ucfirst l('login') => (class => 'pure-button pure-button-primary') => (name => 'submit_button') => $uses_cram ? (disabled => undef) : ()
% end @@ -36,22 +36,7 @@ % if ($uses_cram) { - - - - +%= javascript '/src/login_cram.js' % } %= javascript begin -- cgit v1.2.3