Ignore:
Timestamp:
Jul 12, 2012, 12:33:33 AM (12 years ago)
Author:
plg
Message:

Compatibility with Piwigo 2.4

Better "zoom" feature on gallery side and admin side

Bug fixed: the "Upload Photos" link in menubar is hidden when Advanced Menu Manager is activated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/community/admin_pendings.tpl

    r9372 r16637  
     1{combine_script id='jquery.colorbox' load='footer' require='jquery' path='themes/default/js/plugins/jquery.colorbox.min.js'}
     2{combine_css path="themes/default/js/plugins/colorbox/style2/colorbox.css"}
     3
    14{literal}
    25<style>
     
    1013{literal}
    1114<script type="text/javascript">
    12 $(document).ready(function(){
     15jQuery(document).ready(function(){
     16
     17  jQuery("a.zoom").colorbox({rel:"zoom"});
    1318
    1419  function checkSelectedRows() {
     
    7883    <td>
    7984  <div class="comment">
    80     <p class="commentAction" style="float:left;margin:0.5em 0 0 0.5em"><a href="{$photo.WEBSIZE_SRC}" class="externalLink">{'Zoom'|@translate}</a> &middot; <a href="{$photo.U_EDIT}" class="externalLink">{'Edit'|@translate}</a></p>
     85    <p class="commentAction" style="float:left;margin:0.5em 0 0 0.5em"><a href="{$photo.MEDIUM_SRC}" class="zoom">{'Zoom'|@translate}</a> &middot; <a href="{$photo.U_EDIT}" class="externalLink">{'Edit'|@translate}</a></p>
    8186    <p class="commentHeader"><strong>{$photo.ADDED_BY}</strong> - <em>{$photo.ADDED_ON}</em></p>
    8287    <table>
Note: See TracChangeset for help on using the changeset viewer.