Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/app/templates/editor.html
diff options
context:
space:
mode:
authorSebastian Silva <sebastian@sugarlabs.org>2011-11-16 12:20:33 (GMT)
committer Sebastian Silva <sebastian@sugarlabs.org>2011-11-16 12:40:15 (GMT)
commitc5773b9e8b494d06e39580d6830edb3c71b9d075 (patch)
tree5a108e88b3ef71f42f4789dded2f6c72b8c46932 /app/templates/editor.html
parent60abf6eb8f5173f17be88d24bc2fc889820133f6 (diff)
UI Tweak.
Diffstat (limited to 'app/templates/editor.html')
-rw-r--r--app/templates/editor.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/templates/editor.html b/app/templates/editor.html
index 419d6e8..6e0e8df 100644
--- a/app/templates/editor.html
+++ b/app/templates/editor.html
@@ -25,14 +25,13 @@
${absdir}/<br/>
<strong>${basename}</strong><br/>
</div>
+<hr /><br/>
<div id="result" style="color:red"></div>
-<hr />
<form id="saveform" action="/save" method="post">
<input type="hidden" name="filename" id="filename" value="$filename" />
<input type="hidden" name="directory" id="directory" value="$directory" />
<input type="hidden" name="content" id="content" value="ñññ" />
<!--input type="button" class="btn" value="Browse" onclick='location.href="/files/$directory"' /-->
-<br/>
<input type="submit" value="Save file" /><br/>
<input type="button" class="btn" value="Delete file" onclick='location.href="/delete/${filename}"' />
<!-- save a magic cookie for security here TODO -->