forked from extern/egroupware
Disable java for now
This commit is contained in:
parent
50be1bbeb5
commit
c6b541291b
@ -38,6 +38,7 @@
|
|||||||
global $phpgw_info;
|
global $phpgw_info;
|
||||||
if ($java) {
|
if ($java) {
|
||||||
$jselect = " onChange=\"this.form.submit();\"";
|
$jselect = " onChange=\"this.form.submit();\"";
|
||||||
|
$name='cat_id';
|
||||||
//$jsubopen = "<noscript>";
|
//$jsubopen = "<noscript>";
|
||||||
//$jsubclose = "</noscript>";
|
//$jsubclose = "</noscript>";
|
||||||
}
|
}
|
||||||
@ -263,7 +264,7 @@
|
|||||||
$cat_id = $fields["cat_id"];
|
$cat_id = $fields["cat_id"];
|
||||||
}
|
}
|
||||||
|
|
||||||
$cats_link = cat_option($cat_id,'ncat_id',True);
|
$cats_link = cat_option($cat_id,'ncat_id',True,False);
|
||||||
|
|
||||||
if ($access == 'private') {
|
if ($access == 'private') {
|
||||||
$access_check = ' checked';
|
$access_check = ' checked';
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
$t->set_var(cats,lang('Category'));
|
$t->set_var(cats,lang('Category'));
|
||||||
$t->set_var(cats_url,$phpgw->link("/addressbook/index.php",
|
$t->set_var(cats_url,$phpgw->link("/addressbook/index.php",
|
||||||
"sort=$sort&order=$order&filter=$filter&start=$start&query=$query&cat_id=$cat_id"));
|
"sort=$sort&order=$order&filter=$filter&start=$start&query=$query&cat_id=$cat_id"));
|
||||||
$t->set_var(cats_link,cat_option($cat_id,'cat_id'));
|
$t->set_var(cats_link,cat_option($cat_id,'cat_id',False,False));
|
||||||
$t->set_var(lang_cats,lang('Select'));
|
$t->set_var(lang_cats,lang('Select'));
|
||||||
$t->set_var("lang_addressbook",lang("Address book"));
|
$t->set_var("lang_addressbook",lang("Address book"));
|
||||||
$t->set_var("th_bg",$phpgw_info["theme"]["th_bg"]);
|
$t->set_var("th_bg",$phpgw_info["theme"]["th_bg"]);
|
||||||
|
Loading…
Reference in New Issue
Block a user