Some prefs dialog changes

This commit is contained in:
Miles Lott 2001-03-25 08:31:02 +00:00
parent 3ca4825e4f
commit 390d9f0362
3 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,7 @@
$t->set_var('font',$font);
$t->set_var('user_name',$phpgw_info["user"]["fullname"]);
$t->set_var('doneurl',$phpgw->link('/addressbook/categories.php'));
$t->set_var('title_categories',lang('Add category for'));
$t->set_var('actionurl',$phpgw->link('/addressbook/addcategory.php'));
$t->set_var('hidden_vars','<input type="hidden" name="cat_id" value="' . $cat_id . '">');
@ -56,6 +57,7 @@
$t->set_var('cat_description',$cat_description);
$t->set_var('lang_add',lang('Add'));
$t->set_var('lang_reset',lang('Clear Form'));
$t->set_var('lang_done',lang('Done'));
$t->set_var('edithandle','');
$t->set_var('addhandle','');
$t->pparse('out','form');

View File

@ -42,6 +42,8 @@
$t->set_var('lang_add',lang('Add'));
$t->set_var('lang_search',lang('Search'));
$t->set_var('actionurl',$phpgw->link("/addressbook/categories.php"));
$t->set_var('lang_done',lang('Done'));
$t->set_var('doneurl',$phpgw->link('/preferences/'));
if (! $start) { $start = 0; }

View File

@ -50,6 +50,7 @@
$t->set_var('user_name',$phpgw_info["user"]["fullname"]);
$t->set_var('title_categories',lang('Edit category for'));
$t->set_var('lang_action',lang('Edit category'));
$t->set_var('doneurl',$phpgw->link('/addressbook/categories.php'));
$t->set_var('actionurl',$phpgw->link('/addressbook/editcategory.php'));
$t->set_var('deleteurl',$phpgw->link('/addressbook/deletecategory.php'));
$hidden_vars = "<input type=\"hidden\" name=\"cat_id\" value=\"$cat_id\">\n";
@ -64,6 +65,7 @@
$t->set_var('lang_edit',lang('Edit'));
$t->set_var('lang_delete',lang('Delete'));
$t->set_var('lang_done',lang('Done'));
$t->set_var('edithandle','');
$t->set_var('addhandle','');