Ignore:
Timestamp:
Mar 28, 2010, 9:46:21 PM (15 years ago)
Author:
nikrou
Message:

html select tag for applicable categories
show selected thumbnail
prepare localization for gettext

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/template/ak_reloaded_image.tpl

    r3876 r5432  
    44    <tr class="nline">
    55      <td class="ncol">
    6         <a id="akPreviousPicture" class="{if empty($AK_PREVIOUS)}hide {/if}load navButton" href="{$AK_PREVIOUS}" title="{'previous_page'|@translate}{* : {$AK_PREVIOUS.TITLE}*}" rel="prev">
    7           <img src="{$ROOT_URL}{$themeconf.icon_dir}/left.png" class="button" alt="{'previous_page'|@translate}">
     6        <a id="akPreviousPicture" class="load navButton" href="{$AK_PREVIOUS}" title="{'Previous image'|@translate}{* : {$AK_PREVIOUS.TITLE}*}" rel="prev">
     7          <img src="{$ROOT_URL}{$themeconf.icon_dir}/left.png" class="button" alt="{'Previous image'|@translate}">
    88        </a>
    99      </td>
     
    1313      </td>
    1414      <td class="ncol">
    15         <a id="akNextPicture" class="{if empty($AK_NEXT)}hide {/if}load navButton" href="{$AK_NEXT}" title="{'next_page'|@translate}{* : {$AK_NEXT.TITLE}*}" rel="next">
    16           <img src="{$ROOT_URL}{$themeconf.icon_dir}/right.png" class="button" alt="{'next_page'|@translate}">
     15        <a id="akNextPicture" class="load navButton" href="{$AK_NEXT}" title="{'Next image'|@translate}{* : {$AK_NEXT.TITLE}*}" rel="next">
     16          <img src="{$ROOT_URL}{$themeconf.icon_dir}/right.png" class="button" alt="{'Next image'|@translate}">
    1717        </a>
    1818      </td>
Note: See TracChangeset for help on using the changeset viewer.