diff options
Diffstat (limited to 'view/de/logout.tpl')
-rw-r--r-- | view/de/logout.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/de/logout.tpl b/view/de/logout.tpl new file mode 100644 index 000000000..9a6c1d763 --- /dev/null +++ b/view/de/logout.tpl @@ -0,0 +1,6 @@ +<form action="" method="post" > +<div class="logout-wrapper"> +<input type="hidden" name="auth-params" value="logout" /> +<input type="submit" name="submit" id="logout-button" value="Logout" /> +</div> +</form> |