Restyle "Image Swipe Behavior" block
| @@ -5083,7 +5083,7 @@ | |||
| 5083 | </div> | 5083 | </div> |
| 5084 | </div> | 5084 | </div> |
| 5085 | <div id="examples-behavior-block"> | 5085 | <div id="examples-behavior-block"> |
| 5086 | <label> | 5086 | <label for="example_messages_behavior"> |
| 5087 | <small data-i18n="Example Messages Behavior"> | 5087 | <small data-i18n="Example Messages Behavior"> |
| 5088 | Example Messages Behavior: | 5088 | Example Messages Behavior: |
| 5089 | </small> | 5089 | </small> |
| @@ -5094,6 +5094,17 @@ | |||
| 5094 | <option value="strip" data-i18n="Never include examples">Never include examples</option> | 5094 | <option value="strip" data-i18n="Never include examples">Never include examples</option> |
| 5095 | </select> | 5095 | </select> |
| 5096 | </div> | 5096 | </div> |
| 5097 | <div> | ||
| 5098 | <label for="image_overswipe"> | ||
| 5099 | <small data-i18n="Image Swipe Behavior:"> | ||
| 5100 | Image Swipe Behavior: | ||
| 5101 | </small> | ||
| 5102 | </label> | ||
| 5103 | <select id="image_overswipe"> | ||
| 5104 | <option value="generate" data-i18n="Generate new">Generate new</option> | ||
| 5105 | <option value="rollover" data-i18n="Roll over">Roll over</option> | ||
| 5106 | </select> | ||
| 5107 | </div> | ||
| 5097 | <div class="flex-container alignitemscenter"> | 5108 | <div class="flex-container alignitemscenter"> |
| 5098 | <small data-i18n="Send on Enter"> | 5109 | <small data-i18n="Send on Enter"> |
| 5099 | Enter to Send: | 5110 | Enter to Send: |
| @@ -5104,15 +5115,6 @@ | |||
| 5104 | <option value="1" data-i18n="Enabled">Enabled</option> | 5115 | <option value="1" data-i18n="Enabled">Enabled</option> |
| 5105 | </select> | 5116 | </select> |
| 5106 | </div> | 5117 | </div> |
| 5107 | <div class="flex-container alignItemsCenter"> | ||
| 5108 | <small data-i18n="Image Swipe Behavior:"> | ||
| 5109 | Image Swipe Behavior: | ||
| 5110 | </small> | ||
| 5111 | <select id="image_overswipe" class="widthNatural flex1 margin0"> | ||
| 5112 | <option value="generate" data-i18n="Generate new">Generate new</option> | ||
| 5113 | <option value="rollover" data-i18n="Roll over">Roll over</option> | ||
| 5114 | </select> | ||
| 5115 | </div> | ||
| 5116 | <label class="checkbox_label" for="continue_on_send"> | 5118 | <label class="checkbox_label" for="continue_on_send"> |
| 5117 | <input id="continue_on_send" type="checkbox" /> | 5119 | <input id="continue_on_send" type="checkbox" /> |
| 5118 | <small data-i18n="Press Send to continue"> | 5120 | <small data-i18n="Press Send to continue"> |