Show
Ignore:
Timestamp:
10/31/11 15:39:26 (19 months ago)
Author:
plg
Message:

bug fixed: keyboard navigation available on Luciano (thanks to sichr.net for the tip)

bug fixed: compatibility with Google+1 plugin on picture.php

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/luciano/template/picture.tpl

    r12531 r12534  
    11{if !empty($PLUGIN_PICTURE_BEFORE)}{$PLUGIN_PICTURE_BEFORE}{/if} 
     2 
     3{include file='picture_nav_keys.tpl'|@get_extent:'picture_nav_keys'} 
     4 
    25<div id="imageHeaderBar"> 
    36    <div class="browsePath"> 
     
    1316    {if !empty($U_SET_AS_REPRESENTATIVE)}<li><a href="{$U_SET_AS_REPRESENTATIVE}" title="{'set as category representative'|@translate}" id="bn-higlight">{'representative'|@translate}</a></li>{/if} 
    1417    {if isset($U_ADMIN)                                 }<li><a href="{$U_ADMIN}" title="{'link_info_image'|@translate}" id="bn-edit">{'edit'|@translate}</a></li>{/if} 
    15     {if isset($U_CADDIE)                                } 
     18    {if isset($U_CADDIE)                                }{*caddie management BEGIN*} 
    1619                      <script type="text/javascript">{literal}function addToCadie(aElement, rootUrl, id){if (aElement.disabled) return;aElement.disabled=true;var y=new PwgWS(rootUrl);y.callService("pwg.caddie.add",{image_id: id},{onFailure:function(num,text){alert(num+" "+text);document.location=aElement.href;},onSuccess:function(result){aElement.disabled=false;}});}{/literal}</script> 
    1720                      <li><a href="{$U_CADDIE}" onclick="addToCadie(this, '{$ROOT_URL|@escape:'javascript'}', {$current.id}); return false;" title="{'add to caddie'|@translate}" id="bn-caddie">{'caddie'|@translate}</a></li> 
    18     {/if} 
     21    {/if}{*caddie management END*} 
    1922  </ul> 
    2023</div>