Add display of status

This commit is contained in:
Miles Lott 2001-03-17 21:45:10 +00:00
parent 6025d30d91
commit 33e1003670

View File

@ -42,7 +42,7 @@
$t->set_var("cancel_url",$phpgw->link("/addressbook/index.php"));
$t->set_var("navbar_bg",$phpgw_info["theme"]["navbar_bg"]);
$t->set_var("navbar_text",$phpgw_info["theme"]["navbar_text"]);
$t->set_var("export_text",lang("Export from Addressbook to CSV or LDIF"));
$t->set_var("export_text",lang("Export from Addressbook to CSV or LDIF - NOT WORKING YET"));
$t->set_var("action_url",$phpgw->link("/addressbook/export.php"));
$t->set_var("filename",lang("Export file name"));
$t->set_var("conv",$conv);