From 9dc3d1d44b3aa1501d5cff70cb730175d3f3a597 Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Sun, 16 Aug 2026 23:41:42 +0200 Subject: [PATCH] Ersetze Sperr-Dropdown durch paginierte Schlossliste --- template/album_shares_admin.tpl | 64 ++++++++++++++++++++++++--------- 1 file changed, 48 insertions(+), 16 deletions(-) diff --git a/template/album_shares_admin.tpl b/template/album_shares_admin.tpl index 03d9615..13a593f 100644 --- a/template/album_shares_admin.tpl +++ b/template/album_shares_admin.tpl @@ -4,23 +4,55 @@
-

Album sperren

-

Ein öffentliches Album mit einem Klick auf privat stellen. Dein eigener Benutzer erhält dabei automatisch Zugriff.

-
- -
- - + + {if $album.status == 'private'} + + {else} + + {/if} + + + {/foreach} - -
-
- -
- + + + + {if $BRATONIEN_ALBUM_LOCK_PAGE.pages > 1} +
+
+ {if $BRATONIEN_ALBUM_LOCK_PAGE.has_previous} + Zurück + {/if} +
+ Seite {$BRATONIEN_ALBUM_LOCK_PAGE.page} von {$BRATONIEN_ALBUM_LOCK_PAGE.pages} +
+ {if $BRATONIEN_ALBUM_LOCK_PAGE.has_next} + Weiter + {/if} +
+
+ {/if} + {/if}