added PHP logging hint fields to the template

This commit is contained in:
Tobias Diekershoff 2015-12-27 08:21:14 +01:00
parent c1aa668fef
commit ddb17d36a2
1 changed files with 12 additions and 10 deletions

View File

@ -12,8 +12,10 @@
</form>
<h3>{{$logname}}</h3>
<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> -->
<h2>{{$phpheader}}</h2>
<div>
<p>{{$phphint}}</p>
<pre>{{$phplogcode}}</pre>
</div>
</div>