Created
August 15, 2014 13:35
-
-
Save iurevych/931d4253d027e0b301f9 to your computer and use it in GitHub Desktop.
This file contains 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 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