Ignore:
Timestamp:
Mar 18, 2010, 8:21:17 PM (14 years ago)
Author:
rvelices
Message:

-fix language keys problems

File:
1 edited

Legend:

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

    r5095 r5178  
    2323        {if isset($comment.U_EDIT) and !isset($comment.IN_EDIT)}
    2424        <li>
    25           <a class="editComment" href="{$comment.U_EDIT}#edit_comment" title="{'edit this comment'|@translate}">
     25          <a class="editComment" href="{$comment.U_EDIT}#edit_comment" title="edit this comment">
    2626            <img src="{$ROOT_URL}{$themeconf.icon_dir}/edit.png" class="button" alt="[edit]">
    2727          </a>
     
    4242      <form  method="post" action="{$comment.U_EDIT}" class="filter" id="editComment">
    4343        <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>
     44          <legend>Edit a comment</legend>
     45          <label>{'Comment'|@translate}<textarea name="content" id="contenteditid" rows="5" cols="80">{$comment.CONTENT|@escape}</textarea></label>
    4646          <input type="hidden" name="key" value="{$comment.KEY}">
    4747          <input type="hidden" name="image_id" value="{$comment.IMAGE_ID|@default:$current.id}">
Note: See TracChangeset for help on using the changeset viewer.