Ignore:
Timestamp:
May 26, 2010, 12:29:31 AM (14 years ago)
Author:
plg
Message:

feature 1697: ability to deactivate the synchronization method to add photos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/admin/themes/default/template/footer.tpl

    r6323 r6361  
    6262{/literal}
    6363
     64{if not $ENABLE_SYNCHRONIZATION}
     65{literal}
     66<script type='text/javascript'>
     67  $(document).ready(function() {
     68    $("#helpSynchro").hide();
     69  });
     70</script>
     71{/literal}
     72{/if}
     73
    6474</body>
    6575</html>
Note: See TracChangeset for help on using the changeset viewer.