diff --git a/proxy/error.php b/proxy/error.php index 78a7ce6..879ae32 100644 --- a/proxy/error.php +++ b/proxy/error.php @@ -11,6 +11,7 @@ require_once "config.php"; require_once "proxy.php"; $error = "Please do not divide by zero."; //TODO: remove this and call the page properly +$display_version = FALSE; //TODO: " ?> @@ -52,10 +53,9 @@ $error = "Please do not divide by zero."; //TODO: remove this and call the page #info { padding-top: 20px; - } - - #version { - padding-left: 2px; + vertical-align: top; + text-align: center; + width: 462px; } .bs-callout { @@ -119,8 +119,10 @@ $error = "Please do not divide by zero."; //TODO: remove this and call the page
- SYSTOPIA Organisationsberatung -

CiviProxy Version

+ SYSTOPIA Organisationsberatung + +

CiviProxy Version

+
diff --git a/proxy/index.php b/proxy/index.php index 6227523..99aac85 100644 --- a/proxy/index.php +++ b/proxy/index.php @@ -31,7 +31,7 @@ require_once "proxy.php"; .center { margin-left: auto; margin-right: auto; - width: 300px; + width: 970px; } p { @@ -41,17 +41,17 @@ require_once "proxy.php"; #info { padding-top: 20px; + vertical-align: top; + text-align: center; + width: 462px; } - - #version { - padding-left: 2px; - } +
- SYSTOPIA Organisationsberatung + SYSTOPIA Organisationsberatung

CiviProxy Version

diff --git a/proxy/static/images/proxy-logo.png b/proxy/static/images/proxy-logo.png new file mode 100644 index 0000000..a17e747 Binary files /dev/null and b/proxy/static/images/proxy-logo.png differ