merged graphsettings

This commit is contained in:
Connor Turland 2013-01-03 04:01:18 -05:00
commit 5389f54867

View file

@ -555,7 +555,8 @@ function onCreateLabelHandler(domElement, node) {
<div class="clearfloat"></div> \
</span> \
<div class="contributor"> \
Added by: <a href="/users/$_userid_$">$_username_$</a> \
Added by: <a href="/users/$_userid_$" target="_blank">$_username_$ \
</a> \
</div> \
<div class="desc"> \
<span class="best_in_place best_in_place_desc" \
@ -565,17 +566,16 @@ function onCreateLabelHandler(domElement, node) {
data-attribute="desc" \
data-type="textarea">$_desc_$</span> \
</div> \
</div> \
<span class="best_in_place best_in_place_link" \
data-url="/topics/$_id_$" \
data-object="topic" \
data-attribute="link" \
data-type="input">$_link_$</span> \
</div> \
<a href="$_link_$" class="link" target="_blank"> \
<img class="topic-go-arrow link" \
title="Visit $_link_$" \
src="/assets/go-arrow.png" /> \
<span class="best_in_place best_in_place_link" \
data-url="/topics/$_id_$" \
data-object="topic" \
data-attribute="link" \
data-activator=".topic_$_id_$ .edit-link" \
data-type="input">$_link_$</span> \
</a> \
<span class="edit-link">(Edit)</span> \
</div>';
//create metacode_choices array from imgArray
@ -668,4 +668,5 @@ function onCreateLabelHandler(domElement, node) {
node.setData("metacode", metacode);
Mconsole.plot();
});
}//onCreateLabelHandler