[freeside-commits] branch FREESIDE_3_BRANCH updated. 6c74a126fc01b982bf43403087803512b52f0a2a

Mark Wells mark at 420.am
Tue Oct 8 14:39:40 PDT 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  6c74a126fc01b982bf43403087803512b52f0a2a (commit)
      from  d01bd79b55066d5fb10e28d0a089964c414c4159 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6c74a126fc01b982bf43403087803512b52f0a2a
Author: Mark Wells <mark at freeside.biz>
Date:   Tue Oct 8 14:38:58 2013 -0700

    clarify edit link, #24723

diff --git a/httemplate/browse/invoice_conf.html b/httemplate/browse/invoice_conf.html
index c8fd1bf..050c789 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 {

-----------------------------------------------------------------------

Summary of changes:
 httemplate/browse/invoice_conf.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list