Merge branch 'master' of git.freeside.biz:/home/git/freeside
authorIvan Kohler <ivan@freeside.biz>
Wed, 9 Oct 2013 06:04:11 +0000 (23:04 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 9 Oct 2013 06:04:11 +0000 (23:04 -0700)
httemplate/browse/invoice_conf.html

index c8fd1bf..050c789 100644 (file)
@@ -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 {