]> git.mxchange.org Git - friendica.git/commitdiff
moved viewing of friendica logs into a separate subpage, thus created a new template
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 27 Dec 2015 07:22:30 +0000 (08:22 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 15 Jan 2016 17:19:21 +0000 (18:19 +0100)
view/templates/admin_viewlogs.tpl [new file with mode: 0644]

diff --git a/view/templates/admin_viewlogs.tpl b/view/templates/admin_viewlogs.tpl
new file mode 100644 (file)
index 0000000..c80264c
--- /dev/null
@@ -0,0 +1,6 @@
+<div id='adminpage'>
+       <h1>{{$title}} - {{$page}}</h1>
+       
+       <h3>{{$logname}}</h3>
+       <div style="width:100%; height:400px; overflow: auto; "><pre>{{$data}}</pre></div>
+</div>