From 18d075b64500f471eda9c8fc4468476be6359b90 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 14 Jun 2015 14:57:50 -0700 Subject: [PATCH 1/1] UI spring cleaning: customer menu --- httemplate/elements/quotations.html | 2 +- httemplate/view/cust_main/menu.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/elements/quotations.html b/httemplate/elements/quotations.html index 2af101652..0c4dcdc38 100644 --- a/httemplate/elements/quotations.html +++ b/httemplate/elements/quotations.html @@ -1,7 +1,7 @@ % if ( $curuser->access_right('Generate quotation') ) { <% mt( 'Quotations' ) |h %> - New quotation + Create new quotation % if ( @quotations ) { <& /elements/table-grid.html &> diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index 0ae154f6d..e85cc2529 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', }, -- 2.20.1