Changeset 1870


Ignore:
Timestamp:
Mar 4, 2007, 10:28:42 PM (17 years ago)
Author:
rub
Message:

Set null to text of inactive picture navbutton

File:
1 edited

Legend:

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

    r1846 r1870  
    4242<!-- END last -->
    4343<!-- BEGIN last_unactive -->
    44   <a class="navButton prev"><img src="{pwg_root}{themeconf:icon_dir}/last_unactive.png" class="button" alt="{lang:last_page}"></a>
     44  <a class="navButton prev"><img src="{pwg_root}{themeconf:icon_dir}/last_unactive.png" class="button" alt=""></a>
    4545<!-- END last_unactive -->
    4646<!-- BEGIN next -->
     
    4848<!-- END next -->
    4949<!-- BEGIN next_unactive -->
    50   <a class="navButton next"><img src="{pwg_root}{themeconf:icon_dir}/right_unactive.png" class="button" alt="{lang:next_page}"></a>
     50  <a class="navButton next"><img src="{pwg_root}{themeconf:icon_dir}/right_unactive.png" class="button" alt=""></a>
    5151<!-- END next_unactive -->
    5252  <a class="navButton up" href="{U_UP}" title="{lang:thumbnails}" rel="up"><img src="{pwg_root}{themeconf:icon_dir}/up.png" class="button" alt="{lang:thumbnails}"></a>
     
    5555<!-- END previous -->
    5656<!-- BEGIN previous_unactive -->
    57   <a class="navButton prev"><img src="{pwg_root}{themeconf:icon_dir}/left_unactive.png" class="button" alt="{lang:previous_page}"></a>
     57  <a class="navButton prev"><img src="{pwg_root}{themeconf:icon_dir}/left_unactive.png" class="button" alt=""></a>
    5858<!-- END previous_unactive -->
    5959<!-- BEGIN first -->
     
    6161<!-- END first -->
    6262<!-- BEGIN first_unactive -->
    63   <a class="navButton prev"><img src="{pwg_root}{themeconf:icon_dir}/first_unactive.png" class="button" alt="{lang:first_page}"></a>
     63  <a class="navButton prev"><img src="{pwg_root}{themeconf:icon_dir}/first_unactive.png" class="button" alt=""></a>
    6464<!-- END first_unactive -->
    6565</div>
Note: See TracChangeset for help on using the changeset viewer.