Changeset 2674 for trunk/admin


Ignore:
Timestamp:
Oct 6, 2008, 7:59:06 PM (16 years ago)
Author:
patdenice
Message:
  • Don't show "home" twice on picture navbar if category is not set.
  • Add ids to textarea (for future use with TinyMCE plugin).
  • Enlarge cat_bottom-right.gif and cat_top-right.gif to 1200px.
Location:
trunk/admin/template/goto
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/cat_modify.tpl

    r2641 r2674  
    4646      <td><strong>{'Description'|@translate}</strong></td>
    4747      <td>
    48         <textarea cols="50" rows="5" name="comment" class="description">{$CAT_COMMENT}</textarea>
     48        <textarea cols="50" rows="5" name="comment" id="comment" class="description">{$CAT_COMMENT}</textarea>
    4949      </td>
    5050    </tr>
     
    214214      <td><strong>{'mail_content'|@translate}</strong></td>
    215215      <td>
    216         <textarea cols="50" rows="5" name="mail_content" class="description">{$MAIL_CONTENT}</textarea>
     216        <textarea cols="50" rows="5" name="mail_content" id="mail_content" class="description">{$MAIL_CONTENT}</textarea>
    217217      </td>
    218218    </tr>
  • trunk/admin/template/goto/element_set_unit.tpl

    r2641 r2674  
    8484    <tr>
    8585      <td><strong>{'Description'|@translate}</strong></td>
    86       <td><textarea name="description-{$element.ID}" class="description">{$element.DESCRIPTION}</textarea></td>
     86      <td><textarea name="description-{$element.ID}" id="description-{$element.ID}" class="description">{$element.DESCRIPTION}</textarea></td>
    8787    </tr>
    8888
  • trunk/admin/template/goto/picture_modify.tpl

    r2641 r2674  
    124124      <tr>
    125125        <td><strong>{'Description'|@translate}</strong></td>
    126         <td><textarea name="description" class="description">{$DESCRIPTION}</textarea></td>
     126        <td><textarea name="description" id="description" class="description">{$DESCRIPTION}</textarea></td>
    127127      </tr>
    128128
Note: See TracChangeset for help on using the changeset viewer.