X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Finvoice_conf.html;h=050c78923f6363a34ff3e03294cb2ba88a985fa5;hp=c8fd1bffb003a14daa5c7d9f6e9f0d4458eeb18a;hb=833cfe5c9938d33c3e6b97ed610c25a7afa6eb04;hpb=eb3bd392a89b8b666dc512951e78913c05b98810 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 {