diff --git a/src/messenger/webim/default.css b/src/messenger/webim/default.css
index e65f3292..0fb5ea1d 100644
--- a/src/messenger/webim/default.css
+++ b/src/messenger/webim/default.css
@@ -536,6 +536,34 @@ table.awaiting td.visitor {
border-bottom: 2px solid #2F7598;
}
+/* nice button */
+
+#confirmpane {
+ width:450px;
+ margin:0px auto 5px;
+ padding-top: 70px;
+}
+
+.nicebutton {
+ border: none;
+ float: left;
+ margin-left: 30px;
+}
+
+.submit a {
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ line-height: 35px;
+ color: #000000;
+ text-decoration: none;
+}
+
+.submit {
+ background: url(images/submitbg.gif) repeat-x;
+ vertical-align: top;
+}
+
+
/* thread log */
.logpane {
@@ -683,4 +711,3 @@ table.awaiting td.visitor {
color: #A1A1A1;
font-size: 11px;
}
-
diff --git a/src/messenger/webim/locales/en/properties b/src/messenger/webim/locales/en/properties
index c9b0bc51..d30c2f2f 100644
--- a/src/messenger/webim/locales/en/properties
+++ b/src/messenger/webim/locales/en/properties
@@ -73,7 +73,7 @@ clients.title=List of awaiting visitors
common.asterisk_explanation=* - mandatory fields
company.title=Web Messenger Community
confirm.take.head=Change operator
-confirm.take.message=Visitor {0} already assisted by {1}.
Are your really sure you wan't to start chatting the visitor?
+confirm.take.message=Visitor {0} already assisted by {1}.
Are your really sure you want to start chatting the visitor?
confirm.take.no=No, close the window
confirm.take.yes=Yes, I'm sure
content.blocked=Here you can defend from malicious visitors.
diff --git a/src/messenger/webim/view/confirm.php b/src/messenger/webim/view/confirm.php
index 9f4b8456..c24b9a4e 100644
--- a/src/messenger/webim/view/confirm.php
+++ b/src/messenger/webim/view/confirm.php
@@ -11,101 +11,45 @@
* Contributors:
* Evgeny Gryaznov - initial API and implementation
*/
+
+$page['title'] = getlocal("confirm.take.head");
+
+function tpl_content() { global $page, $webimroot;
?>
-
-
-
-
-
-
-
-
-
+ + +
+
- |
-