|
|
@@ -13,8 +13,11 @@
|
|
|
<f:comment><!-- Central column --></f:comment>
|
|
|
<div class="content">
|
|
|
<f:comment><!-- Contact form --></f:comment>
|
|
|
+ <h1><f:translate key="contact-us"/></h1>
|
|
|
|
|
|
<div class="contact-form">
|
|
|
+ <h2><i class="fa fa-at" style="margin-right: 12px;"></i><f:translate key="by-email"/> :</h2>
|
|
|
+
|
|
|
<f:cObject typoscriptObjectPath="lib.tx_ottemplating.widgets.contact"/>
|
|
|
</div>
|
|
|
|
|
|
@@ -24,8 +27,9 @@
|
|
|
<ot:organizations.getById as="organization" organizationId="{settings.organizationId}">
|
|
|
<p>
|
|
|
{organization.name}<br/>
|
|
|
- {organization.streetAdress}<br/>
|
|
|
- {organization.postalCode} {organization.addressCity}
|
|
|
+ {organization.streetAddress}<br/>
|
|
|
+ {organization.postalCode} {organization.addressCity}<br/>
|
|
|
+ {organization.country}
|
|
|
</p>
|
|
|
</ot:organizations.getById>
|
|
|
</div>
|