Ignore:
Timestamp:
Mar 5, 2013, 7:37:03 PM (11 years ago)
Author:
flop25
Message:

adding new input for comments
PWG Stuff compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/comment_list.tpl

    r18640 r21215  
    4040                                        </div>
    4141                                {/if}
    42                                 <span class="author">{$comment.AUTHOR}</span> - <span class="date">{$comment.DATE}</span>
    43                                 {if isset($comment.IN_EDIT)}
     42        <span class="commentAuthor">{if $comment.WEBSITE_URL}<a href="{$comment.WEBSITE_URL}" class="external" target="_blank" rel="nofollow">{$comment.AUTHOR}</a>{else}{$comment.AUTHOR}{/if}</span>
     43          {if $comment.EMAIL}- <a href="mailto:{$comment.EMAIL}">{$comment.EMAIL}</a>{/if}
     44          - <span class="commentDate">{$comment.DATE}</span>
     45        {if isset($comment.IN_EDIT)}
    4446                                        <a name="edit_comment"></a>
    4547                                        <form  method="post" action="{$comment.U_EDIT}" class="filter" id="editComment">
     
    4749                                                        <legend>{'Edit a comment'|@translate}</legend>
    4850                                                        <label><textarea name="content" id="contenteditid" rows="4" cols="80">{$comment.CONTENT|@escape}</textarea></label>
     51              <p><label for="website_url">{'Website'|@translate} :</label></p>
     52              <p><input type="text" name="website_url" id="website_url" value="{$comment.WEBSITE_URL}" size="40"></p>
    4953                                                        <input type="hidden" name="key" value="{$comment.KEY}">
    5054                                                        <input type="hidden" name="pwg_token" value="{$comment.PWG_TOKEN}">
Note: See TracChangeset for help on using the changeset viewer.