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 @@
<groupId>org.example</groupId> <groupId>org.example</groupId>
<artifactId>Widerhall</artifactId> <artifactId>Widerhall</artifactId>
<version>0.2.37</version> <version>0.2.38</version>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

1
static/templates/admin.st

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

1
static/templates/inspect.st

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

1
static/templates/register.st

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

1
static/templates/subscribe.st

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

1
static/templates/unsubscribe.st

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