mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 19:39:26 +01:00
Pass appname back to submit, so that non-api configs will commit correctly
This commit is contained in:
parent
51dbe51788
commit
354c91ff90
@ -71,7 +71,7 @@
|
|||||||
echo parse_navbar();
|
echo parse_navbar();
|
||||||
|
|
||||||
$t->set_var('title',lang('Site Configuration'));
|
$t->set_var('title',lang('Site Configuration'));
|
||||||
$t->set_var('action_url',$phpgw->link('/admin/config.php'));
|
$t->set_var('action_url',$phpgw->link('/admin/config.php','appname=' . $appname));
|
||||||
$t->set_var('th_bg',$phpgw_info['theme']['th_bg']);
|
$t->set_var('th_bg',$phpgw_info['theme']['th_bg']);
|
||||||
$t->set_var('th_text',$phpgw_info['theme']['th_text']);
|
$t->set_var('th_text',$phpgw_info['theme']['th_text']);
|
||||||
$t->set_var('row_on',$phpgw_info['theme']['row_on']);
|
$t->set_var('row_on',$phpgw_info['theme']['row_on']);
|
||||||
|
Loading…
Reference in New Issue
Block a user