Code

Updated images
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 13:00:39 +0000 (13:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 13:00:39 +0000 (13:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11850 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/images/hdd_linux_unmount.png [deleted file]
gosa-core/html/images/welcome.png [new file with mode: 0644]
gosa-core/plugins/generic/welcome/main.inc
gosa-core/setup/class_setupStep_Feedback.inc
gosa-core/setup/class_setupStep_Welcome.inc

diff --git a/gosa-core/html/images/hdd_linux_unmount.png b/gosa-core/html/images/hdd_linux_unmount.png
deleted file mode 100644 (file)
index fac7493..0000000
Binary files a/gosa-core/html/images/hdd_linux_unmount.png and /dev/null differ
diff --git a/gosa-core/html/images/welcome.png b/gosa-core/html/images/welcome.png
new file mode 100644 (file)
index 0000000..fac7493
Binary files /dev/null and b/gosa-core/html/images/welcome.png differ
index 1e5de61a9fedc8d2a01273bf8a239cfb9dc95cdb..c3652050387855f214bc5dce0092b296a8df8858 100644 (file)
@@ -23,7 +23,7 @@
 if (!$remove_lock){
        session::set('plugin_dir',dirname(__FILE__));
        $smarty->assign("iconmenu", $plist->show_iconmenu());
-       $smarty->assign("header", print_header(get_template_path('images/hdd_linux_unmount.png'), sprintf(_("Welcome %s!"), $ui->cn)));
+       $smarty->assign("header", print_header(get_template_path('images/welcome.png'), sprintf(_("Welcome %s!"), $ui->cn)));
        $smarty->assign("year", date("Y"));
        $smarty->assign("revision", get_gosa_version());
        $display= $smarty->fetch(get_template_path('welcome.tpl', TRUE));
index f1e9e1259016c91f6d721561e254057b6aa42df6..2395fd5908bf143e44893737210c8ac0e9f2773f 100644 (file)
@@ -23,7 +23,7 @@
 class Step_Feedback  extends setup_step
 {
   var $languages      = array();
-  var $header_image   = "images/welcome.png";
+  var $header_image   = "images/setup/welcome.png";
 
   var $organization       = "";
   var $eMail              = "";
index 082f22c3a53ef96d905c44b1b2932b4263a773a1..f5104f1a02e1705b57803ad9ad6ae7de0a0e77b8 100644 (file)
@@ -24,7 +24,7 @@ class Step_Welcome  extends setup_step
 {
   var $languages      = array();
   var $attributes     = array();
-  var $header_image   = "images/welcome.png";
+  var $header_image   = "images/setup/welcome.png";
 
   function Step_Welcome()
   {