Changeset 5682 for trunk/themes/default
- Timestamp:
- Apr 5, 2010, 10:49:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/default/template/comment_list.tpl
r5207 r5682 41 41 <a name="edit_comment"></a> 42 42 <form method="post" action="{$comment.U_EDIT}" class="filter" id="editComment"> 43 44 45 46 47 48 49 43 <fieldset> 44 <legend>{'Edit a comment'|@translate}</legend> 45 <label>{'Comment'|@translate}<textarea name="content" id="contenteditid" rows="5" cols="80">{$comment.CONTENT|@escape}</textarea></label> 46 <input type="hidden" name="key" value="{$comment.KEY}"> 47 <input type="hidden" name="image_id" value="{$comment.IMAGE_ID|@default:$current.id}"> 48 <input class="submit" type="submit" value="{'Submit'|@translate}"> 49 </fieldset> 50 50 </form> 51 {else} 52 <blockquote> {$comment.CONTENT}</blockquote>51 {else} 52 <blockquote><div>{$comment.CONTENT}</div></blockquote> 53 53 {/if} 54 54 </div>
Note: See TracChangeset
for help on using the changeset viewer.