Restyle "Image Swipe Behavior" block
| @@ -5083,7 +5083,7 @@ | ||
| 5083 | 5083 | </div> |
| 5084 | 5084 | </div> |
| 5085 | 5085 | <div id="examples-behavior-block"> |
| 5086 | 5086 | <label for="example_messages_behavior"> |
| 5087 | 5087 | <small data-i18n="Example Messages Behavior"> |
| 5088 | 5088 | Example Messages Behavior: |
| 5089 | 5089 | </small> |
| @@ -5094,6 +5094,17 @@ | ||
| 5094 | 5094 | <option value="strip" data-i18n="Never include examples">Never include examples</option> |
| 5095 | 5095 | </select> |
| 5096 | 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 | 5108 | <div class="flex-container alignitemscenter"> |
| 5098 | 5109 | <small data-i18n="Send on Enter"> |
| 5099 | 5110 | Enter to Send: |
| @@ -5104,15 +5115,6 @@ | ||
| 5104 | 5115 | <option value="1" data-i18n="Enabled">Enabled</option> |
| 5105 | 5116 | </select> |
| 5106 | 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 | 5118 | <label class="checkbox_label" for="continue_on_send"> |
| 5117 | 5119 | <input id="continue_on_send" type="checkbox" /> |
| 5118 | 5120 | <small data-i18n="Press Send to continue"> |