Ignore:
Timestamp:
Aug 3, 2012, 7:02:24 PM (12 years ago)
Author:
mistic100
Message:

feature 2380: add URL for user comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/picture.tpl

    r17302 r17351  
    350350                                        <p><label for="author">{'Author'|@translate} :</label></p>
    351351                                        <p><input type="text" name="author" id="author" value="{$comment_add.AUTHOR}"></p>
    352                                         <p><label for="contentid">{'Comment'|@translate} :</label></p>
    353352                                {/if}
     353        <p><label for="website_url">{'Website'|@translate} :</label></p>
     354                          <p><input type="text" name="website_url" id="website_url" value="{$comment_add.WEBSITE_URL}"></p>
     355                          <p><label for="contentid">{'Comment'|@translate} :</label></p>
    354356                                <p><textarea name="content" id="contentid" rows="5" cols="50">{$comment_add.CONTENT}</textarea></p>
    355357                                <p><input type="hidden" name="key" value="{$comment_add.KEY}">
Note: See TracChangeset for help on using the changeset viewer.