From: Roland Häder Date: Fri, 27 Jun 2008 23:00:00 +0000 (+0000) Subject: More files found which have been updated X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9352eb07632239046df48ea9ebf7ab98e95358bf;p=shipsimu.git More files found which have been updated --- 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