From 7ec3e70344150b2f62a40c33f5c8f947af883e36 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Thu, 12 Jul 2012 16:03:16 +0200 Subject: [PATCH] SMTP-Queue: add information about currently processed mails - wrap boxes around the parts of the page - add box with a WHOLIST filtered for SYS_SMTP_Send; Now we show a list of currently active outbound SMTP-Connections. --- webcit/static/t/view_mailq/footer.html | 5 +++++ webcit/static/t/view_mailq/header.html | 15 ++++++++++++++- webcit/static/t/who/active_smtpsessions.html | 5 +++++ webcit/static/t/who/activesmtpsessions_one.html | 8 ++++++++ webcit/static/t/who/box_list_static.html | 2 +- 5 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 webcit/static/t/who/active_smtpsessions.html create mode 100644 webcit/static/t/who/activesmtpsessions_one.html diff --git a/webcit/static/t/view_mailq/footer.html b/webcit/static/t/view_mailq/footer.html index d6c5574b5..af4612059 100644 --- a/webcit/static/t/view_mailq/footer.html +++ b/webcit/static/t/view_mailq/footer.html @@ -1,7 +1,12 @@ +



+ diff --git a/webcit/static/t/view_mailq/header.html b/webcit/static/t/view_mailq/header.html index 335ffe7d4..da327ea27 100644 --- a/webcit/static/t/view_mailq/header.html +++ b/webcit/static/t/view_mailq/header.html @@ -17,16 +17,29 @@ --> +  +
- +
+ +  + +
+ +
diff --git a/webcit/static/t/who/active_smtpsessions.html b/webcit/static/t/who/active_smtpsessions.html new file mode 100644 index 000000000..80920446d --- /dev/null +++ b/webcit/static/t/who/active_smtpsessions.html @@ -0,0 +1,5 @@ +
+ + +
+
diff --git a/webcit/static/t/who/activesmtpsessions_one.html b/webcit/static/t/who/activesmtpsessions_one.html new file mode 100644 index 000000000..8c5046a97 --- /dev/null +++ b/webcit/static/t/who/activesmtpsessions_one.html @@ -0,0 +1,8 @@ + + + + +
+ + + diff --git a/webcit/static/t/who/box_list_static.html b/webcit/static/t/who/box_list_static.html index d1f05deaf..be05a9e9f 100644 --- a/webcit/static/t/who/box_list_static.html +++ b/webcit/static/t/who/box_list_static.html @@ -7,7 +7,7 @@ - + -- 2.30.2