summaryrefslogtreecommitdiff
path: root/httemplate/browse
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-10-08 14:38:31 -0700
committerMark Wells <mark@freeside.biz>2013-10-08 14:38:31 -0700
commit744c7da5bad2de7b4e0f9f3d416e46e0671eb3ff (patch)
tree1e0fb488a7091e105a34f6e04fa7bf96d28667a3 /httemplate/browse
parent81ae0992cf8506c6a77485548ebde25eb946a9a9 (diff)
clarify edit link, #24723
Diffstat (limited to 'httemplate/browse')
-rw-r--r--httemplate/browse/invoice_conf.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/browse/invoice_conf.html b/httemplate/browse/invoice_conf.html
index c8fd1bffb..050c78923 100644
--- a/httemplate/browse/invoice_conf.html
+++ b/httemplate/browse/invoice_conf.html
@@ -19,7 +19,7 @@
$locale_label,
$overrides,
],
- 'align' => 'llcl',
+ 'align' => 'llcll',
'links' => [ '', '', $link ],
'disable_maxselect' => 1,
&>
@@ -55,7 +55,8 @@ my $agent = sub {
my $locale_label = sub {
my $l = $_[0]->locale;
- $l ? +{ FS::Locales->locale_info($l) }->{'label'} : '(default)';
+ ($l ? +{ FS::Locales->locale_info($l) }->{'label'} : 'default') .
+ '<br><font size="-1">('.mt('edit').')</font>'
};
my $overrides = sub {