Skip to content

Commit

Permalink
Fix for the Editors' Notes bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMightyBuzzard committed Sep 17, 2015
1 parent 9347a22 commit 7be612d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/Submit/templates/previewForm;submit;default
Expand Up @@ -103,7 +103,7 @@ __template__
[%- IF submission.email %] <a href="[% submission.email %]">[% submission.email %]</a>[% END -%]
</b> at [% submission.time %] <a href="[% gSkin.rootdir %]/users.pl?op=userinfo&amp;userfield=[% ipid %]&amp;fieldname=ipid">[% ipid_vis %]</a><br>
<br>
<label>Editors' Notes<label>
<label>Editors' Notes</label>
<textarea class="fullbox" wrap="virtual" maxlength="1023" name="comment_[% subid | strip_attribute %]" cols="[% user.textarea_cols || constants.textarea_cols %]" rows="3">[% submission.comment | strip_textarea %]</textarea>

[%
Expand Down Expand Up @@ -133,7 +133,7 @@ __template__
<input type="hidden" name="subid" value="[% subid %]">
<input type="hidden" name="topic_source" value="submission">
<input type="hidden" name="submitter" value="[% submitter.uid %]">
<label>Editors' Notes<label>
<label>Editors' Notes</label>
<textarea class="fullbox" wrap="virtual" maxlength="1023" name="notes" cols="[% user.textarea_cols || constants.textarea_cols %]" rows="3">[% submission.comment | strip_textarea %]</textarea>

<label>Title&nbsp; <input type="text" name="title" value="[% submission.subj | strip_subject %]" size="75" MAXLENGTH="100"></label>
Expand Down

0 comments on commit 7be612d

Please sign in to comment.