UI spring cleaning: customer menu
authorIvan Kohler <ivan@freeside.biz>
Sun, 14 Jun 2015 21:57:49 +0000 (14:57 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 14 Jun 2015 21:57:49 +0000 (14:57 -0700)
httemplate/elements/quotations.html
httemplate/view/cust_main/menu.html

index 2af1016..0c4dcdc 100644 (file)
@@ -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 &>
index 0ae154f..e85cc25 100644 (file)
@@ -252,7 +252,7 @@ my @menu = (
       show  => 'quotations',
     },
     {
-      label => 'Add quotation',
+      label => 'Create new quotation',
       url   => "edit/quotation.html?custnum=$custnum",
       acl   => 'Generate quotation',
     },