summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/nodetype_detail.html
diff options
context:
space:
mode:
authorsupriya <supriya@dragbox.(none)>2012-08-07 11:41:01 +0530
committersupriya <supriya@dragbox.(none)>2012-08-07 11:41:01 +0530
commita97d8967426bda55381e0f235b26e51777228f5a (patch)
tree532dda45192f6b7dc03b716f21174702c880966a /gstudio/templates/gstudio/nodetype_detail.html
parente08547938d44b756fd1af529429f208214c36522 (diff)
downloadgnowsys-a97d8967426bda55381e0f235b26e51777228f5a.tar.gz
Wikipage added to gstudio
Diffstat (limited to 'gstudio/templates/gstudio/nodetype_detail.html')
-rw-r--r--gstudio/templates/gstudio/nodetype_detail.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/gstudio/templates/gstudio/nodetype_detail.html b/gstudio/templates/gstudio/nodetype_detail.html
index 95cf45b..73db903 100644
--- a/gstudio/templates/gstudio/nodetype_detail.html
+++ b/gstudio/templates/gstudio/nodetype_detail.html
@@ -214,7 +214,7 @@
<b>
Content:<nbsp>
- <input type="button" id="editdata" value="Edit Content"/><ndsp><nbsp>
+ <input type="button" id="editdata" value="Edit Content"/> <input type="button" id="savecontent" value="Save 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}}"/>
@@ -223,8 +223,10 @@
{% else %}
<b>
- Content:<nbsp> <input type="button"id="editdata" value="Edit Content"/><ndsp><nbsp>
- <input type="hidden" id="objectid" value="{{object.id}}"/>
+ Content:<nbsp>
+ <input type="button"id="editdata" value="Edit Content"/>
+ <input type="button" id="savecontent" value="Save 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}}"/>