Ignore:
Timestamp:
Jun 24, 2012, 9:29:05 PM (12 years ago)
Author:
grum
Message:

feature:2664- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-graphite/conf/default.conf

    r8529 r16019  
    44# ------------------------------------------------------------------------------
    55# file: gally-graphite/conf/default.conf
    6 # file release: 1.3.0
     6# file release: 1.5.0
    77# ------------------------------------------------------------------------------
    88# author: grum at piwigo.org
     
    185185
    186186# -- 1.3.0 --
    187 # the 'displayHighResIcon' option can take theses values :
    188 #   "yes" => display an icon 'view full res' in the toolbar
    189 #   "no"  => don't display an icon 'view full res' in the toolbar
    190 displayHighResIcon="yes"
    191 
    192 # -- 1.3.0 --
    193187# the 'highResClickMode' option can take theses values :
    194188#   "close" => click on the high res picture close the high res picture
    195189#   "zoom"  => click on the high res picture switch the zoom mode fit/full
    196190highResClickMode="close"
     191
     192# -- 1.5.0 --
     193# the 'manageTips' option can take theses values :
     194#   "yes" => the interface uses the simpleTip.js script to display hints
     195#   "no"  => the interface uses the default browser method to display hints
     196manageTips="yes"
     197
     198# -- 1.5.0 --
     199# the 'manageTipsPos' define the default position for tips ; the option can take
     200# theses values :
     201#   "tipOnTop"    => tip is displayed above the object
     202#   "tipOnBottom" => tip is displayed under the object
     203#   "tipOnLeft"   => tip is displayed on the left side of the object
     204#   "tipOnRight"  => tip is displayed on the right side of the object
     205manageTipsPos="tipOnBottom"
     206
     207# -- 1.5.0 --
     208# the 'tipsSize' option can take any positive integer values.
     209# This option define the size (Width&Height) of an arrow
     210tipsSize=13
    197211
    198212# ------- Menu parameters ------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.