From 44aa9d70164bdb45729bb4e75890232e2dca57f0 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 12 Feb 2021 18:01:52 +0100 Subject: [PATCH] impl. more static translations --- Theme/Backend/client-profile.tpl.php | 70 ++++++++++++++-------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/Theme/Backend/client-profile.tpl.php b/Theme/Backend/client-profile.tpl.php index 36681e2..22dab10 100644 --- a/Theme/Backend/client-profile.tpl.php +++ b/Theme/Backend/client-profile.tpl.php @@ -42,16 +42,16 @@ echo $this->getData('nav')->render();
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • @@ -81,7 +81,7 @@ echo $this->getData('nav')->render();
    -
    Contact
    +
    getHtml('Contact'); ?>
    @@ -131,13 +131,13 @@ echo $this->getData('nav')->render();
    -
    YTD Sales: +
    getHtml('YTDSales'); ?>: -
    MTD Sales: +
    getHtml('MTDSales'); ?>: -
    CLV: +
    getHtml('CLV'); ?>: -
    MRR: +
    getHtml('MRR'); ?>:
    @@ -148,13 +148,13 @@ echo $this->getData('nav')->render();
    -
    Last Contact: +
    getHtml('LastContact'); ?>: -
    Last Order: +
    getHtml('LastOrder'); ?>: -
    Created: +
    getHtml('Created'); ?>: -
    Modified: +
    getHtml('Modified'); ?>:
    @@ -165,13 +165,13 @@ echo $this->getData('nav')->render();
    -
    DSO: +
    getHtml('DSO'); ?>: -
    Due: +
    getHtml('Due'); ?>: -
    Balance: +
    getHtml('Balance'); ?>: -
    Credit Rating: +
    getHtml('CreditRating'); ?>:
    @@ -182,14 +182,14 @@ echo $this->getData('nav')->render();
    -
    Notes
    +
    getHtml('Notes'); ?>
    -
    Documents
    +
    getHtml('Documents'); ?>
    @@ -198,14 +198,14 @@ echo $this->getData('nav')->render();
    -
    Recent Invoices
    +
    getHtml('RecentInvoices'); ?>
    - getId()); @@ -224,14 +224,14 @@ echo $this->getData('nav')->render();
    -
    Segments
    +
    getHtml('Segments'); ?>
    -
    Sales
    +
    getHtml('Sales'); ?>
    render(); ], "datasets": [ { - "label": "Margin", + "label": "getHtml('Margin'); ?>", "type": "line", "data": [ getData('nav')->render(); "backgroundColor": "rgb(255, 99, 132)" }, { - "label": "Sales", + "label": "getHtml('Sales'); ?>", "type": "bar", "data": [ getData('nav')->render(); "position": "right", "scaleLabel": { "display": true, - "labelString": "Margin %" + "labelString": "getHtml('Margin'); ?> %" }, "gridLines": { "display": false
    Number - Name - Net - Date + getHtml('Number'); ?> + getHtml('Name'); ?> + getHtml('Net'); ?> + getHtml('Date'); ?>