mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
fixes bug 417473
This commit is contained in:
parent
9d073903d2
commit
a754d88715
@ -29,7 +29,7 @@
|
||||
$phpgw->common->phpgw_header();
|
||||
echo parse_navbar();
|
||||
|
||||
$phpgw->template->set_var("message",lang("Are you sure you want to delete this application ?"));
|
||||
$phpgw->template->set_var("messages",lang("Are you sure you want to delete this application ?"));
|
||||
$phpgw->template->set_var("no",'<a href="' . $phpgw->link("/admin/applications.php")
|
||||
. '">' . lang("No") . '</a>');
|
||||
$phpgw->template->set_var("yes",'<a href="' . $phpgw->link("/admin/deleteapplication.php","app_name=" . urlencode($app_name) . "&confirm=True") . '">' . lang("Yes") . '</a>');
|
||||
|
Loading…
Reference in New Issue
Block a user