Ignore:
Timestamp:
Jul 2, 2012, 10:08:28 PM (12 years ago)
Author:
Zaphod
Message:

version 2.2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/picture_content.tpl

    r14687 r16298  
    2828        {/if}
    2929        {if ($stripped.imageArrows) }
    30 <!--            {if isset($U_UP)}
    31                         <a href="{$U_UP}" class="cat_up">&nbsp;</a>
    32                  {/if}-->
     30                {if isset($U_UP)}
     31                        <a href="{$U_UP}" class="img_nav cat_up" alt="{'Thumbnails'|@translate}">&nbsp;</a>
     32                {/if}
    3333                {if isset($previous)}
    34                         <a href="{$previous.U_IMG}" class="img_nav img_prev">&nbsp;</a>
     34                        <a href="{$previous.U_IMG}" class="img_nav img_prev" alt="{$previous.TITLE}">&nbsp;</a>
    3535                {/if}
    3636                {if isset($next)}
    37                         <a href="{$next.U_IMG}" class="img_nav img_next">&nbsp;</a>
     37                        <a href="{$next.U_IMG}" class="img_nav img_next" alt="{$next.TITLE}">&nbsp;</a>
    3838                {/if}
    3939        {/if}
Note: See TracChangeset for help on using the changeset viewer.