Created
March 25, 2011 11:27
-
-
Save neokoenig/886712 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
<cfoutput> | |
<div id="emailedit[#arguments.current#]" class="emailtemplate clearfix"> | |
<div class="span-11"> | |
#textField(objectName="contact", association="emailaddresses", position=arguments.current, property="email", label="Email Address", size=62, class="email")# | |
</div> | |
<div class="span-3"> | |
#select(objectName="contact", association="emailaddresses", position=arguments.current, property="type", label="Type", options="Work,Home")# | |
</div> | |
<div class="span-3"> | |
#checkbox(objectName="contact", association="emailaddresses", position=arguments.current, property="preferred", label="Preferred")# | |
</div> | |
<div class="span-3 last prepend-top"> | |
<p><a href="" class="button negative removeemail">Remove</a></p> | |
</div> | |
</div> | |
</cfoutput> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment