make description field not have save/cancel buttons for best_in_place
This commit is contained in:
parent
3c6baae698
commit
d2383e50db
2 changed files with 1 additions and 5 deletions
|
@ -663,8 +663,6 @@ function onCreateLabelHandler(domElement, node) {
|
||||||
data-object="topic" \
|
data-object="topic" \
|
||||||
data-nil="$_desc_nil_$" \
|
data-nil="$_desc_nil_$" \
|
||||||
data-attribute="desc" \
|
data-attribute="desc" \
|
||||||
data-ok-button="Save" \
|
|
||||||
data-cancel-button="Discard" \
|
|
||||||
data-type="textarea">$_desc_$</span> \
|
data-type="textarea">$_desc_$</span> \
|
||||||
<div class="clearfloat"></div> \
|
<div class="clearfloat"></div> \
|
||||||
</div> \
|
</div> \
|
||||||
|
|
|
@ -33,8 +33,6 @@
|
||||||
data-object="topic"
|
data-object="topic"
|
||||||
data-nil="<span class='gray'>Click to add description.</span>"
|
data-nil="<span class='gray'>Click to add description.</span>"
|
||||||
data-attribute="desc"
|
data-attribute="desc"
|
||||||
data-ok-button="Save"
|
|
||||||
data-cancel-button="Discard"
|
|
||||||
data-type="textarea"><%=topic.desc %></span>
|
data-type="textarea"><%=topic.desc %></span>
|
||||||
<div class="clearfloat"></div>
|
<div class="clearfloat"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue