diff options
| author | Simon | 2011-04-19 16:44:04 +0200 |
|---|---|---|
| committer | Simon | 2011-04-19 16:44:04 +0200 |
| commit | 5981ec79b50b9e73e23e17eaf24f84bafe91e6ac (patch) | |
| tree | f465fee3312564a4c560facd922e56374d0eef66 /application | |
| parent | Ticket #194 - Passwordsalt wird gesetzt und auch beachtet (diff) | |
| download | pbs2-5981ec79b50b9e73e23e17eaf24f84bafe91e6ac.tar.gz pbs2-5981ec79b50b9e73e23e17eaf24f84bafe91e6ac.tar.xz pbs2-5981ec79b50b9e73e23e17eaf24f84bafe91e6ac.zip | |
Ticket #215 - Shutdown Button hinzugefügt
Diffstat (limited to 'application')
| -rw-r--r-- | application/modules/fbgui/layouts/rz.phtml | 1 |
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> // |
