Skip to content

Commit

Permalink
Source tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
tslocke committed Dec 4, 2008
1 parent 6b17815 commit dc20ca4
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions hobo/taglibs/rapid_forms.dryml
Expand Up @@ -660,15 +660,13 @@ To use this tag, the model of the items the user is chosing *must* have unique n
</div>
<div class="items">
<set param-name="&param_name_for_this"/>
<repeat>
<div class="item" param="item">
<span><%= h this.to_s %></span>
<input type="hidden" name="#{param_name}[]" value="@#{h this.id}" disabled="&disabled"
param="hidden"/>
<input type="button" class="remove-item" value="#{remove_label || 'Remove'}" disabled="&disabled"
param="remove-button"/>
</div>
</repeat>
<div class="item" param="item" repeat>
<span><%= h this.to_s %></span>
<input type="hidden" name="#{param_name}[]" value="@#{h this.id}" disabled="&disabled"
param="hidden"/>
<input type="button" class="remove-item" value="#{remove_label || 'Remove'}" disabled="&disabled"
param="remove-button"/>
</div>
</div>
<select merge-attrs="&{:disabled => disabled}">
<option value=""><prompt/></option>
Expand Down

0 comments on commit dc20ca4

Please sign in to comment.