Browse Source

Merge branch 'main' into lang_de

lang_de
Stephan Richter 2 years ago
parent
commit
ec6ca7dad1
  1. 2
      pom.xml
  2. 1
      static/templates/admin.st
  3. 1
      static/templates/inspect.st
  4. 1
      static/templates/register.st
  5. 1
      static/templates/subscribe.st
  6. 1
      static/templates/unsubscribe.st

2
pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<groupId>org.example</groupId>
<artifactId>Widerhall</artifactId>
<version>0.2.37</version>
<version>0.2.38</version>
<build>
<plugins>
<plugin>

1
static/templates/admin.st

@ -13,5 +13,6 @@ @@ -13,5 +13,6 @@
«messages()»
«listadminlist()»
«userlist()»
«footer()»
</body>
</html>

1
static/templates/inspect.st

@ -64,6 +64,7 @@ @@ -64,6 +64,7 @@
</fieldset>
</form>
«listmembers()»
«footer()»
<script type="text/javascript">
loadListDetail('«data.list»');
</script>

1
static/templates/register.st

@ -33,5 +33,6 @@ @@ -33,5 +33,6 @@
<button type="submit">Neuen Nutzer speichern</button>
</fieldset>
</form>
«footer()»
</body>
</html>

1
static/templates/subscribe.st

@ -38,5 +38,6 @@ @@ -38,5 +38,6 @@
Wenn du kein Moderator werden willst, und auch keine Lust hast dir noch ein Passwort zu merken, vergib keines!
</fieldset>
</form>
«footer()»
</body>
</html>

1
static/templates/unsubscribe.st

@ -25,5 +25,6 @@ @@ -25,5 +25,6 @@
<button type="submit">Abbestellen</button>
</fieldset>
</form>
«footer()»
</body>
</html>
Loading…
Cancel
Save