summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/nodetype_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/gstudio/nodetype_detail.html')
-rw-r--r--gstudio/templates/gstudio/nodetype_detail.html24
1 files changed, 22 insertions, 2 deletions
diff --git a/gstudio/templates/gstudio/nodetype_detail.html b/gstudio/templates/gstudio/nodetype_detail.html
index 0c777b54..e016108a 100644
--- a/gstudio/templates/gstudio/nodetype_detail.html
+++ b/gstudio/templates/gstudio/nodetype_detail.html
@@ -186,9 +186,29 @@
{% endfor %} <br/>
{% endif %}
<!-- Content -->
- {% if object.content %}
- <b>Content:<nbsp></b>{{object_content}}
+ {% if object.content %}
+ <b>
+ Content:<nbsp>
+
+ <input type="button" id="editdata" value="Edit Content"/><ndsp><nbsp>
+ <input type="hidden" id="objectid" value="{{object.id}}"/>
+ <input type="hidden" id="title" value="{{object.title}}"/>
+ <input type="hidden" id="orgcontent" value="{{object.content_org}}"/>
+ </b>
+ {{object_content}}<br/>
+
+ {% else %}
+ <b>
+ Content:<nbsp> <input type="button"id="editdata" value="Edit Content"/><ndsp><nbsp>
+ <input type="hidden" id="objectid" value="{{object.id}}"/>
+
+ <input type="hidden" id="title" value="{{object.title}}"/>
+ <input type="hidden" id="orgcontent" value="{{object.content_org}}"/>
+ </b>
+ {{object_content}}<br/>
+
{% endif %}
+
<!-- Neighbourhood Listing ends -->
<script type="text/javascript" >
var s = 0