summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0e6583b)
raw | patch | inline | side by side (parent: 0e6583b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Jul 2008 13:00:39 +0000 (13:00 +0000) | ||
committer | hickert <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] | patch | blob | history |
gosa-core/html/images/welcome.png | [new file with mode: 0644] | patch | blob |
gosa-core/plugins/generic/welcome/main.inc | patch | blob | history | |
gosa-core/setup/class_setupStep_Feedback.inc | patch | blob | history | |
gosa-core/setup/class_setupStep_Welcome.inc | patch | blob | history |
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
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 0000000..fac7493
Binary files /dev/null and b/gosa-core/html/images/welcome.png differ
diff --git a/gosa-core/plugins/generic/welcome/main.inc b/gosa-core/plugins/generic/welcome/main.inc
index 1e5de61a9fedc8d2a01273bf8a239cfb9dc95cdb..c3652050387855f214bc5dce0092b296a8df8858 100644 (file)
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));
diff --git a/gosa-core/setup/class_setupStep_Feedback.inc b/gosa-core/setup/class_setupStep_Feedback.inc
index f1e9e1259016c91f6d721561e254057b6aa42df6..2395fd5908bf143e44893737210c8ac0e9f2773f 100644 (file)
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 = "";
diff --git a/gosa-core/setup/class_setupStep_Welcome.inc b/gosa-core/setup/class_setupStep_Welcome.inc
index 082f22c3a53ef96d905c44b1b2932b4263a773a1..f5104f1a02e1705b57803ad9ad6ae7de0a0e77b8 100644 (file)
{
var $languages = array();
var $attributes = array();
- var $header_image = "images/welcome.png";
+ var $header_image = "images/setup/welcome.png";
function Step_Welcome()
{