mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 19:31:53 +02:00
update hook_prefs
This commit is contained in:
parent
3a5769473b
commit
2c3f92a9f1
@ -17,7 +17,7 @@
|
|||||||
$file = Array(
|
$file = Array(
|
||||||
'Preferences' => $GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.preferences'),
|
'Preferences' => $GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.preferences'),
|
||||||
'Grant Access' => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname),
|
'Grant Access' => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname),
|
||||||
'Edit Categories' => $GLOBALS['phpgw']->link('/preferences/categories.php','cats_app='.$appname . '&cats_level=True&global_cats=True')
|
'Edit Categories' => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='.$appname . '&cats_level=True&global_cats=True')
|
||||||
);
|
);
|
||||||
//Do not modify below this line
|
//Do not modify below this line
|
||||||
display_section($appname,$title,$file);
|
display_section($appname,$title,$file);
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
)
|
)
|
||||||
),
|
),
|
||||||
'Grant Access' => $GLOBALS['phpgw']->link('/preferences/acl_preferences.php','acl_app='.$appname),
|
'Grant Access' => $GLOBALS['phpgw']->link('/preferences/acl_preferences.php','acl_app='.$appname),
|
||||||
'Edit Categories' => $GLOBALS['phpgw']->link('/preferences/categories.php','cats_app='.$appname.'&global_cats=True')
|
'Edit Categories' => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='.$appname.'&cats_level=True&global_cats=True')
|
||||||
);
|
);
|
||||||
//Do not modify below this line
|
//Do not modify below this line
|
||||||
display_section($appname,$title,$file);
|
display_section($appname,$title,$file);
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<center>
|
<center>
|
||||||
<table border="0" cellspacing="0" cellpadding="0" width="80%">
|
<table border="0" cellspacing="0" cellpadding="0" width="80%">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3" width="80%" align="center" bgcolor="#c9c9c9"><b>{lang_app} {title_categories}: {user_name}<b/><</td>
|
<td colspan="3" width="80%" align="center" bgcolor="#c9c9c9"><b>{lang_app} {title_categories}: {user_name}<b/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3" align=left>
|
<td colspan="3" align=left>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user