diff --git a/src/messenger/webim/install/whatsnew.txt b/src/messenger/webim/install/whatsnew.txt index 9a652941..5b16aaa7 100644 --- a/src/messenger/webim/install/whatsnew.txt +++ b/src/messenger/webim/install/whatsnew.txt @@ -9,6 +9,7 @@ [!] compatibility with the latest mod_security rules [+] performance options in settings: update intervals, operator online time threshold [+] information messages: visitor navigated to ... + [!] html code in templates, better appearance in Safari 1.6.1 ----- diff --git a/src/messenger/webim/styles/default/templates/chat.tpl b/src/messenger/webim/styles/default/templates/chat.tpl index 0728cde8..58441dc3 100644 --- a/src/messenger/webim/styles/default/templates/chat.tpl +++ b/src/messenger/webim/styles/default/templates/chat.tpl @@ -286,7 +286,7 @@ ${endif:canpost}${endif:agent} - ${msg:chat.window.poweredby} ${msg:chat.window.poweredreftext} + ${msg:chat.window.poweredby} openwebim.org ${if:canpost} diff --git a/src/messenger/webim/styles/default/templates/chatsimple.tpl b/src/messenger/webim/styles/default/templates/chatsimple.tpl index 82f61084..3a025d81 100644 --- a/src/messenger/webim/styles/default/templates/chatsimple.tpl +++ b/src/messenger/webim/styles/default/templates/chatsimple.tpl @@ -169,7 +169,7 @@ - ${msg:chat.window.poweredby} ${msg:chat.window.poweredreftext} + ${msg:chat.window.poweredby} openwebim.org diff --git a/src/messenger/webim/styles/default/templates/leavemessage.tpl b/src/messenger/webim/styles/default/templates/leavemessage.tpl index 0776a907..870e840c 100644 --- a/src/messenger/webim/styles/default/templates/leavemessage.tpl +++ b/src/messenger/webim/styles/default/templates/leavemessage.tpl @@ -90,7 +90,7 @@ - @@ -142,7 +150,6 @@ ${endif:showcaptcha}
+ ${if:errors} @@ -133,6 +133,14 @@ ${endif:showcaptcha}
+ + + + + +
+ ${msg:chat.window.poweredby} openwebim.org +
- diff --git a/src/messenger/webim/styles/default/templates/survey.tpl b/src/messenger/webim/styles/default/templates/survey.tpl index 9e5fee2f..1ba7048e 100644 --- a/src/messenger/webim/styles/default/templates/survey.tpl +++ b/src/messenger/webim/styles/default/templates/survey.tpl @@ -96,7 +96,7 @@ ${ifnot:showmessage} - + ${if:errors} @@ -114,7 +114,7 @@ ${if:groups} ${endif:groups} @@ -149,6 +149,14 @@ ${endif:showmessage}
${msg:presurvey.department} - +
+ + + + + +
+ ${msg:chat.window.poweredby} openwebim.org +
diff --git a/src/messenger/webim/styles/original/chat.css b/src/messenger/webim/styles/original/chat.css index c2ff8ba4..c934e164 100644 --- a/src/messenger/webim/styles/original/chat.css +++ b/src/messenger/webim/styles/original/chat.css @@ -153,17 +153,24 @@ textarea.message { margin-right: 5px; } -.username { +.field { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #383838; padding-left: 3px; } -input.username { +input.field { border: 1px solid #878787; } +textarea.field { + border: 0px; + margin: 0px; + padding: 0px 3px; + overflow: auto; +} + .answer { font-family: Arial, Helvetica, sans-serif; font-size: 11px; diff --git a/src/messenger/webim/styles/original/templates/chat.tpl b/src/messenger/webim/styles/original/templates/chat.tpl index e971eb10..67d4238f 100644 --- a/src/messenger/webim/styles/original/templates/chat.tpl +++ b/src/messenger/webim/styles/original/templates/chat.tpl @@ -135,7 +135,7 @@ ${if:user} - +
${msg:chat.client.name} >>
@@ -279,7 +279,7 @@ ${endif:canpost}${endif:agent} - ${msg:chat.window.poweredby} ${msg:chat.window.poweredreftext} + ${msg:chat.window.poweredby} openwebim.org ${if:canpost} diff --git a/src/messenger/webim/styles/original/templates/chatsimple.tpl b/src/messenger/webim/styles/original/templates/chatsimple.tpl index 291574e8..6cc94f0b 100644 --- a/src/messenger/webim/styles/original/templates/chatsimple.tpl +++ b/src/messenger/webim/styles/original/templates/chatsimple.tpl @@ -68,7 +68,7 @@ ${msg:chat.client.name} - + >> @@ -169,7 +169,7 @@ - ${msg:chat.window.poweredby} ${msg:chat.window.poweredreftext} + ${msg:chat.window.poweredby} openwebim.org diff --git a/src/messenger/webim/styles/original/templates/leavemessage.tpl b/src/messenger/webim/styles/original/templates/leavemessage.tpl index 03e4230b..e6cd559d 100644 --- a/src/messenger/webim/styles/original/templates/leavemessage.tpl +++ b/src/messenger/webim/styles/original/templates/leavemessage.tpl @@ -66,20 +66,20 @@ ${endif:errors} - + - + ${if:showcaptcha} @@ -87,7 +87,7 @@ ${if:showcaptcha} - + ${endif:showcaptcha}
${msg:form.field.email}:
${msg:form.field.name}:
${msg:form.field.message}:
- +
@@ -115,7 +115,7 @@ ${endif:showcaptcha} - ${msg:chat.window.poweredby} ${msg:chat.window.poweredreftext} + ${msg:chat.window.poweredby} openwebim.org diff --git a/src/messenger/webim/styles/original/templates/mail.tpl b/src/messenger/webim/styles/original/templates/mail.tpl index a3a78825..22aa34b3 100644 --- a/src/messenger/webim/styles/original/templates/mail.tpl +++ b/src/messenger/webim/styles/original/templates/mail.tpl @@ -61,7 +61,7 @@ ${endif:errors} - +
${msg:mailthread.enter_email}
diff --git a/src/messenger/webim/styles/original/templates/survey.tpl b/src/messenger/webim/styles/original/templates/survey.tpl index 6df2760d..a9d6de94 100644 --- a/src/messenger/webim/styles/original/templates/survey.tpl +++ b/src/messenger/webim/styles/original/templates/survey.tpl @@ -75,7 +75,7 @@ ${if:groups} ${msg:presurvey.department} - + @@ -84,7 +84,7 @@ ${endif:groups} ${msg:presurvey.name} - + @@ -92,17 +92,17 @@ ${if:showemail} ${msg:presurvey.mail} - + ${endif:showemail} ${if:showmessage} - ${msg:presurvey.question}: + ${msg:presurvey.question}
- +
@@ -133,7 +133,7 @@ ${endif:showmessage} - ${msg:chat.window.poweredby} ${msg:chat.window.poweredreftext} + ${msg:chat.window.poweredby} openwebim.org diff --git a/src/messenger/webim/styles/simplicity/templates/chat.tpl b/src/messenger/webim/styles/simplicity/templates/chat.tpl index af72b6df..a5cee67e 100644 --- a/src/messenger/webim/styles/simplicity/templates/chat.tpl +++ b/src/messenger/webim/styles/simplicity/templates/chat.tpl @@ -148,7 +148,7 @@ var threadParams = { servl:"${webimroot}/thread.php",wroot:"${webimroot}",freque
diff --git a/src/messenger/webim/styles/simplicity/templates/chatsimple.tpl b/src/messenger/webim/styles/simplicity/templates/chatsimple.tpl index 7f375381..aa608f45 100644 --- a/src/messenger/webim/styles/simplicity/templates/chatsimple.tpl +++ b/src/messenger/webim/styles/simplicity/templates/chatsimple.tpl @@ -71,7 +71,7 @@ diff --git a/src/messenger/webim/styles/simplicity/templates/error.tpl b/src/messenger/webim/styles/simplicity/templates/error.tpl index 9f20abb6..7da7225b 100644 --- a/src/messenger/webim/styles/simplicity/templates/error.tpl +++ b/src/messenger/webim/styles/simplicity/templates/error.tpl @@ -38,7 +38,7 @@ diff --git a/src/messenger/webim/styles/simplicity/templates/leavemessage.tpl b/src/messenger/webim/styles/simplicity/templates/leavemessage.tpl index 88285854..ad7f941f 100644 --- a/src/messenger/webim/styles/simplicity/templates/leavemessage.tpl +++ b/src/messenger/webim/styles/simplicity/templates/leavemessage.tpl @@ -80,7 +80,7 @@ ${endif:showcaptcha} diff --git a/src/messenger/webim/styles/simplicity/templates/leavemessagesent.tpl b/src/messenger/webim/styles/simplicity/templates/leavemessagesent.tpl index febf4805..26a93bdd 100644 --- a/src/messenger/webim/styles/simplicity/templates/leavemessagesent.tpl +++ b/src/messenger/webim/styles/simplicity/templates/leavemessagesent.tpl @@ -38,7 +38,7 @@ diff --git a/src/messenger/webim/styles/simplicity/templates/mail.tpl b/src/messenger/webim/styles/simplicity/templates/mail.tpl index ebc8c80f..122a08fd 100644 --- a/src/messenger/webim/styles/simplicity/templates/mail.tpl +++ b/src/messenger/webim/styles/simplicity/templates/mail.tpl @@ -63,7 +63,7 @@ diff --git a/src/messenger/webim/styles/simplicity/templates/mailsent.tpl b/src/messenger/webim/styles/simplicity/templates/mailsent.tpl index d830b70b..46729ab4 100644 --- a/src/messenger/webim/styles/simplicity/templates/mailsent.tpl +++ b/src/messenger/webim/styles/simplicity/templates/mailsent.tpl @@ -38,7 +38,7 @@ diff --git a/src/messenger/webim/styles/simplicity/templates/nochat.tpl b/src/messenger/webim/styles/simplicity/templates/nochat.tpl index c71f53a3..ebbfaca1 100644 --- a/src/messenger/webim/styles/simplicity/templates/nochat.tpl +++ b/src/messenger/webim/styles/simplicity/templates/nochat.tpl @@ -34,7 +34,7 @@ diff --git a/src/messenger/webim/styles/simplicity/templates/redirect.tpl b/src/messenger/webim/styles/simplicity/templates/redirect.tpl index 3186fd33..b3b05092 100644 --- a/src/messenger/webim/styles/simplicity/templates/redirect.tpl +++ b/src/messenger/webim/styles/simplicity/templates/redirect.tpl @@ -57,7 +57,7 @@ diff --git a/src/messenger/webim/styles/simplicity/templates/redirected.tpl b/src/messenger/webim/styles/simplicity/templates/redirected.tpl index 8838a3c4..66cbccd2 100644 --- a/src/messenger/webim/styles/simplicity/templates/redirected.tpl +++ b/src/messenger/webim/styles/simplicity/templates/redirected.tpl @@ -38,7 +38,7 @@ diff --git a/src/messenger/webim/styles/simplicity/templates/survey.tpl b/src/messenger/webim/styles/simplicity/templates/survey.tpl index 4133697e..aabaf66f 100644 --- a/src/messenger/webim/styles/simplicity/templates/survey.tpl +++ b/src/messenger/webim/styles/simplicity/templates/survey.tpl @@ -44,7 +44,7 @@ ${if:groups} ${msg:presurvey.department} - + ${endif:groups} @@ -89,7 +89,7 @@