make description field not have save/cancel buttons for best_in_place

This commit is contained in:
Devin Howard 2013-01-10 19:13:18 -05:00
parent 3c6baae698
commit d2383e50db
2 changed files with 1 additions and 5 deletions

View file

@ -663,8 +663,6 @@ function onCreateLabelHandler(domElement, node) {
data-object="topic" \
data-nil="$_desc_nil_$" \
data-attribute="desc" \
data-ok-button="Save" \
data-cancel-button="Discard" \
data-type="textarea">$_desc_$</span> \
<div class="clearfloat"></div> \
</div> \

View file

@ -33,8 +33,6 @@
data-object="topic"
data-nil="<span class='gray'>Click to add description.</span>"
data-attribute="desc"
data-ok-button="Save"
data-cancel-button="Discard"
data-type="textarea"><%=topic.desc %></span>
<div class="clearfloat"></div>
</div>
@ -55,4 +53,4 @@
<div class="clearfloat"></div>
</div>
<% end %>
<% end %>