Ignore:
Timestamp:
Sep 23, 2011, 10:44:08 PM (13 years ago)
Author:
grum
Message:

fix bugs
bug:2346 - Preview / next arrow do not work with [gmaps] tag in description
bug:2063 - Incompatibility with slideshow mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/templates/gmaps_category.tpl

    r10551 r12204  
    33{combine_script id="jquery.ui.dialog" path="themes/default/js/ui/minified/jquery.ui.dialog.min.js"}
    44{combine_script id="maps.google.com/api" path="http://maps.google.com/maps/api/js?sensor=false"}
    5 {combine_script id="gmaps.category" path="plugins/GMaps/js/gmapsCategory.min.js" require="jquery.ui"}
    65
    76{foreach from=$maps item=map}
     
    1110{/foreach}
    1211
    13 
    14 <div id='iGMapsInfoWindow' style='display:none;'>
    15   <div id='iGMapsInfoWindowContent'>
    16     <div id='iGMIWC_title'>Titre de la photo</div>
    17 
    18     <table id='iGMIWC_thumb'>
    19       <tr>
    20         <td style='width:28px;'><div id='iWALeft' onclick='displayPicturePrev();'></div></td>
    21         <td>
    22           <img id='iGMIWC_img' src=''>
    23         </td>
    24         <td style='width:28px;'><div id='iWARight' onclick='displayPictureNext();'></div></td>
    25       </tr>
    26     </table>
    27 
    28     <div id='iGMIWC_picnum'>0/0 photo</div>
    29 
    30     <div id='iGMIWC_showcat' style='display:none;'>
    31       <span>{'gmaps_i_show_this_picture_in'|@translate}</span>
    32       <ul id='iGMIWC_showcatList'>
    33       </ul>
    34     </div>
    35   </div>
    36 </div>
Note: See TracChangeset for help on using the changeset viewer.