[freeside-commits] branch FREESIDE_4_BRANCH updated. 18d075b64500f471eda9c8fc4468476be6359b90

Ivan ivan at 420.am
Sun Jun 14 14:57:51 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  18d075b64500f471eda9c8fc4468476be6359b90 (commit)
      from  1a312443a6ec8e6e943b6e650246559fb8b8f178 (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 18d075b64500f471eda9c8fc4468476be6359b90
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Jun 14 14:57:50 2015 -0700

    UI spring cleaning: customer menu

diff --git a/httemplate/elements/quotations.html b/httemplate/elements/quotations.html
index 2af1016..0c4dcdc 100644
--- a/httemplate/elements/quotations.html
+++ b/httemplate/elements/quotations.html
@@ -1,7 +1,7 @@
 % if ( $curuser->access_right('Generate quotation') ) { 
 
   <FONT CLASS="fsinnerbox-title"><% mt( 'Quotations' ) |h %></FONT>
-  <A HREF="<%$p%>edit/quotation.html?<% $new_query %>">New quotation</A>
+  <A HREF="<%$p%>edit/quotation.html?<% $new_query %>">Create new quotation</A>
 
 % if ( @quotations ) {
     <& /elements/table-grid.html &>
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html
index 0ae154f..e85cc25 100644
--- a/httemplate/view/cust_main/menu.html
+++ b/httemplate/view/cust_main/menu.html
@@ -252,7 +252,7 @@ my @menu = (
       show  => 'quotations',
     },
     {
-      label => 'Add quotation',
+      label => 'Create new quotation',
       url   => "edit/quotation.html?custnum=$custnum",
       acl   => 'Generate quotation',
     },

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

Summary of changes:
 httemplate/elements/quotations.html |    2 +-
 httemplate/view/cust_main/menu.html |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list