]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/js/login.js
Added a button to the screen that can be populated and brought into
[citadel.git] / webcit-ng / static / js / login.js
index 6754e7447011d3445e15d4da49d5412c32ea892b..7f35b8ea39ef7d31bb8a97dc49e789ba6582f403 100644 (file)
@@ -16,7 +16,7 @@
 // If you want to change the look of the login dialog, this is where to change it.
 function display_login_screen(any_message) {
        document.getElementById("ctdl_big_modal").innerHTML =
-                 "<div class=\"w3-modal-content\">"
+                 "<div class=\"w3-modal-content w3-animate-zoom\">"
                + "<div class=\"w3-panel w3-border w3-border-blue w3-topbar w3-bottombar w3-leftbar w3-rightbar\"><center>"
                + "<p>FIXME put a login banner here, dummy</p>"
                + "<p>" + any_message + "</p>"