Version Notes
- minor bugfix
- an option to save manually customized button code was added
Download this release
Release Info
| Developer | Quality Unit, LLC |
| Extension | Liveagent |
| Version | 3.0.2 |
| Comparing to | |
| See all releases | |
Code changes from version 3.0.1 to 3.0.2
app/code/local/Qualityunit/Liveagent/Model/Settings.php
CHANGED
|
@@ -18,7 +18,7 @@ class Qualityunit_Liveagent_Model_Settings extends Mage_Core_Model_Abstract {
|
|
| 18 |
}
|
| 19 |
|
| 20 |
$customer = $customerSession->getCustomer();
|
| 21 |
-
|
| 22 |
if (($customer->getFirstname() != null) && ($customer->getFirstname() != '')) {
|
| 23 |
|
| 24 |
$htmlCode = str_replace('%%firstName%%', "LiveAgent.addUserDetail('firstName', '" . $customer->getFirstname() . "');\n", $htmlCode);
|
|
@@ -41,12 +41,17 @@ class Qualityunit_Liveagent_Model_Settings extends Mage_Core_Model_Abstract {
|
|
| 41 |
$htmlCode = str_replace('%%email%%', '', $htmlCode);
|
| 42 |
}
|
| 43 |
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
return $htmlCode;
|
| 51 |
}
|
| 52 |
|
| 18 |
}
|
| 19 |
|
| 20 |
$customer = $customerSession->getCustomer();
|
| 21 |
+
|
| 22 |
if (($customer->getFirstname() != null) && ($customer->getFirstname() != '')) {
|
| 23 |
|
| 24 |
$htmlCode = str_replace('%%firstName%%', "LiveAgent.addUserDetail('firstName', '" . $customer->getFirstname() . "');\n", $htmlCode);
|
| 41 |
$htmlCode = str_replace('%%email%%', '', $htmlCode);
|
| 42 |
}
|
| 43 |
|
| 44 |
+
try {
|
| 45 |
+
if (($customer->getPrimaryBillingAddress()->getTelephone() != null) && ($customer->getPrimaryBillingAddress()->getTelephone() != '')) {
|
| 46 |
+
$htmlCode = str_replace('%%phone%%', "LiveAgent.addUserDetail('phone', '" . $customer->getPrimaryBillingAddress()->getTelephone() . "');\n", $htmlCode);
|
| 47 |
+
}
|
| 48 |
+
else {
|
| 49 |
+
$htmlCode = str_replace('%%phone%%', '', $htmlCode);
|
| 50 |
+
}
|
| 51 |
+
}
|
| 52 |
+
catch (Exception $e) {
|
| 53 |
+
$htmlCode = str_replace('%%phone%%', '', $htmlCode);
|
| 54 |
+
}
|
| 55 |
return $htmlCode;
|
| 56 |
}
|
| 57 |
|
package.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Liveagent</name>
|
| 4 |
-
<version>3.0.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</license>
|
| 7 |
<channel>community</channel>
|
|
@@ -9,11 +9,12 @@
|
|
| 9 |
<summary>LiveAgent plugin integrates well known help desk and live chat software into any Magento installation. No HTML knowledge is required.</summary>
|
| 10 |
<description>Magento-LiveAgent plugin integrates full featured help desk and live chat software Live Agent into any Magento installation.
|
| 11 |
Start by entering your existing account details or easily create one and then just choose which button you want to use for you shop. You are done in few clicks!</description>
|
| 12 |
-
<notes
|
|
|
|
| 13 |
<authors><author><name>Quality Unit, LLC</name><user>support</user><email>support@qualityunit.com</email></author></authors>
|
| 14 |
-
<date>2015-
|
| 15 |
-
<time>11:
|
| 16 |
-
<contents><target name="magelocal"><dir name="Qualityunit"><dir name="Liveagent"><dir name="Block"><file name="AccountConnect.php" hash="8e1d5a6f83b283c440fccaf7c60c3c10"/><file name="Base.php" hash="86155f5e3264655ceb130dab28c405b6"/><file name="Buttoncode.php" hash="5a7c60199f39ac77d7ccfb2bec3ce2a7"/><file name="Signup.php" hash="4b5c66377a62f53696866964a386cef5"/></dir><dir name="Exception"><file name="Base.php" hash="c54d68353f3f7d765baac10f8900af16"/><file name="ConnectFailed.php" hash="af790857c2ee9972eb1dd0df6b90de68"/><file name="ConnectProblem.php" hash="dd2df3be3af51a621b7ec9df1fd5f8fb"/><file name="SignupFailed.php" hash="88fadc5990ec7a6fce5e1feb8c931ffa"/></dir><dir name="Helper"><file name="Account.php" hash="f4b560d1baff04f76f3fb03051e030f8"/><file name="Connect.php" hash="ff7d4707a8897ffc7c9f720fa7ff9f20"/><file name="Data.php" hash="9bd5c406141e8b7e62d725815bde5d2e"/><file name="Settings.php" hash="0ccc392ed93d70a39608b49e66dd993a"/></dir><dir name="Model"><file name="Buttons.php" hash="3c8e6136df4111c3100919b107ba6726"/><file name="Liveagent.php" hash="2c08986c55f107c7398c8f4e7ba99737"/><dir name="Mysql4"><dir name="Buttons"><file name="Collection.php" hash="64edb5ecfc9b1511ae155f347e9a0e6b"/></dir><file name="Buttons.php" hash="5c2fd7184c1bb88b381ef8440bfe1e4f"/><dir name="Liveagent"><file name="Collection.php" hash="29675fde5a317fdf980a549f40502b8e"/></dir><file name="Liveagent.php" hash="559e305b52289e79f9038aea53a85a48"/><dir name="Settings"><file name="Collection.php" hash="d9dfc6b2abadf95ad6dbdee9f52f9c28"/></dir><file name="Settings.php" hash="cdded3171b84b02ed4ad360dd3cb7b71"/></dir><file name="Settings.php" hash="
|
| 17 |
<compatible/>
|
| 18 |
<dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php><extension><name>curl</name><min></min><max></max></extension></required></dependencies>
|
| 19 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Liveagent</name>
|
| 4 |
+
<version>3.0.2</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</license>
|
| 7 |
<channel>community</channel>
|
| 9 |
<summary>LiveAgent plugin integrates well known help desk and live chat software into any Magento installation. No HTML knowledge is required.</summary>
|
| 10 |
<description>Magento-LiveAgent plugin integrates full featured help desk and live chat software Live Agent into any Magento installation.
|
| 11 |
Start by entering your existing account details or easily create one and then just choose which button you want to use for you shop. You are done in few clicks!</description>
|
| 12 |
+
<notes>- minor bugfix
|
| 13 |
+
- an option to save manually customized button code was added</notes>
|
| 14 |
<authors><author><name>Quality Unit, LLC</name><user>support</user><email>support@qualityunit.com</email></author></authors>
|
| 15 |
+
<date>2015-11-04</date>
|
| 16 |
+
<time>11:40:25</time>
|
| 17 |
+
<contents><target name="magelocal"><dir name="Qualityunit"><dir name="Liveagent"><dir name="Block"><file name="AccountConnect.php" hash="8e1d5a6f83b283c440fccaf7c60c3c10"/><file name="Base.php" hash="86155f5e3264655ceb130dab28c405b6"/><file name="Buttoncode.php" hash="5a7c60199f39ac77d7ccfb2bec3ce2a7"/><file name="Signup.php" hash="4b5c66377a62f53696866964a386cef5"/></dir><dir name="Exception"><file name="Base.php" hash="c54d68353f3f7d765baac10f8900af16"/><file name="ConnectFailed.php" hash="af790857c2ee9972eb1dd0df6b90de68"/><file name="ConnectProblem.php" hash="dd2df3be3af51a621b7ec9df1fd5f8fb"/><file name="SignupFailed.php" hash="88fadc5990ec7a6fce5e1feb8c931ffa"/></dir><dir name="Helper"><file name="Account.php" hash="f4b560d1baff04f76f3fb03051e030f8"/><file name="Connect.php" hash="ff7d4707a8897ffc7c9f720fa7ff9f20"/><file name="Data.php" hash="9bd5c406141e8b7e62d725815bde5d2e"/><file name="Settings.php" hash="0ccc392ed93d70a39608b49e66dd993a"/></dir><dir name="Model"><file name="Buttons.php" hash="3c8e6136df4111c3100919b107ba6726"/><file name="Liveagent.php" hash="2c08986c55f107c7398c8f4e7ba99737"/><dir name="Mysql4"><dir name="Buttons"><file name="Collection.php" hash="64edb5ecfc9b1511ae155f347e9a0e6b"/></dir><file name="Buttons.php" hash="5c2fd7184c1bb88b381ef8440bfe1e4f"/><dir name="Liveagent"><file name="Collection.php" hash="29675fde5a317fdf980a549f40502b8e"/></dir><file name="Liveagent.php" hash="559e305b52289e79f9038aea53a85a48"/><dir name="Settings"><file name="Collection.php" hash="d9dfc6b2abadf95ad6dbdee9f52f9c28"/></dir><file name="Settings.php" hash="cdded3171b84b02ed4ad360dd3cb7b71"/></dir><file name="Settings.php" hash="20c34274153207f0c1ff0eb7745fa751"/><file name="Status.php" hash="4e2f42f52c7cdc51388ce9dee5d2f85a"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="LiveagentController.php" hash="06fd82a6e114265b876d9d3852c031cf"/></dir><file name="IndexController.php" hash="2af5a61bf7319c38c97a48e0f3723598"/></dir><dir name="etc"><file name="config.xml" hash="6294cd778c3f192cbd9958e7b8f30e3f"/></dir><dir name="sql"><dir name="liveagent_setup"><file name="mysql4-install-0.1.0.php" hash="68891e5aca423bbb7226975413cd82b8"/><file name="mysql4-install-2.5.4.php" hash="2bd7ec4b4c8a366bed9f3afc264ae897"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="liveagent.xml" hash="5a77968b68e659dc21bdad2605210333"/></dir><dir name="template"><dir name="liveagent"><file name="button.phtml" hash="dfe28e1f477153f996c8718a49a758cd"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="liveagent.xml" hash="a352f2029be0457410b0939c3aa4b62f"/></dir><dir name="template"><dir name="liveagent"><file name="button.phtml" hash="102ff91b93dfe01c8ac1ba4e6ed5d2ae"/><file name="report.phtml" hash="2100c3c18095186bd660c6cb66c00fc5"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Qualityunit_Liveagent.xml" hash="580a8813ec1e339d88885026dc4bef23"/></dir></target><target name="magelocale"><dir name="en_US"><file name="qualityunit_liveagent.csv" hash="ddb1b449beb20afedd1d63abb446fc4e"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="liveagent"><dir name="css"><file name="animation.css" hash="e114422983f975cac20edbe5a12fdb37"/><dir name="fonts"><file name="OpenSans-Bold-webfont.eot" hash="7e78b345bbb56eb154a32396524b5650"/><file name="OpenSans-Bold-webfont.svg" hash="ba40976c12378dfdcd0c0b1b2747421b"/><file name="OpenSans-Bold-webfont.ttf" hash="0b6240e6a9217e44e77bbda8a2ed2bb0"/><file name="OpenSans-Bold-webfont.woff" hash="769a36776804007ab23b7266b22be392"/><file name="OpenSans-Light-webfont.eot" hash="5d5f7deb21a0609f0b12ae5332cfb6b9"/><file name="OpenSans-Light-webfont.svg" hash="93d6578a9051feb87bf857cbb3cabdb7"/><file name="OpenSans-Light-webfont.ttf" hash="4eb5ea0a1bc989d3bfeb9423be53e78f"/><file name="OpenSans-Light-webfont.woff" hash="798bf3bb0819ff94c7c8fd0142f58d22"/><file name="OpenSans-Regular-webfont.eot" hash="3b721cb588d7b323137bd456c237b116"/><file name="OpenSans-Regular-webfont.svg" hash="3b461c91b64d27057676c1a4562b3a15"/><file name="OpenSans-Regular-webfont.ttf" hash="50700928d66c83bc7501ce99690b265a"/><file name="OpenSans-Regular-webfont.woff" hash="9e002ce4035a849d41b9ba83993083d7"/></dir><file name="la_logo.svg" hash="686ec663e568d38de97df58b915f95f6"/><file name="lock.png" hash="7380f52e49851581388b2cd7c8a5d7bd"/><file name="ok_icon.png" hash="e66785de1c506b6f9635d97f35e0c7df"/><file name="report.css" hash="6d75d81d824b4f02db7ab63e595a85cc"/><file name="responsive.css" hash="a3dff048c1feec42f1efc8f066a70a0f"/><file name="style.css" hash="236fa1cec84b5b26261b244cf355659b"/><file name="video.jpg" hash="57d38a4cb802f6009f2f3b0a768d6fc2"/></dir><dir name="js"><file name="jquery-1.11.3.min.js" hash="895323ed2f7258af4fae2c738c8aea49"/><file name="jquery-no-conflict.js" hash="644f0006e36a235d2a6df494bed48636"/><file name="jquery.alphanum.js" hash="3610a43bb5a6892f7e1aae03f05582c2"/><file name="jquery.cookie.js" hash="d5528dde0006c78be04817327c2f9b6f"/><file name="jquery.validate.min.js" hash="d7342d64b483db4cdc836047765c07f3"/><file name="lasignup.js" hash="645f92cd682304594a8515b166c05be3"/></dir></dir></dir></dir></dir></target></contents>
|
| 18 |
<compatible/>
|
| 19 |
<dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php><extension><name>curl</name><min></min><max></max></extension></required></dependencies>
|
| 20 |
</package>
|
skin/adminhtml/default/default/liveagent/css/style.css
CHANGED
|
@@ -52,293 +52,10 @@ p.secure {position:absolute; right:-15px; font-size:10px; display:inline-block;
|
|
| 52 |
.FField-Waiting #domainFieldEnd { border-color:#202020;}
|
| 53 |
.FField-Error #domainFieldEnd { border-color:#ff9c00;}
|
| 54 |
|
| 55 |
-
/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
|
| 56 |
-
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
|
| 57 |
-
body{line-height:1}
|
| 58 |
-
ul{list-style:none}
|
| 59 |
-
blockquote,q{quotes:none}
|
| 60 |
-
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
|
| 61 |
-
table{border-collapse:collapse;border-spacing:0}
|
| 62 |
-
div.anythingSlider{height:390px;list-style:none;
|
| 63 |
-
overflow-y:auto;overflow-x:hidden}
|
| 64 |
-
.anythingSlider-default{margin:0 auto;
|
| 65 |
-
padding:0 45px 28px 45px}
|
| 66 |
-
.anythingSlider-default .anythingWindow{border-top:3px solid #777;border-bottom:3px solid #777}
|
| 67 |
-
.anythingSlider-default .anythingControls a{
|
| 68 |
-
background:#777 url('../../typo3conf/ext/jfmulticontent/res/anythingslider/images/default.png') center -288px repeat-x;color:#000;border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px}
|
| 69 |
-
.anythingSlider-default .anythingControls a span{visibility:visible}
|
| 70 |
-
.anythingSlider-default .anythingControls a.cur{background:#888;color:#000}
|
| 71 |
-
.anythingSlider-default .anythingControls a.start-stop{background-color:#040;color:#ddd}
|
| 72 |
-
.anythingSlider-default .anythingControls a.start-stop.playing{background-color:#800}
|
| 73 |
-
.anythingSlider-default .anythingControls a.start-stop:hover,.anythingSlider-default .anythingControls a.start-stop.hover,.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover{background-image:none;color:#ddd}
|
| 74 |
-
.anythingSlider-default.activeSlider .anythingWindow{border-color:#7C9127}
|
| 75 |
-
.anythingSlider-default.activeSlider .anythingControls a{
|
| 76 |
-
background-color:#7C9127}
|
| 77 |
-
.anythingSlider-default.activeSlider .anythingControls a.cur,.anythingSlider-default.activeSlider .anythingControls a:hover{
|
| 78 |
-
background:#7C9127}
|
| 79 |
-
.anythingSlider-default.activeSlider .anythingControls a.start-stop{background-color:#080;color:#fff}
|
| 80 |
-
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing{background-color:#d00;color:#fff}
|
| 81 |
-
.anythingSlider-default.activeSlider .start-stop:hover,.anythingSlider-default.activeSlider .start-stop.hover{color:#fff}
|
| 82 |
-
.anythingSlider-default .arrow{top:50%;position:absolute;display:block}
|
| 83 |
-
.anythingSlider-default .arrow a{display:block;width:45px;height:140px;margin:-70px 0 0 0;
|
| 84 |
-
text-align:center;outline:0;background:url('../../typo3conf/ext/jfmulticontent/res/anythingslider/images/default.png') no-repeat}
|
| 85 |
-
.anythingSlider-default .back{left:0}
|
| 86 |
-
.anythingSlider-default .back a{background-position:left top}
|
| 87 |
-
.anythingSlider-default .back a:hover,.anythingSlider-default .back a.hover{background-position:left -140px}
|
| 88 |
-
.anythingSlider-default .forward{right:0}
|
| 89 |
-
.anythingSlider-default .forward a{background-position:right top}
|
| 90 |
-
.anythingSlider-default .forward a:hover,.anythingSlider-default .forward a.hover{background-position:right -140px}
|
| 91 |
-
.anythingSlider-default .anythingControls{outline:0;display:none}
|
| 92 |
-
.anythingSlider-default .anythingControls ul{margin:0;padding:0;float:left}
|
| 93 |
-
.anythingSlider-default .anythingControls ul li{display:inline}
|
| 94 |
-
.anythingSlider-default .anythingControls ul a{font:11px/18px Georgia,Serif;display:inline-block;text-decoration:none;padding:2px 8px;height:18px;margin:0 5px 0 0;text-align:center;outline:0}
|
| 95 |
-
.anythingSlider-default .anythingControls .anythingNavWindow{overflow:hidden;float:left}
|
| 96 |
-
.anythingSlider-default .anythingControls .start-stop{padding:2px 5px;width:40px;text-align:center;text-decoration:none;float:right;z-index:100;outline:0}
|
| 97 |
-
.as-oldie .anythingSlider-default .arrow{top:30%}
|
| 98 |
-
.as-oldie .anythingSlider-default .arrow a{margin:0}
|
| 99 |
-
.as-oldie .anythingSlider-default .anythingControls li{margin-left:3px}
|
| 100 |
-
.as-oldie .anythingSlider-default .anythingControls a{margin:0}
|
| 101 |
-
.as-oldie .anythingSlider-default .anythingNavWindow{margin:0 2px}
|
| 102 |
-
.as-oldie .anythingSlider-default .anythingNavWindow li{padding:3px 0 0 0}
|
| 103 |
-
.anythingSlider{display:block;overflow:visible !important;position:relative}
|
| 104 |
-
.anythingSlider .anythingWindow{overflow:hidden;position:relative;width:100%;height:100%}
|
| 105 |
-
.anythingSlider .anythingBase{background:transparent;list-style:none;position:absolute;overflow:visible !important;top:0;left:0;margin:0;padding:0}
|
| 106 |
-
.anythingSlider .arrow span{display:block;visibility:hidden}
|
| 107 |
-
.anythingSlider .arrow.disabled{display:none}
|
| 108 |
-
.anythingSlider .panel{background:transparent;display:block;overflow:hidden;float:left;padding:0;margin:0}
|
| 109 |
-
.anythingSlider .vertical .panel{float:none}
|
| 110 |
-
.anythingSlider .fade .panel{float:none;position:absolute;top:0;left:0;z-index:0}
|
| 111 |
-
.anythingSlider .fade .activePage{z-index:1}
|
| 112 |
-
.anythingSlider.rtl .anythingWindow{direction:ltr;unicode-bidi:bidi-override}
|
| 113 |
-
.anythingSlider.rtl .anythingControls ul{float:left}
|
| 114 |
-
.anythingSlider.rtl .anythingControls ul a{float:right}
|
| 115 |
-
.anythingSlider.rtl .start-stop{
|
| 116 |
-
}
|
| 117 |
-
.anythingSlider,.anythingSlider .anythingWindow,.anythingSlider .anythingControls ul a,.anythingSlider .arrow a,.anythingSlider .start-stop{transition-duration:0;-o-transition-duration:0;-moz-transition-duration:0;-webkit-transition-duration:0}
|
| 118 |
-
.tx-jfmulticontent-pi1{}
|
| 119 |
-
.subcolumns{overflow:hidden;width:100%}
|
| 120 |
-
.subcl{padding:0 1em 0 0}
|
| 121 |
-
.subcr{padding:0 0 0 1em}
|
| 122 |
-
.c16l,.c16r{width:16.666%}
|
| 123 |
-
.c20l,.c20r{width:20%}
|
| 124 |
-
.c25l,.c25r{width:25%}
|
| 125 |
-
.c33l,.c33r{width:33.333%}
|
| 126 |
-
.c38l,.c38r{width:38%}
|
| 127 |
-
.c40l,.c40r{width:40%}
|
| 128 |
-
.c50l,.c50r{width:50%}
|
| 129 |
-
.c60l,.c60r{width:60%}
|
| 130 |
-
.c62l,.c62r{width:62%}
|
| 131 |
-
.c66l,.c66r{width:66.666%}
|
| 132 |
-
.c75l,.c75r{width:75%}
|
| 133 |
-
.c80l,.c80r{width:80%}
|
| 134 |
-
.c16l,.c20l,.c25l,.c33l,.c40l,.c38l,.c50l,.c60l,.c62l,.c66l,.c75l,.c80l{float:left}
|
| 135 |
-
.c16r,.c20r,.c25r,.c33r,.c40r,.c38r,.c50r,.c60r,.c66r,.c62r,.c75r,.c80r{float:right;margin-left:-5px}
|
| 136 |
-
.csc-header-alignment-center{text-align:center}
|
| 137 |
-
.csc-header-alignment-right{text-align:right}
|
| 138 |
-
.csc-header-alignment-left{text-align:left}
|
| 139 |
-
div.csc-textpic-responsive,div.csc-textpic-responsive *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
|
| 140 |
-
div.csc-textpic,div.csc-textpic div.csc-textpic-imagerow,ul.csc-uploads li{overflow:hidden}
|
| 141 |
-
div.csc-textpic .csc-textpic-imagewrap table{border-collapse:collapse;border-spacing:0}
|
| 142 |
-
div.csc-textpic .csc-textpic-imagewrap table tr td{padding:0;vertical-align:top}
|
| 143 |
-
div.csc-textpic .csc-textpic-imagewrap figure,div.csc-textpic figure.csc-textpic-imagewrap{margin:0;display:table}
|
| 144 |
-
figcaption.csc-textpic-caption{display:table-caption}
|
| 145 |
-
.csc-textpic-caption{text-align:left;caption-side:bottom}
|
| 146 |
-
div.csc-textpic-caption-c .csc-textpic-caption,.csc-textpic-imagewrap .csc-textpic-caption-c{text-align:center}
|
| 147 |
-
div.csc-textpic-caption-r .csc-textpic-caption,.csc-textpic-imagewrap .csc-textpic-caption-r{text-align:right}
|
| 148 |
-
div.csc-textpic-caption-l .csc-textpic-caption,.csc-textpic-imagewrap .csc-textpic-caption-l{text-align:left}
|
| 149 |
-
div.csc-textpic div.csc-textpic-imagecolumn{float:left}
|
| 150 |
-
div.csc-textpic-border div.csc-textpic-imagewrap img{border:1px solid #7B7B7B;padding:0px 0px}
|
| 151 |
-
div.csc-textpic .csc-textpic-imagewrap img{border:none;display:block}
|
| 152 |
-
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image{margin-bottom:10px}
|
| 153 |
-
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image{margin-bottom:0}
|
| 154 |
-
div.csc-textpic-imagecolumn,td.csc-textpic-imagecolumn .csc-textpic-image{margin-right:20px}
|
| 155 |
-
div.csc-textpic-imagecolumn.csc-textpic-lastcol,td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image{margin-right:0}
|
| 156 |
-
div.csc-textpic-intext-left .csc-textpic-imagewrap,div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap{margin-right:20px}
|
| 157 |
-
div.csc-textpic-intext-right .csc-textpic-imagewrap,div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap{margin-left:20px}
|
| 158 |
-
div.csc-textpic-center .csc-textpic-imagewrap,div.csc-textpic-center figure.csc-textpic-imagewrap{overflow:hidden}
|
| 159 |
-
div.csc-textpic-center .csc-textpic-center-outer{position:relative;float:right;right:50%}
|
| 160 |
-
div.csc-textpic-center .csc-textpic-center-inner{position:relative;float:right;right:-50%}
|
| 161 |
-
div.csc-textpic-right .csc-textpic-imagewrap{float:right}
|
| 162 |
-
div.csc-textpic-right div.csc-textpic-text{clear:right}
|
| 163 |
-
div.csc-textpic-left .csc-textpic-imagewrap{float:left}
|
| 164 |
-
div.csc-textpic-left div.csc-textpic-text{clear:left}
|
| 165 |
-
div.csc-textpic-intext-left .csc-textpic-imagewrap{float:left}
|
| 166 |
-
div.csc-textpic-intext-right .csc-textpic-imagewrap{float:right}
|
| 167 |
-
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap{float:right}
|
| 168 |
-
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap{float:left}
|
| 169 |
-
div.csc-textpic div.csc-textpic-imagerow-last,div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last{margin-bottom:0}
|
| 170 |
-
.csc-textpic-intext-left ol,.csc-textpic-intext-left ul{padding-left:40px;overflow:auto}
|
| 171 |
-
ul.csc-uploads{padding:0}
|
| 172 |
-
ul.csc-uploads li{list-style:none outside none;margin:1em 0}
|
| 173 |
-
ul.csc-uploads img{float:left;padding-right:1em;vertical-align:top}
|
| 174 |
-
ul.csc-uploads span{display:block}
|
| 175 |
-
ul.csc-uploads span.csc-uploads-fileName{text-decoration:underline}
|
| 176 |
-
table.contenttable-color-1{background-color:#EDEBF1}
|
| 177 |
-
table.contenttable-color-2{background-color:#F5FFAA}
|
| 178 |
-
table.contenttable-color-240{background-color:black}
|
| 179 |
-
table.contenttable-color-241{background-color:white}
|
| 180 |
-
table.contenttable-color-242{background-color:#333333}
|
| 181 |
-
table.contenttable-color-243{background-color:gray}
|
| 182 |
-
table.contenttable-color-244{background-color:silver}
|
| 183 |
-
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}
|
| 184 |
-
#cboxOverlay{position:fixed;width:100%;height:100%}
|
| 185 |
-
#cboxMiddleLeft,#cboxBottomLeft{clear:left}
|
| 186 |
-
#cboxContent{position:relative}
|
| 187 |
-
#cboxLoadedContent{overflow:auto}
|
| 188 |
-
#cboxTitle{margin:0}
|
| 189 |
-
#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}
|
| 190 |
-
#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}
|
| 191 |
-
.cboxPhoto{float:left;margin:auto;border:0;display:block}
|
| 192 |
-
.cboxIframe{width:100%;height:100%;display:block;border:0}
|
| 193 |
-
#cboxOverlay{background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/overlay.png') repeat 0 0}
|
| 194 |
-
#colorbox{}
|
| 195 |
-
#cboxTopLeft{width:21px;height:21px;background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/controls.png') no-repeat -101px 0}
|
| 196 |
-
#cboxTopRight{width:21px;height:21px;background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/controls.png') no-repeat -130px 0}
|
| 197 |
-
#cboxBottomLeft{width:21px;height:21px;background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/controls.png') no-repeat -101px -29px}
|
| 198 |
-
#cboxBottomRight{width:21px;height:21px;background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/controls.png') no-repeat -130px -29px}
|
| 199 |
-
#cboxMiddleLeft{width:21px;background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/controls.png') left top repeat-y}
|
| 200 |
-
#cboxMiddleRight{width:21px;background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/controls.png') right top repeat-y}
|
| 201 |
-
#cboxTopCenter{height:21px;background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/border.png') 0 0 repeat-x}
|
| 202 |
-
#cboxBottomCenter{height:21px;background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/border.png') 0 -29px repeat-x}
|
| 203 |
-
#cboxContent{background:#fff;overflow:hidden}
|
| 204 |
-
.cboxIframe{background:#fff}
|
| 205 |
-
#cboxError{padding:50px;border:1px solid #ccc}
|
| 206 |
-
#cboxLoadedContent{margin-bottom:28px}
|
| 207 |
-
#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494}
|
| 208 |
-
#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494}
|
| 209 |
-
#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef}
|
| 210 |
-
#cboxPrevious{position:absolute;bottom:0;left:0;background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/controls.png') no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px}
|
| 211 |
-
#cboxPrevious:hover{background-position:-75px -25px}
|
| 212 |
-
#cboxNext{position:absolute;bottom:0;left:27px;background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/controls.png') no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px}
|
| 213 |
-
#cboxNext:hover{background-position:-50px -25px}
|
| 214 |
-
#cboxLoadingOverlay{background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/loading_background.png') no-repeat center center}
|
| 215 |
-
#cboxLoadingGraphic{background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/loading.gif') no-repeat center center}
|
| 216 |
-
#cboxClose{position:absolute;bottom:0;right:0;background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/controls.png') no-repeat -25px 0;width:25px;height:25px;text-indent:-9999px}
|
| 217 |
-
#cboxClose:hover{background-position:-25px -25px}
|
| 218 |
-
.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}
|
| 219 |
-
.cboxIE6 #cboxTopLeft{background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/ie6/borderTopLeft.png')}
|
| 220 |
-
.cboxIE6 #cboxTopCenter{background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/ie6/borderTopCenter.png')}
|
| 221 |
-
.cboxIE6 #cboxTopRight{background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/ie6/borderTopRight.png')}
|
| 222 |
-
.cboxIE6 #cboxBottomLeft{background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/ie6/borderBottomLeft.png')}
|
| 223 |
-
.cboxIE6 #cboxBottomCenter{background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/ie6/borderBottomCenter.png')}
|
| 224 |
-
.cboxIE6 #cboxBottomRight{background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/ie6/borderBottomRight.png')}
|
| 225 |
-
.cboxIE6 #cboxMiddleLeft{background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/ie6/borderMiddleLeft.png')}
|
| 226 |
-
.cboxIE6 #cboxMiddleRight{background:url('../../typo3conf/ext/rzcolorbox/res/style1/css/images/ie6/borderMiddleRight.png')}
|
| 227 |
-
.cboxIE6 #cboxTopLeft,.cboxIE6 #cboxTopCenter,.cboxIE6 #cboxTopRight,.cboxIE6 #cboxBottomLeft,.cboxIE6 #cboxBottomCenter,.cboxIE6 #cboxBottomRight,.cboxIE6 #cboxMiddleLeft,.cboxIE6 #cboxMiddleRight{_behavior:expression(this.src = this.src ? this.src :this.currentStyle.backgroundImage.split('"')[1],this.style.background ="none",this.style.filter ="progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+this.src+", sizingMethod='scale')")}
|
| 228 |
-
.nav-toggle{display:none}
|
| 229 |
-
@media all and (max-width:960px){#nlTopBar,#nlFooterWrapper,#nlHeaderWrapper,#nlOuterContainer{min-width:0}
|
| 230 |
-
#nlTopBarContainer,#nlFooter,#nlContent{width:auto}
|
| 231 |
-
#nlLeftColumn{float:none;width:auto}
|
| 232 |
-
#nlRightColumn{float:none;width:auto}
|
| 233 |
-
#nlOuterContainer.pid1{background:none}
|
| 234 |
-
.HomepageProducts{display:none}
|
| 235 |
-
.HomepageProductsInfo .ProductBox{width:45%}
|
| 236 |
-
#nlSubMenu{width:auto;float:none;text-align:center}
|
| 237 |
-
#nlMainColumn{width:auto;float:none}
|
| 238 |
-
}
|
| 239 |
-
@media all and (max-width:600px){.nlFooterLeft,#nlStayInTouch{float:none}
|
| 240 |
-
.nlFooterLeft .csc-default,#nlStayInTouch{float:none;width:auto;text-align:center}
|
| 241 |
-
img{max-width:100%;height:auto}
|
| 242 |
-
.HomepageProductsInfo .ProductBox{float:none;width:auto;margin:0 8px 25px}
|
| 243 |
-
.TwoColumnsBlock.FirstThin .FirstColumn,.TwoColumnsBlock.FirstThin .SecondColumn,#nlMainColumn .FirstThin .FirstColumn,#nlMainColumn .FirstThin .SecondColumn{float:none;width:auto}
|
| 244 |
-
#c5597{background:none}
|
| 245 |
-
#nlMainColumn .teamWrapper2columns{width:auto}
|
| 246 |
-
#nlMainColumn .csc-textpic{width:auto;float:none;margin:0}
|
| 247 |
-
#nlFooter .nlLanguage{display:block;text-align:center}
|
| 248 |
-
}
|
| 249 |
-
@media all and (max-width:750px){#TopSectionWrapper #nlHeaderWrapper{padding:0}
|
| 250 |
-
.nav-toggle{width:60px;height:47px;padding:5px;display:block;float:right}
|
| 251 |
-
.nav-toggle span{display:block;height:4px;width:35px;text-indent:-999px;background:rgb(23,0,0);background:rgba(23,0,0,0.6);overflow:hidden;margin-top:8px}
|
| 252 |
-
.nav-toggle span::before{position:absolute;display:block;height:4px;width:35px;content:'';margin-top:10px;background:rgb(23,0,0);background:rgba(23,0,0,0.6)}
|
| 253 |
-
.nav-toggle span::after{position:absolute;display:block;height:4px;width:35px;content:'';margin-top:4px;background:rgb(23,0,0);background:rgba(23,0,0,0.6)}
|
| 254 |
-
#nlHeader{padding:0}
|
| 255 |
-
#nlMainMenu.closed{display:none}
|
| 256 |
-
#nlMainMenu.opened{width:100%;display:block;text-align:center;margin:0}
|
| 257 |
-
#nlMainMenu.opened ul{width:100%;display:block;background:#f7f7f7;margin:0;padding:0;border-bottom:3px solid #ccc}
|
| 258 |
-
#nlMainMenu.opened ul li{display:block;line-height:50px;text-align:center}
|
| 259 |
-
#nlMainMenu.opened ul li a{font-size:16px;display:block;width:100%;padding:0;border-bottom:1px solid #eaeaea}
|
| 260 |
-
#nlMainMenu.opened ul li:last-child a{border-bottom:0}
|
| 261 |
-
#nlMainMenu .CThinButton.CTryItFree{margin:10px 0 0 0}
|
| 262 |
-
#nlHeaderWrapper{background:rgb(255,255,255);background:rgba(255,255,255,0.8)}
|
| 263 |
-
.Scrolled #nlHeaderWrapper{height:55px}
|
| 264 |
-
.js #nlMainMenu.nav-collapse-0.opened{max-height:100% !important}
|
| 265 |
-
#nlMainMenu ul li ul{display:block;width:100%;position:static;border:none;padding:0 15px}
|
| 266 |
-
#nlMainMenu ul li ul:before,#nlMainMenu ul li ul:after{display:none}
|
| 267 |
-
#nlMainMenu.opened ul li ul li a{line-height:36px;font-size:15px}
|
| 268 |
-
}
|
| 269 |
-
.nav-toggle{display:none}
|
| 270 |
-
@media all and (max-width:960px){#nlTopBar,#nlFooterWrapper,#nlHeaderWrapper,#nlOuterContainer{min-width:0}
|
| 271 |
-
#nlTopBarContainer,#nlFooter,#nlContent{width:auto}
|
| 272 |
-
#nlLeftColumn{float:none;width:auto}
|
| 273 |
-
#nlRightColumn{float:none;width:auto}
|
| 274 |
-
#nlSubMenu{width:auto;float:none;text-align:center}
|
| 275 |
-
#nlMainColumn{width:auto;float:none}
|
| 276 |
-
.SmallRightColumn #nlRightColumn,.SmallRightColumn #nlLeftColumn{float:none;width:auto}
|
| 277 |
-
#body99 .QTFooter{width:auto}
|
| 278 |
-
}
|
| 279 |
-
@media all and (max-width:600px){.nlFooterLeft,#nlStayInTouch{float:none}
|
| 280 |
-
.nlFooterLeft .csc-default,#nlStayInTouch{float:none;width:auto;text-align:center}
|
| 281 |
-
img{max-width:100%;height:auto;margin:0 auto}
|
| 282 |
-
.TwoColumnsBlock.FirstThin .FirstColumn,.TwoColumnsBlock.FirstThin .SecondColumn,#nlMainColumn .FirstThin .FirstColumn,#nlMainColumn .FirstThin .SecondColumn{float:none;width:auto}
|
| 283 |
-
#nlMainColumn .csc-textpic{width:auto;float:none;margin:0}
|
| 284 |
-
#nlFooter .nlLanguage{display:block;text-align:center}
|
| 285 |
-
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap{float:none;width:auto;margin:0}
|
| 286 |
-
.csc-textpic-intext-left-nowrap .csc-textpic-text{margin:0}
|
| 287 |
-
.nlFloatBox{float:none;width:auto}
|
| 288 |
-
}
|
| 289 |
-
@media all and (max-width:750px){#TopSectionWrapper #nlHeaderWrapper{padding:0}
|
| 290 |
-
.nav-toggle{width:60px;height:47px;padding:5px;display:block;float:right}
|
| 291 |
-
.nav-toggle span{display:block;height:4px;width:35px;text-indent:-999px;background:rgb(23,0,0);background:rgba(23,0,0,0.6);overflow:hidden;margin-top:8px}
|
| 292 |
-
.nav-toggle span::before{position:absolute;display:block;height:4px;width:35px;content:'';margin-top:10px;background:rgb(23,0,0);background:rgba(23,0,0,0.6)}
|
| 293 |
-
.nav-toggle span::after{position:absolute;display:block;height:4px;width:35px;content:'';margin-top:4px;background:rgb(23,0,0);background:rgba(23,0,0,0.6)}
|
| 294 |
-
#nlHeader{padding:0}
|
| 295 |
-
#nlMainMenu.closed{display:none}
|
| 296 |
-
#nlMainMenu.opened{width:100%;display:block;text-align:center;margin:0}
|
| 297 |
-
#nlMainMenu.opened ul{width:100%;display:block;background:#f7f7f7;margin:0;padding:0;border-bottom:3px solid #ccc}
|
| 298 |
-
#nlMainMenu.opened ul li{display:block;line-height:50px;text-align:center}
|
| 299 |
-
#nlMainMenu.opened ul li a{font-size:16px;display:block;width:100%;padding:0;border-bottom:1px solid #eaeaea}
|
| 300 |
-
#nlMainMenu.opened ul li:last-child a{border-bottom:0}
|
| 301 |
-
#nlMainMenu .CThinButton.CTryItFree{margin:10px 0 0 0}
|
| 302 |
-
#nlHeaderWrapper{background:rgb(255,255,255);background:rgba(255,255,255,0.8)}
|
| 303 |
-
.Scrolled #nlHeaderWrapper{height:55px}
|
| 304 |
-
.js #nlMainMenu.nav-collapse-0.opened{max-height:100% !important}
|
| 305 |
-
#nlMainMenu ul li ul{display:block;width:100%;position:static;border:none;padding:0 15px}
|
| 306 |
-
#nlMainMenu ul li ul:before,#nlMainMenu ul li ul:after{display:none}
|
| 307 |
-
#nlMainMenu.opened ul li ul li a{line-height:36px;font-size:15px}
|
| 308 |
-
#nlContent .nlStandalonePricingLicenseBox{width:auto;padding:0}
|
| 309 |
-
#nlContent .nlHostedLicenseLeft,#nlContent .nlHostedLicenseRight,#nlContent .nlHostedLicenseCenter,#nlContent .PayAsYouGo{position:relative;top:auto;left:auto;right:auto;width:auto;float:none;margin-bottom:25px}
|
| 310 |
-
.Variation1b{height:auto}
|
| 311 |
-
#nlContent .nlHostedPricingLicenses{height:auto}
|
| 312 |
-
.nlLicenseName span{padding:70px 20px 0 20px;text-align:center;background-position:top center;height:auto}
|
| 313 |
-
#nlContent .PayAsYouGoLabel{position:relative;top:auto;left:auto;margin:25px 0;text-align:center}
|
| 314 |
-
.nlBestValuePlan{display:none}
|
| 315 |
-
#body7 #c5435{background:none;padding:0}
|
| 316 |
-
.nlBarTop{height:auto;padding-bottom:1px}
|
| 317 |
-
.nlBarTitle{float:none}
|
| 318 |
-
.nlBarButton{float:none;margin:15px 20px 15px 20px}
|
| 319 |
-
#nlContent .ui-tabs{display:none}
|
| 320 |
-
.FirstColumn,.SecondColumn,.ThirdColumn,.FourthColumn{float:none;margin:0}
|
| 321 |
-
.SmallRightColumn .BothSame .FirstColumn,.SmallRightColumn .BothSame .SecondColumn{width:auto}
|
| 322 |
-
#body114 .tx-contentwrapper_style6 .csc-textpic-text{float:none;margin:0 !important}
|
| 323 |
-
.nlVimeoLink{width:350px;height:200px;background-size:350px 400px;margin:0 auto}
|
| 324 |
-
.nlVimeoLink:hover{background-size:350px 400px;background-position:0 -200px;margin:0 auto}
|
| 325 |
-
}
|
| 326 |
@font-face{font-family:'OpenSans';src:url('fonts/OpenSans-Regular-webfont.eot');src:url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/OpenSans-Regular-webfont.woff') format('woff'),url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),url('fonts/OpenSans-Regular-webfont.svg#OpenSans') format('svg');font-weight:normal;font-style:normal}
|
| 327 |
@font-face{font-family:'OpenSans';src:url('fonts/OpenSans-Bold-webfont.eot');src:url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/OpenSans-Bold-webfont.woff') format('woff'),url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),url('fonts/OpenSans-Bold-webfont.svg#OpenSans') format('svg');font-weight:bold;font-style:normal}
|
| 328 |
@font-face{font-family:'OpenSans';src:url('fonts/OpenSans-Light-webfont.eot');src:url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/OpenSans-Light-webfont.woff') format('woff'),url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),url('fonts/OpenSans-Light-webfont.svg#OpenSans') format('svg');font-weight:300;font-style:normal}
|
| 329 |
-
|
| 330 |
-
html{height:100%;width:100%}
|
| 331 |
-
body{font-family:'OpenSans',sans-serif;color:#908f8f;font-size:100.001%;height:100%;width:100%}
|
| 332 |
-
body>img{position:absolute;top:0;width:1px !important;height:1px !important}
|
| 333 |
-
h1{color:#393838;font-size:42px;font-weight:300;line-height:46px;padding:33px 0 12px}
|
| 334 |
-
h2{color:#393838;font-size:30px;font-weight:300;line-height:38px;padding:28px 0 5px}
|
| 335 |
-
h3{color:#393838;font-size:26px;font-weight:300;line-height:34px;padding:18px 0 3px}
|
| 336 |
-
h4{color:#393838;font-size:18px;font-weight:bold;line-height:28px;padding:14px 0 2px}
|
| 337 |
-
a{color:#dd7b09;text-decoration:none}
|
| 338 |
-
a:visited{color:#dd7b09}
|
| 339 |
-
a:hover{color:#000}
|
| 340 |
-
p{font-size:16px;line-height:26px;padding:5px 0 10px}
|
| 341 |
-
p:last-child{margin-bottom:15px}*/
|
| 342 |
em,i{font-style:italic}
|
| 343 |
strong,b{font-weight:bold}
|
| 344 |
#nlTopColumn ul li{padding-bottom:10px}
|
|
@@ -370,7 +87,6 @@ h2{font-size:26px;padding:22px 0 0}
|
|
| 370 |
h3{font-size:22px;padding:18px 0 0}
|
| 371 |
h4{font-size:18px;padding:13px 0 0}
|
| 372 |
}
|
| 373 |
-
iframe[name~="google_conversion_frame"]{position:fixed}
|
| 374 |
.CThinButton.CTryItFree{color:#fff;border-radius:2px;display:inline-block;
|
| 375 |
line-height:29px;font-weight:bold;font-size:20px;padding:12px 60px;
|
| 376 |
text-decoration:none;background:#62BA00}
|
| 52 |
.FField-Waiting #domainFieldEnd { border-color:#202020;}
|
| 53 |
.FField-Error #domainFieldEnd { border-color:#ff9c00;}
|
| 54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
@font-face{font-family:'OpenSans';src:url('fonts/OpenSans-Regular-webfont.eot');src:url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/OpenSans-Regular-webfont.woff') format('woff'),url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),url('fonts/OpenSans-Regular-webfont.svg#OpenSans') format('svg');font-weight:normal;font-style:normal}
|
| 56 |
@font-face{font-family:'OpenSans';src:url('fonts/OpenSans-Bold-webfont.eot');src:url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/OpenSans-Bold-webfont.woff') format('woff'),url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),url('fonts/OpenSans-Bold-webfont.svg#OpenSans') format('svg');font-weight:bold;font-style:normal}
|
| 57 |
@font-face{font-family:'OpenSans';src:url('fonts/OpenSans-Light-webfont.eot');src:url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/OpenSans-Light-webfont.woff') format('woff'),url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),url('fonts/OpenSans-Light-webfont.svg#OpenSans') format('svg');font-weight:300;font-style:normal}
|
| 58 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
em,i{font-style:italic}
|
| 60 |
strong,b{font-weight:bold}
|
| 61 |
#nlTopColumn ul li{padding-bottom:10px}
|
| 87 |
h3{font-size:22px;padding:18px 0 0}
|
| 88 |
h4{font-size:18px;padding:13px 0 0}
|
| 89 |
}
|
|
|
|
| 90 |
.CThinButton.CTryItFree{color:#fff;border-radius:2px;display:inline-block;
|
| 91 |
line-height:29px;font-weight:bold;font-size:20px;padding:12px 60px;
|
| 92 |
text-decoration:none;background:#62BA00}
|
skin/adminhtml/default/default/liveagent/js/lasignup.js
CHANGED
|
@@ -67,9 +67,6 @@ jQuery(function($) {
|
|
| 67 |
$('.progress-bar').width("100%");
|
| 68 |
$('.loader-label').text(translateMe("Redirecting..."));
|
| 69 |
$('.percentage').text("100%");
|
| 70 |
-
// no original redirect ...
|
| 71 |
-
/*redirectForm = '<form method="POST" action="' + my_data.response.login_url + '"><input type="hidden" name="action" value="login"><input type="hidden" name="AuthToken" value="' + my_data.response.login_token + '"><input type="hidden" name="l" value="' + languageCode + '"></form>';
|
| 72 |
-
$(redirectForm).appendTo('body').submit();*/
|
| 73 |
redirectForm = '<form method="POST" action="' + $('#continue').val() +
|
| 74 |
'"><input type="hidden" name="la-full-name" value="' + requestData.customer_name +
|
| 75 |
'"><input type="hidden" name="la-owner-email" value="' + requestData.customer_email +
|
|
@@ -127,7 +124,6 @@ jQuery(function($) {
|
|
| 127 |
requestData = data;
|
| 128 |
formKey = $('#form_key').val();
|
| 129 |
hideSingupForm(my_data.response);
|
| 130 |
-
//$('<img height="1" width="1" src="//www.googleadservices.com/pagead/conversion/966671101/imp.gif?label=ER6zCKjv_1cQ_fX4zAM&guid=ON&script=0" />').appendTo('#signup');
|
| 131 |
},
|
| 132 |
error: function (data, textStatus, errorThrown) {
|
| 133 |
console.log(data.responseJSON.response.errormessage);
|
|
@@ -148,12 +144,6 @@ jQuery(function($) {
|
|
| 148 |
};
|
| 149 |
|
| 150 |
$.fn.getIframePreviewCode = function(id) {
|
| 151 |
-
/*var iframe = document.createElement('iframe');
|
| 152 |
-
iframe.src = ;
|
| 153 |
-
//alert (encodeURI($('#iFrame' + id).val()));
|
| 154 |
-
iframe.appendTo($('#iFramePreview' + id).html());
|
| 155 |
-
//$('#iFramePreview' + id).html(iframe.contentDocument);*/
|
| 156 |
-
//var iframe = $('<iframe />').attr('src', 'data:text/html;charset=utf-8,' + encodeURI($('#iFrame' + id).val())).appendTo($('#iFramePreview' + id));
|
| 157 |
$('#iFramePreview' + id).contents().find("body").html($('#iFrame' + id).val());
|
| 158 |
}
|
| 159 |
|
|
@@ -326,14 +316,9 @@ jQuery(function($) {
|
|
| 326 |
}, 500);
|
| 327 |
});
|
| 328 |
|
| 329 |
-
|
| 330 |
-
|
| 331 |
-
|
| 332 |
-
}
|
| 333 |
-
else {
|
| 334 |
-
$.fn.validateDomain()
|
| 335 |
-
}
|
| 336 |
-
});*/
|
| 337 |
|
| 338 |
$('#domainFieldmain').on('change', function() {
|
| 339 |
if(!$('#domainFieldmain input').val()) {
|
| 67 |
$('.progress-bar').width("100%");
|
| 68 |
$('.loader-label').text(translateMe("Redirecting..."));
|
| 69 |
$('.percentage').text("100%");
|
|
|
|
|
|
|
|
|
|
| 70 |
redirectForm = '<form method="POST" action="' + $('#continue').val() +
|
| 71 |
'"><input type="hidden" name="la-full-name" value="' + requestData.customer_name +
|
| 72 |
'"><input type="hidden" name="la-owner-email" value="' + requestData.customer_email +
|
| 124 |
requestData = data;
|
| 125 |
formKey = $('#form_key').val();
|
| 126 |
hideSingupForm(my_data.response);
|
|
|
|
| 127 |
},
|
| 128 |
error: function (data, textStatus, errorThrown) {
|
| 129 |
console.log(data.responseJSON.response.errormessage);
|
| 144 |
};
|
| 145 |
|
| 146 |
$.fn.getIframePreviewCode = function(id) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
$('#iFramePreview' + id).contents().find("body").html($('#iFrame' + id).val());
|
| 148 |
}
|
| 149 |
|
| 316 |
}, 500);
|
| 317 |
});
|
| 318 |
|
| 319 |
+
$('textarea#la-config-button-code').on('change', function() {
|
| 320 |
+
$('.SaveWidgetCode').show();
|
| 321 |
+
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 322 |
|
| 323 |
$('#domainFieldmain').on('change', function() {
|
| 324 |
if(!$('#domainFieldmain input').val()) {
|
