Api explorer - tweak defaults
authorColeman Watts <coleman@civicrm.org>
Thu, 24 Apr 2014 04:54:27 +0000 (21:54 -0700)
committerColeman Watts <coleman@civicrm.org>
Thu, 24 Apr 2014 04:54:27 +0000 (21:54 -0700)
templates/CRM/Admin/Page/APIExplorer.tpl

index b2c25f24a162b7ec244fb4bdbbe2045b0c90cd9d..cf7f585e2432013c8b0b48496858ee416f9f8f06 100644 (file)
@@ -98,7 +98,7 @@
   &nbsp;&nbsp;
 
   <label for="debug-checkbox" title="{ts}Display debug output with results.{/ts}">
-    <input type="checkbox" class="crm-form-checkbox api-param-checkbox api-input" id="debug-checkbox" name="debug" checked="checked" value="1" >debug
+    <input type="checkbox" class="crm-form-checkbox api-param-checkbox api-input" id="debug-checkbox" name="debug" value="1" >debug
   </label>
   &nbsp;|&nbsp;
 
   <div id="api-generated-wraper">
     <table id="api-generated" border=1>
       <caption>{ts}Code{/ts}</caption>
-      <tr><td>Rest</td><td><pre class="prettyprint linenums" id="api-rest"></pre></td></tr>
+      <tr><td>Rest</td><td><pre class="prettyprint" id="api-rest"></pre></td></tr>
       <tr><td>Smarty</td><td><pre class="prettyprint linenums" id="api-smarty" title='smarty syntax (for get actions)'></pre></td></tr>
       <tr><td>Php</td><td><pre class="prettyprint linenums" id="api-php" title='php syntax'></pre></td></tr>
       <tr><td>Javascript</td><td><pre class="prettyprint linenums" id="api-json" title='javascript syntax'></pre></td></tr>