Added settings and messages to manage sending web inquiries to one or more email addresses specified via the web management interface.

This commit is contained in:
Wynne Crisman
2020-01-16 09:32:59 -08:00
parent 3b1c57e47e
commit 9d243850db
15 changed files with 364 additions and 30 deletions

36
imports/ui/Admin/Messages.import.styl vendored Normal file
View File

@@ -0,0 +1,36 @@
#messages
.emailContainer
width 100
position relative
.emailEditor
min-width 200px
width 100%
tr
> .email
width 300px
min-width 100px
> .message
width 50%
min-width 100px
max-width 200px
overflow hidden
text-overflow ellipsis
white-space nowrap
> .date
width 260px
min-width 260px
> .actions
width 80px
min-width 80px
.toggleHandled
color red
.toggleHandled.handled
color green
tr.fullMessage
display none
background-color #b8c1dc
font-weight 800
div
padding-left 20px
tr.fullMessage.display
display table-row