From 371a2ff7d29f50dde5ff23ca45188d0eac365481 Mon Sep 17 00:00:00 2001
From: Bharat Mediratta
Date: Sun, 8 Aug 2010 13:39:27 -0700
Subject: Adjust the vertical placement of the "Dang" message.
---
modules/gallery/views/error_admin.html.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'modules/gallery/views')
diff --git a/modules/gallery/views/error_admin.html.php b/modules/gallery/views/error_admin.html.php
index 512a0d88..28776e60 100644
--- a/modules/gallery/views/error_admin.html.php
+++ b/modules/gallery/views/error_admin.html.php
@@ -32,9 +32,9 @@
#framework_error .title {
position: relative;
- top: -3em;
+ top: -2.5em;
+ padding: 0px;
text-align: center;
- margin: 0 auto;
}
div#error_details {
--
cgit v1.2.3
From bd541342b9b56db00b8d24db1da43b9693e9849a Mon Sep 17 00:00:00 2001
From: Bharat Mediratta
Date: Sun, 8 Aug 2010 17:07:13 -0700
Subject: Add gallery stats in addition to platform stats.
---
modules/gallery/views/error_admin.html.php | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
(limited to 'modules/gallery/views')
diff --git a/modules/gallery/views/error_admin.html.php b/modules/gallery/views/error_admin.html.php
index 28776e60..f5004eae 100644
--- a/modules/gallery/views/error_admin.html.php
+++ b/modules/gallery/views/error_admin.html.php
@@ -116,7 +116,7 @@
padding-right: 1em;
}
- #g-platform h2 {
+ #g-platform h2, #g-stats h2 {
font-size: 1.1em;
}
@@ -174,8 +174,9 @@
of open
tickets to see if the problem you're seeing has been
reported. If you post a request, here's some useful
- information to include: @$block =
- gallery_block::get("platform_info"); @print $block; ?>
+ information to include:
+ = @gallery_block::get("platform_info") ?>
+ = @gallery_block::get("stats") ?>
--
cgit v1.2.3