Skip to content

Commit

Permalink
Add comment label back
Browse files Browse the repository at this point in the history
Commit:8d4c15e removed our ”Write your comment here:” label. This
commit adds it back.
  • Loading branch information
kensanata committed Sep 6, 2015
1 parent bf00a9e commit de6a3f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wiki.pl
Expand Up @@ -2470,9 +2470,10 @@ sub GetCommentForm {
and $id =~ /$CommentsPattern/ and UserCanEdit($id, 0, 1)) {
my $html = $q->div({-class=>'comment'},
GetFormStart(undef, undef, 'comment'),
$q->p(GetHiddenValue('title', $id), $q->br(),
$q->p(GetHiddenValue('title', $id),
$q->label({-for=>'aftertext', -accesskey=>T('c')},
GetTextArea('aftertext', $comment, 10))),
T('Add your comment here:')), $q->br(),
GetTextArea('aftertext', $comment, 10)),
$EditNote,
$q->p($q->span({-class=>'username'},
$q->label({-for=>'username'}, T('Username:')), ' ',
Expand Down

0 comments on commit de6a3f1

Please sign in to comment.