HTML Styleguide fixing.
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 5 May 2012 19:05:37 +0000 (21:05 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 5 May 2012 19:05:37 +0000 (21:05 +0200)
webcit/static/t/aide/display_logstatus.html

index 40a88ee308ea2f9550e2cb2a86aacb867fa515cf..5507ddd0e0d375266f742862fdbb96f800410689 100644 (file)
@@ -6,16 +6,19 @@
 </div>
 
 <div id="content" class="service">
-    <??("COND:AIDE", 1)>
-    <table border=0 cellspacing="2" cellpadding="2" width=94% class="altern"><tr><td colspan=2>
-
+  <??("COND:AIDE", 1)>
+  <form method="post" action="do_generic">
+    <table border="0" cellspacing="2" cellpadding="2" class="altern">
+      <tr><td colspan=2>
          <center><?_("This screen allows you to enable debug logging of components of the current citserver process. The setting is non-restart permanent. If you want it to be enabled permanently add it to the CITADEL_LOGDEBUG environment variable in your init script.")><br>
          </center>
        </td>
       </tr>
-           <form method="post" action="do_generic">
-           <?ITERATE("SERVCFG:LOGENABLE", ="aide_display_logstatus_line")>
-           </form>
+      <?ITERATE("SERVCFG:LOGENABLE", ="aide_display_logstatus_line")>
     </table>
-    <??("X", 1)>
+  </form>
+</div>
+
+</div>
+  <??("X", 1)>
 <?=("trailing")>