From 744c7da5bad2de7b4e0f9f3d416e46e0671eb3ff Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 8 Oct 2013 14:38:31 -0700 Subject: [PATCH] clarify edit link, #24723 --- httemplate/browse/invoice_conf.html | 5 +++-- 1 file 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') . + '
('.mt('edit').')' }; my $overrides = sub { -- 2.11.0