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}