changeset 52:c3fabb21b6c4

multi email
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 03 Mar 2025 12:29:06 -0700
parents 38c209714df9
children 9298b04607ae
files src/account.html.luan
diffstat 1 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
diff -r 38c209714df9 -r c3fabb21b6c4 src/account.html.luan
--- a/src/account.html.luan	Mon Mar 03 12:13:40 2025 -0700
+++ b/src/account.html.luan	Mon Mar 03 12:29:06 2025 -0700
@@ -120,14 +120,17 @@
 			h1 {
 				text-align: center;
 			}
-			input[name=username],
+			input[name] {
+				max-width: 100%;
+			}
+			input[name=username] {
+				width: 300px;
+			}
 			input[name=notify_email] {
-				width: 300px;
-				max-width: 100%;
+				width: 500px;
 			}
 			input[name=voice] {
 				width: 500px;
-				max-width: 100%;
 			}
 			span[note] {
 				font-size: small;
@@ -164,8 +167,8 @@
 			<form action="javascript:saveNotify()">
 				<p>
 					<label>Send notifications to</label><br> 
-					<input type=email name=notify_email><br>
-					<span note>Leave blank for no notifications</span>
+					<input type=email multiple name=notify_email><br>
+					<span note>Leave blank for no notifications.  Use <a href="https://pushover.net/">Pushover</a> for app notification.</span>
 				</p>
 				<p>
 					<label clickable>