From 9352eb07632239046df48ea9ebf7ab98e95358bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 27 Jun 2008 23:00:00 +0000 Subject: [PATCH] More files found which have been updated --- devel/class_Debug.php | 2 +- templates/images/de/image/emergency_exit.itp | 8 ++++---- tests/ConfigTest.php | 2 +- tests/RegistryTest.php | 2 +- tests/RequestTest.php | 2 +- tests/Test.php | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/class_Debug.php b/devel/class_Debug.php index 7c9f4e8..a732cb8 100644 --- a/devel/class_Debug.php +++ b/devel/class_Debug.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * * This program is free software: you can redistribute it and/or modify diff --git a/templates/images/de/image/emergency_exit.itp b/templates/images/de/image/emergency_exit.itp index fbe870c..f8abcd6 100644 --- a/templates/images/de/image/emergency_exit.itp +++ b/templates/images/de/image/emergency_exit.itp @@ -5,7 +5,7 @@ $helper->setImageName("emergency_exit"); $helper->setBaseImage("base_image"); // Set image dimensions -$helper->setWidth(200); +$helper->setWidth(250); $helper->setHeight(100); // Background and foreground color @@ -14,19 +14,19 @@ $helper->setForegroundColorRedGreenBlue(0xFF, 0xFF, 0xFF); // Add header line $helper->addTextLine("header"); -$helper->setCoord(18, 10); +$helper->setCoord(48, 10); $helper->setFontSize(5); $helper->setImageString("Fehler-Code: {?code?}"); // Add info line $helper->addTextLine("info"); -$helper->setCoord(68, 40); +$helper->setCoord(108, 40); $helper->setFontSize(5); $helper->setImageString("Info:"); // Add extra line $helper->addTextLine("extra"); -$helper->setCoord(18, 70); +$helper->setCoord(10, 70); $helper->setFontSize(2); $helper->setImageString("{?extra?}"); diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index f8b1718..df0cc13 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.php @@ -29,7 +29,7 @@ print (basename(__FILE__).": Init completed.\n\n"); * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @see http://www.phpunit.de diff --git a/tests/RegistryTest.php b/tests/RegistryTest.php index f83c6d0..4e8bafe 100644 --- a/tests/RegistryTest.php +++ b/tests/RegistryTest.php @@ -29,7 +29,7 @@ print (basename(__FILE__).": Init completed.\n\n"); * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @see http://www.phpunit.de diff --git a/tests/RequestTest.php b/tests/RequestTest.php index a257260..d7e8653 100644 --- a/tests/RequestTest.php +++ b/tests/RequestTest.php @@ -30,7 +30,7 @@ print (basename(__FILE__).": Init completed.\n\n"); * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @see http://www.phpunit.de diff --git a/tests/Test.php b/tests/Test.php index 6f2ecd5..a3f8c65 100644 --- a/tests/Test.php +++ b/tests/Test.php @@ -30,7 +30,7 @@ die("You need to remove this line (".__LINE__.") and implement this test!\n"); * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @see http://www.phpunit.de -- 2.30.2