summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui
diff options
context:
space:
mode:
authorSimon2011-04-19 16:44:04 +0200
committerSimon2011-04-19 16:44:04 +0200
commit5981ec79b50b9e73e23e17eaf24f84bafe91e6ac (patch)
treef465fee3312564a4c560facd922e56374d0eef66 /application/modules/fbgui
parentTicket #194 - Passwordsalt wird gesetzt und auch beachtet (diff)
downloadpbs2-5981ec79b50b9e73e23e17eaf24f84bafe91e6ac.tar.gz
pbs2-5981ec79b50b9e73e23e17eaf24f84bafe91e6ac.tar.xz
pbs2-5981ec79b50b9e73e23e17eaf24f84bafe91e6ac.zip
Ticket #215 - Shutdown Button hinzugefügt
Diffstat (limited to 'application/modules/fbgui')
-rw-r--r--application/modules/fbgui/layouts/rz.phtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/fbgui/layouts/rz.phtml b/application/modules/fbgui/layouts/rz.phtml
index 5945695..5c87c4b 100644
--- a/application/modules/fbgui/layouts/rz.phtml
+++ b/application/modules/fbgui/layouts/rz.phtml
@@ -72,6 +72,7 @@ function toggleKeyboard(onoff){
</div>
<div id="footer" class="footer flexbox flex">
+ <div style='float:left;padding-left:5px;'><button onclick='fbgui.shutDown();'>Shutdown</button></div>
<div style='padding:5px;'>
<a onclick="$('#debug .v1').toggle();$('#debug .v2').toggle();">display Debug</a> //
<i>last edit: <?php echo date("m\/Y",filectime('index.php'));?></i> //