Results 1 to 3 of 3

Thread: category admin template : textarea name for content

  1. #1
    teusch is offline Registered User
    Join Date
    Feb 2004
    Posts
    4

    Default category admin template : textarea name for content

    in the category admin template (edit and add) you must change the name of the textarea content input :
    admin_tpl\cat_add_form.html
    <textarea name="content-page" cols="40" rows="7"></textarea>
    by
    <textarea name="content" cols="40" rows="7"></textarea>
    admin_tpl\cat_edit_form.html
    <textarea name="content-page" cols="40" rows="7"><%$content%></textarea>
    by
    <textarea name="content" cols="40" rows="7"><%$content%></textarea>

  2. #2
    pungky's Avatar
    pungky is offline Super Moderator
    Join Date
    Mar 2009
    Posts
    143

    Default

    Yes, you are right.
    This bug has been reported before, this will be fixed in the next release.

    Thanks.

  3. #3
    teusch is offline Registered User
    Join Date
    Feb 2004
    Posts
    4

    Default

    in the admin_tpl/link_validate_rows.html page, i have change the rowspan for thirst and last column . the good value is 8

Similar Threads

  1. Character counter for textarea
    By DGTALGOODIES in forum Plugins
    Replies: 1
    Last Post: 02-09-2009, 09:11 PM
  2. Changing INPUT to TEXTAREA
    By linksor.com in forum v5.x
    Replies: 2
    Last Post: 09-14-2008, 02:37 AM
  3. Displaying HTML inside of a <textarea>
    By FSGDAG in forum Website development, hosting and promotion
    Replies: 7
    Last Post: 02-13-2008, 09:29 AM
  4. Replies: 2
    Last Post: 04-21-2002, 07:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •