Ignore:
Timestamp:
Dec 17, 2010, 9:39:08 PM (13 years ago)
Author:
Zaphod
Message:

Changes for version 1.1.0 :

  • picture navbuttons moved into the title bar
  • increased size of prev/next thumbnail zone on picture page
  • picture icons and thumbnail arrows replaced by png stripes
File:
1 edited

Legend:

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

    r8100 r8183  
    1010                         
    1111                </div>
     12            <ul class="randomButtons">
     13                        <li id="imageToolBar">
     14                                {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
     15                        </li>
     16                        <li class="imageNumber">{$PHOTO}</li>
     17                </ul>
    1218                <div style="clear: both;"></div>
    1319        </div> <!-- imageHeaderBar -->
    1420
    1521        <div id="content">
    16                 <div id="imageInfoBar">
    17                         <div id="imageToolBar">
    18                                 {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
    19                         </div>
    20                 </div>
    21 
    2222                {assign var='display_description_tab' value=false}
    2323                {if (!($smarty.config.showDescriptionInsteadOfTitle) && isset($COMMENT_IMG))}
Note: See TracChangeset for help on using the changeset viewer.