summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f2cb1f8)
raw | patch | inline | side by side (parent: f2cb1f8)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Apr 2008 13:56:05 +0000 (13:56 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Apr 2008 13:56:05 +0000 (13:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10157 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/main.inc | patch | blob | history |
index b482e32480eae3410003720288964a9e0c685b41..5f1ff286606c5b816f3e45eaf4538f9449ebc23c 100644 (file)
}
/* Page header*/
if (session::is_set('objectinfo')){
- $display= print_header(get_template_path('images/fai.png'), _("Fully Automatic Installation"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
+ $display= print_header(get_template_path('images/fai.png'), _("Software deployment"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
} else {
- $display= print_header(get_template_path('images/fai.png'), _("Fully Automatic Installation"));
+ $display= print_header(get_template_path('images/fai.png'), _("Software deployment"));
}
$display.= $output;