From: Ivan Kohler Date: Wed, 9 Oct 2013 06:04:11 +0000 (-0700) Subject: Merge branch 'master' of git.freeside.biz:/home/git/freeside X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ce89af6a65868fd0f5cde05ef866611aacad39aa;hp=fe4515eb37d76849dd08c62782d86bc7ba311dcd Merge branch 'master' of git.freeside.biz:/home/git/freeside --- 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 {