Changeset 20542


Ignore:
Timestamp:
Feb 4, 2013, 10:46:55 AM (11 years ago)
Author:
plg
Message:

feature 2834: move "up" icon before previous/next arrows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/picture_nav_buttons.tpl

    r13801 r20542  
    4040        </span>
    4141{/if}{/strip}-->*}
     42{strip}{if isset($U_UP) and !isset($slideshow)}
     43        <a href="{$U_UP}" title="{'Thumbnails'|@translate}" class="pwg-state-default pwg-button">
     44                <span class="pwg-icon pwg-icon-arrow-n">&nbsp;</span><span class="pwg-button-text">{'Thumbnails'|@translate}</span>
     45        </a>
     46{/if}{/strip}
    4247{strip}{if isset($previous)}
    4348        <a href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE}" class="pwg-state-default pwg-button">
     
    5964        </a>
    6065{/if}
    61 {strip}{if isset($U_UP) and !isset($slideshow)}
    62         <a href="{$U_UP}" title="{'Thumbnails'|@translate}" class="pwg-state-default pwg-button">
    63                 <span class="pwg-icon pwg-icon-arrow-n">&nbsp;</span><span class="pwg-button-text">{'Thumbnails'|@translate}</span>
    64         </a>
    65 {/if}{/strip}
    6666{strip}{if isset($next)}
    6767        <a href="{$next.U_IMG}" title="{'Next'|@translate} : {$next.TITLE}" class="pwg-state-default pwg-button pwg-button-icon-right">
Note: See TracChangeset for help on using the changeset viewer.