Merge branch 'main' into lang_de

This commit is contained in:
2022-04-20 10:12:50 +02:00
21 changed files with 614 additions and 302 deletions

View File

@@ -6,11 +6,28 @@
<script src="js"></script>
<link rel="stylesheet" href="css" />
</head>
<body id="login">
<body>
«navigation()»
«userinfo()»
«messages()»
<h1>Widerhall '«data.list»'-Details</h1>
«listmembers()»
<form method="POST">
<fieldset>
<legend>Options for «data.list»</legend>
<label>
<input type="checkbox" name="forward_from">
Forward using original sender
</label>
<label>
<input type="checkbox" name="forward_attached">
Append original message as attachment
</label>
<button type="submit">Save</button>
</fieldset>
</form>
<script type="text/javascript">
loadListDetail('«data.list»');
</script>
</body>
</html>