liquid_feedback_frontend
diff app/main/_layout/default.html @ 868:2aa8c9f925f4
Made debug trace configurable and disabled it by default
author | bsw |
---|---|
date | Fri Aug 17 20:40:51 2012 +0200 (2012-08-17) |
parents | 95f214d91956 |
children | b865f87ea810 |
line diff
1.1 --- a/app/main/_layout/default.html Fri Aug 17 20:32:22 2012 +0200 1.2 +++ b/app/main/_layout/default.html Fri Aug 17 20:40:51 2012 +0200 1.3 @@ -50,15 +50,13 @@ 1.4 <div class="footer" id="footer"> 1.5 <!-- WEBMCP SLOT footer --> 1.6 </div> 1.7 - <div class="layout_trace" id="layout_trace" style="xdisplay: none"> 1.8 - <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div> 1.9 - <div id="trace_content" style="display: none;"> 1.10 - <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt> 1.11 - <div id="trace"> </div><hr /> 1.12 - <!-- WEBMCP SLOT trace --> 1.13 - <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';"> 1.14 - close 1.15 - </div> 1.16 + <!-- WEBMCP SLOT trace_button --> 1.17 + <div id="trace_content" style="display: none;"> 1.18 + <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt> 1.19 + <div id="trace"> </div><hr /> 1.20 + <!-- WEBMCP SLOT trace --> 1.21 + <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';"> 1.22 + close 1.23 </div> 1.24 </div> 1.25 <script type="text/javascript">