From 554b10235621ba950f88822c5184ee5fe9826a69 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 1 Jun 2021 06:49:16 +0200 Subject: [PATCH] fix layout (still not perfect) --- views/bootstrap/class.SetRecipients.php | 36 ++++++++++++++++--------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/views/bootstrap/class.SetRecipients.php b/views/bootstrap/class.SetRecipients.php index f3083dab7..603576d54 100644 --- a/views/bootstrap/class.SetRecipients.php +++ b/views/bootstrap/class.SetRecipients.php @@ -66,13 +66,15 @@ class SeedDMS_View_SetRecipients extends SeedDMS_Theme_Style { } ?> +
+ + + contentContainerStart(); ?> - - -contentSubHeading(getMLText("update_recipients"));?> - -
:
+
+ +
+
+
-
:
+
+ +
+
+
-
:
+
+ +
+
+
-

- - -"> -

-
contentContainerEnd(); + $this->formSubmit(" ".getMLText('update')); +?> + +contentEnd(); $this->htmlEndPage(); } /* }}} */