Skip to content
Snippets Groups Projects
Commit c9cec417 authored by Frank Steinberg's avatar Frank Steinberg
Browse files

Minor.

parent 1a4ee518
No related branches found
No related tags found
No related merge requests found
...@@ -45,15 +45,17 @@ ...@@ -45,15 +45,17 @@
<xsl:if test="not($edit = 'no')"> <xsl:if test="not($edit = 'no')">
<div id="editor"> <div id="editor">
<div id="editor-inner"> <div id="editor-inner">
<div>You are editing the translation of the following original text: <p>You are editing the translation of the following original text:</p>
<div id="original"></div> <div id="original">-</div>
</div> <p>Your Author ID:
Your Author ID: <input type="text" name="author" id="author" /> | <span id="lasttext"></span> <input type="text" name="author" id="author" />
<span id="lasttext"> </span>
</p>
<div id="pelleditor"></div> <div id="pelleditor"></div>
</div> </div>
<div>Markup:<div id="markup"></div></div> <div>Markup:<div id="markup"></div></div>
<!-- <!--
<div>Preview:<div id="render"></div></div> <div>Preview:<div id="render"></div></div>
--> -->
</div> </div>
<div/> <div/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment