diff options
| author | Mark Wells <mark@freeside.biz> | 2015-08-29 21:27:20 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2015-08-30 17:49:15 -0700 |
| commit | eda12d4d82a25ba333fb4e822aef9704b3ae938a (patch) | |
| tree | 59667c2f81f3478fa1c5a49299cff9579520ed88 /httemplate/elements | |
| parent | 2d8749c581dce1c2564487b87425b60cbb37a690 (diff) | |
#21564: user interface for REST client
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index a5fb15bc2..55645cf31 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -767,7 +767,7 @@ tie my %config_nms, 'Tie::IxHash', ; tie my %config_misc, 'Tie::IxHash'; -$config_misc{'Message templates'} = [ $fsurl.'browse/msg_template.html', 'Templates for customer notices' ] +$config_misc{'Message templates'} = [ $fsurl.'browse/msg_template/email.html', 'Templates for customer notices' ] if $curuser->access_right(['View templates', 'View global templates', 'Edit templates', 'Edit global templates', ]); $config_misc{'Advertising sources'} = [ $fsurl.'browse/part_referral.html', 'Where a customer heard about your service.' ] |
