Changeset 2674


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
Files:
5 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
  • trunk/template/yoga/picture.tpl

    r2594 r2674  
    2323  <div class="browsePath">
    2424    <a href="{$U_HOME}" rel="home">{'home'|@translate}</a>
    25     {$LEVEL_SEPARATOR}{$SECTION_TITLE}
     25    {if $SECTION_TITLE != 'no_category'|@translate}{$LEVEL_SEPARATOR}{$SECTION_TITLE}{/if}
    2626    {$LEVEL_SEPARATOR}{$current.TITLE}
    2727  </div>
     
    263263                <label>{'upload_author'|@translate}<input type="text" name="author"></label>
    264264                {/if}
    265                 <label>{'comment'|@translate}<textarea name="content" rows="5" cols="80">{$comment_add.CONTENT}</textarea></label>
     265                <label>{'comment'|@translate}<textarea name="content" id="content" 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}">
  • trunk/template/yoga/upload.tpl

    r2352 r2674  
    8787      <td>{'comment'|@translate}</td>
    8888      <td>
    89        <textarea name="comment" rows="3" cols="40" style="overflow:auto">{$COMMENT_IMG}</textarea>
     89       <textarea name="comment" id="comment" rows="3" cols="40" style="overflow:auto">{$COMMENT_IMG}</textarea>
    9090      </td>
    9191    </tr>
Note: See TracChangeset for help on using the changeset viewer.