Built motion from commit 95c3d5ad5.|1.0.29
[motion.git] / server / components / xchatty / template.html
index a0332b8..7ee634f 100644 (file)
@@ -88,6 +88,7 @@
       <form class="xc_form_rating" accept-charset="UTF-8">
         <p class="xc_rating_message">{RatingMessage}</p>
         <br>
+        {{#ratingEnable}}
         <div class="xc_rating">
           <label class="xc_rating_label" style="padding:30px;">
             <input type="radio" name="data[Rating][rating]" value="good" />
           <textarea id="ratingMessage" data-label="Message" maxlength="1500" name="data[Rating][message]" class="xc_input_rating_message"></textarea>
         </div>
         <button type="submit" class="xc_button_rating xc_btn_style">{RatingSendText}</button>
+        {{/ratingEnable}}
         <button type="button" class="xc_button_skip_rating xc_btn_style">{RatingSkipText}</button>
       </form>
     </div>