From c65511298118910c0a972e460539728093fcb772 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 29 Mar 2022 21:15:02 +0200 Subject: [PATCH] minor small display optimizations/scrollers --- Theme/Backend/sales-item-profile.tpl.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Theme/Backend/sales-item-profile.tpl.php b/Theme/Backend/sales-item-profile.tpl.php index 7873d4d..735b887 100755 --- a/Theme/Backend/sales-item-profile.tpl.php +++ b/Theme/Backend/sales-item-profile.tpl.php @@ -161,6 +161,7 @@ echo $this->getData('nav')->render();
getHtml('Notes'); ?>
+
@@ -175,12 +176,14 @@ echo $this->getData('nav')->render();
printHtml($note->createdAt->format('Y-m-d')); ?>
+
getHtml('Documents'); ?>
+
@@ -197,6 +200,7 @@ echo $this->getData('nav')->render();
printHtml($file->createdAt->format('Y-m-d')); ?>
+
@@ -205,6 +209,7 @@ echo $this->getData('nav')->render();
getHtml('RecentInvoices'); ?>
+
@@ -227,6 +232,7 @@ echo $this->getData('nav')->render();
printHtml($invoice->createdAt->format('Y-m-d')); ?>
+