// Inject tips HTML into form via placeholder
$tips = $this->getView()->markupDotclear($this->getView()->option('quote_form_tips'), [], ['class' => 'tips']);
+ if(strstr(SITE_URL, 'elearning')) {
+ $tips = "";
+ }
return str_replace('<!-- TIPS -->', '<div id="wrap-tips">' . $tips . '</div>', $form);
}
$res = '<div class="text col-2">';
$res .= $this->title($this->option('quote_heading'), 'h2');
- $res .= $this->markupDotclear($this->option('quote_description'));
+ if(!strstr(SITE_URL, "elearning")) {
+ $res .= $this->markupDotclear($this->option('quote_description'));
+ }
if ($contact) {
$res .= '<div style="padding: 40px 0 0 0">' . $this->contactDetails() . '</div>';
}
.border-button-fill(@color-text, @color-text, 5%);\r
.longarrow-button(12px, 40px, 18px);\r
margin-top: 2em;\r
- .background-button-green-special();\r
+ .background-button-green();\r
\r
&:hover {\r
color: @color-text;\r
}\r
}\r
\r
-.elearning &[data-header-theme="light"] .intro-button {\r
- .background-button-pink();\r
+.elearning {\r
+ .intro-button {\r
+ .background-button-green();\r
+ }\r
+ &[data-header-theme="light"] .intro-button {\r
+ .background-button-pink();\r
+ }\r
}\r