summaryrefslogtreecommitdiff
path: root/httemplate/browse/msg_template.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-08-17 23:01:31 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-08-24 19:35:06 -0500
commit4ff211f203e8b99b12735de5ffd239f03425ea7f (patch)
treedfd854aeb70b2dcbf61ee7fd60d79e585849a92b /httemplate/browse/msg_template.html
parent64c20943b248398a194699fb0066b44b200b7405 (diff)
RT#18830: Upload file to message template
Diffstat (limited to 'httemplate/browse/msg_template.html')
-rw-r--r--httemplate/browse/msg_template.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/browse/msg_template.html b/httemplate/browse/msg_template.html
index ef0b2dafd..1646bc169 100644
--- a/httemplate/browse/msg_template.html
+++ b/httemplate/browse/msg_template.html
@@ -28,6 +28,7 @@ my @menubar = ();
if ( $curuser->access_right(['Edit templates', 'Edit global templates']) ) {
push @menubar, 'Add a new template' => $p.'edit/msg_template.html';
}
+push @menubar, 'View template images' => $p.'browse/template_image.html';
my $link = [ "${p}edit/msg_template.html?msgnum=", 'msgnum' ];
@@ -52,7 +53,7 @@ my $disable_link = sub {
action => $p.'misc/disable-msg_template.cgi?msgnum=' .
$template->msgnum .
($template->disabled ? ';enable=1' : ''),
- actionlabel => 'Disable lemplate',
+ actionlabel => 'Disable template',
);
};