OSDN Git Service

sync with original 3.3
[nucleus-jp/nucleus-jp-ancient.git] / nucleus / forms / commentform-loggedin.template
index df2b81e..7a25110 100755 (executable)
@@ -1,9 +1,9 @@
 <a id="nucleus_cf"></a>
 <form method="post" action="#nucleus_cf">
+       <div class="commentform">
 <input type="hidden" name="action" value="addcomment" />
 <input type="hidden" name="url" value="<%formdata(destinationurl)%>" />
 <input type="hidden" name="itemid" value="<%itemid%>" />
-       <div class="commentform">
                <%errordiv%>
                <label for="nucleus_cf_body"><%text(_COMMENTFORM_COMMENT)%></label>
                <textarea name="body" class="formfield" cols="40" rows="10" id="nucleus_cf_body"><%formdata(body)%></textarea>
@@ -15,4 +15,4 @@
 
                <%callback(FormExtra,commentform-loggedin)%>
        </div>
-</form>
\ No newline at end of file
+</form>