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> </form>
<h3>{{$logname}}</h3> <h2>{{$phpheader}}</h2>
<div style="width:100%; height:400px; overflow: auto; "><pre>{{$data}}</pre></div> <div>
<!-- <iframe src='{{$baseurl}}/{{$logname}}' style="width:100%; height:400px"></iframe> --> <p>{{$phphint}}</p>
<!-- <div class="submit"><input type="submit" name="page_logs_clear_log" value="{{$clear}}" /></div> --> <pre>{{$phplogcode}}</pre>
</div>
</div> </div>