Ignore:
Timestamp:
Jun 5, 2012, 9:55:23 PM (12 years ago)
Author:
mistic100
Message:

merge r15570 from trunk
bug:2645 author field is kept when comment not validated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/themes/default/template/picture.tpl

    r12480 r15571  
    307307                <legend>{'Add a comment'|@translate}</legend>
    308308                {if $comment_add.SHOW_AUTHOR}
    309                 <label>{'Author'|@translate}<input type="text" name="author"></label>
     309                <label>{'Author'|@translate}<input type="text" name="author" value="{$comment_add.AUTHOR}"></label>
    310310                {/if}
    311311                <label>{'Comment'|@translate}<textarea name="content" id="contentid" rows="5" cols="80">{$comment_add.CONTENT}</textarea></label>
Note: See TracChangeset for help on using the changeset viewer.