diff options
author | Git <git@what.cd> | 2012-09-01 08:00:24 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2012-09-01 08:00:24 +0000 |
commit | b07b557f88c0e3f19c0c951f2ecd7708d9e8f66f (patch) | |
tree | 9debf1e8656179580acbb74be32e99ca4c8f4ec6 /classes/class_debug.php | |
parent | 14e7756f231b2517a4c2f5a28a80057dcc0a416e (diff) | |
download | Gazelle-b07b557f88c0e3f19c0c951f2ecd7708d9e8f66f.zip Gazelle-b07b557f88c0e3f19c0c951f2ecd7708d9e8f66f.tar.gz Gazelle-b07b557f88c0e3f19c0c951f2ecd7708d9e8f66f.tar.bz2 |
Empty commit
Diffstat (limited to 'classes/class_debug.php')
-rw-r--r-- | classes/class_debug.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/classes/class_debug.php b/classes/class_debug.php index 52548dc..be630ba 100644 --- a/classes/class_debug.php +++ b/classes/class_debug.php @@ -277,7 +277,7 @@ class DEBUG { $Includes = $this->get_includes(); } ?> - <table width="100%"> + <table class="layout" width="100%"> <tr> <td align="left"><strong><a href="#" onclick="$('#debug_include').toggle();return false;">(View)</a> <?=number_format(count($Includes))?> Includes:</strong></td> </tr> @@ -301,7 +301,7 @@ class DEBUG { $Classes = $this->get_classes(); } ?> - <table width="100%"> + <table class="layout" width="100%"> <tr> <td align="left"><strong><a href="#" onclick="$('#debug_classes').toggle();return false;">(View)</a> Classes:</strong></td> </tr> @@ -318,7 +318,7 @@ class DEBUG { public function extension_table() { ?> - <table width="100%"> + <table class="layout" width="100%"> <tr> <td align="left"><strong><a href="#" onclick="$('#debug_extensions').toggle();return false;">(View)</a> Extensions:</strong></td> </tr> @@ -341,7 +341,7 @@ class DEBUG { return; } ?> - <table width="100%"> + <table class="layout" width="100%"> <tr> <td align="left"><strong><a href="#" onclick="$('#debug_flags').toggle();return false;">(View)</a> Flags:</strong></td> </tr> @@ -368,7 +368,7 @@ class DEBUG { $Constants = $this->get_constants(); } ?> - <table width="100%"> + <table class="layout" width="100%"> <tr> <td align="left"><strong><a href="#" onclick="$('#debug_constants').toggle();return false;">(View)</a> Constants:</strong></td> </tr> @@ -396,7 +396,7 @@ class DEBUG { $Header = ' '.number_format(count($CacheKeys)).' '.$Header.':'; ?> - <table width="100%"> + <table class="layout" width="100%"> <tr> <td align="left"><strong><a href="#" onclick="$('#debug_cache').toggle();return false;">(View)</a><?=$Header?></strong></td> </tr> @@ -424,7 +424,7 @@ class DEBUG { return; } ?> - <table width="100%"> + <table class="layout" width="100%"> <tr> <td align="left"><strong><a href="#" onclick="$('#debug_error').toggle();return false;">(View)</a> <?=number_format(count($Errors))?> Errors:</strong></td> </tr> @@ -457,7 +457,7 @@ class DEBUG { } $Header = ' '.number_format(count($Queries)).' '.$Header.':'; ?> - <table width="100%"> + <table class="layout" width="100%"> <tr> <td align="left"><strong><a href="#" onclick="$('#debug_database').toggle();return false;">(View)</a><?=$Header?></strong></td> </tr> @@ -492,7 +492,7 @@ class DEBUG { } $Header = ' '.number_format(count($Queries)).' '.$Header.':'; ?> - <table width="100%"> + <table class="layout" width="100%"> <tr> <td align="left"><strong><a href="#" onclick="$('#debug_sphinx').toggle();return false;">(View)</a><?=$Header?></strong></td> </tr> @@ -524,7 +524,7 @@ class DEBUG { $Header = ' '.number_format(count($Vars)).' '.$Header.':'; ?> - <table width="100%"> + <table class="layout" width="100%"> <tr> <td align="left"><strong><a href="#" onclick="$('#debug_loggedvars').toggle();return false;">(View)</a><?=$Header?></strong></td> </tr> |