]> git.mxchange.org Git - friendica.git/blobdiff - view/admin_logs.tpl
add a placeholder attribute on search-text; dispy fixes
[friendica.git] / view / admin_logs.tpl
index f2939a7ac368ee4ac3b562d3c2b5d1a395e0539b..b777cf420169d10529ac0bd5d44511c704af9f67 100644 (file)
@@ -2,6 +2,7 @@
        <h1>$title - $page</h1>
        
        <form action="$baseurl/admin/logs" method="post">
+    <input type='hidden' name='form_security_token' value='$form_security_token'>
 
        {{ inc field_checkbox.tpl with $field=$debugging }}{{ endinc }}
        {{ inc field_input.tpl with $field=$logfile }}{{ endinc }}
@@ -12,6 +13,7 @@
        </form>
        
        <h3>$logname</h3>
-       <iframe src='$baseurl/$logname' style="width:100%; height:400px"></iframe>
+       <div style="width:100%; height:400px; overflow: auto; "><pre>$data</pre></div>
+<!--   <iframe src='$baseurl/$logname' style="width:100%; height:400px"></iframe> -->
        <!-- <div class="submit"><input type="submit" name="page_logs_clear_log" value="$clear" /></div> -->
 </div>