Last modified by Alex Cotiugă on 2026/05/02 12:23

From version 13.103
edited by Alex Cotiugă
on 2026/05/02 08:26
Change comment: There is no comment for this version
To version 13.107
edited by Alex Cotiugă
on 2026/05/02 08:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -41,6 +41,22 @@
41 41   ##<p>Your information will only be used to respond to this request. See the Privacy Policy for details.</p>
42 42   <input id="contactSubmit" type="submit" class="btn btn-primary" value="Send my request">
43 43   </form>
44 + {{/html}}
45 + {{html clean="false" wiki="true"}}
46 + <div class="reviewNotifications">
47 + <div class="hidden reviewNotificationSuccess">
48 +
49 + {{success}}reviewNotification{{/success}}
50 +
51 + </div>
52 + <div class="hidden reviewNotificationError">
53 +
54 + {{error}}reviewNotification{{/error}}
55 +
56 + </div>
57 + </div>
58 + {{/html}}
59 + {{html clean="false"}}
44 44   </div>
45 45   <div class="col-xs-5">
46 46   <div class="widget">
... ... @@ -62,20 +62,6 @@
62 62   <li>If useful, we schedule a short call to discuss scope, timeline, and estimated effort.</li>
63 63   </ol>
64 64   </div>
65 - {{/html}}
66 - {{html clean="false" wiki="true"}}
67 - <div class="reviewNotifications">
68 - <div class="hidden reviewNotificationSuccess">
69 -
70 - {{success}}reviewNotification{{/success}}
71 -
72 - </div>
73 - <div class="hidden reviewNotificationError">
74 -
75 - {{error}}reviewNotification{{/error}}
76 -
77 - </div>
78 - </div>
79 79   </div>
80 80   </div>
81 81  {{/html}}