Changeset 2695


Ignore:
Timestamp:
Oct 9, 2008, 9:19:03 PM (16 years ago)
Author:
vdigital
Message:

Corrective change to svn:2674
(Add ids to textarea (for future use with TinyMCE plugin).)
id="content" is already used on many pages and a css rule is applied on.
So new id is id="contentid".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/picture.tpl

    r2674 r2695  
    263263                <label>{'upload_author'|@translate}<input type="text" name="author"></label>
    264264                {/if}
    265                 <label>{'comment'|@translate}<textarea name="content" id="content" rows="5" cols="80">{$comment_add.CONTENT}</textarea></label>
     265                <label>{'comment'|@translate}<textarea name="content" id="contentid" rows="5" cols="80">{$comment_add.CONTENT}</textarea></label>
    266266                <input type="hidden" name="key" value="{$comment_add.KEY}" />
    267267                <input class="submit" type="submit" value="{'Submit'|@translate}">
Note: See TracChangeset for help on using the changeset viewer.