Created
August 15, 2014 13:30
-
-
Save iurevych/bd94434c5b7deccccf84 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div> | |
| <h1>Settings</h1> | |
| <UILabel text='Campaign name:' /> | |
| <UILabelTip text='Example: la-la-la-la-la' /> | |
| <UITextInput text='Offer for Friends' class='span6' /> | |
| <hr/> | |
| <UILabel text='Campaign join criteria:' /> | |
| <UILabelTip text='Liquid condition to allow creation only for specific offers:' /> | |
| <UITextarea class='span6' rows='5' /> | |
| <UISpoiler name='.js-ivars-list' text='All available variables' /> | |
| <UICheckbox text='Use Facebook App Share instead of sharer.php' id='variables' /> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment