Ignore:
Timestamp:
May 20, 2010, 10:21:29 PM (14 years ago)
Author:
EXFTB
Message:

2.1.b fix minor bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/main.inc.php

    r6241 r6259  
    88Description:  Display thumbnail under button. Add navigation on picture look like GBo Gallery
    99Add a border around  picture ......
    10   2.1.a compliant 2.1 Piwigo */
     10  2.1.a compliant 2.1 Piwigo
     11  2.1.b fix minor bugs in administration  */
    1112
    1213if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
     
    2324 $conf['LLGBO_FRAME'] = explode (",",$conf['LLGBOFRAME']);
    2425 $conf['LLGBO_HEADER'] = explode (",",$conf['LLGBOHEADER']);   
     26 
    2527/////////////////////////////////////////////////////
    2628/*  PLUGIN CLASS  */
     
    194196
    195197if (( strpos(strtoupper($tpl_name) , 'GALLY') === 0) )
    196  {                                              return $content;  ; }   // Not compliant with Gally
     198        {       return $content;  ; }   // Not compliant with Gally
    197199/////////////////////////////////////////////////////////////////       
    198200If (($conf['LLGBO_SETTINGS'] [1]  == 'true' )/*  tooltip display  */  or ($conf['LLGBO_SETTINGS'] [0] == 'true') /*  frame  */  )
     
    263265                        </script>'  );}
    264266           else
    265            {$template->assign('HDHREF','href="javascript:phpWGOpenWindow('."'".$ThePicture['high_url']."','".$uuid."','"."scrollbars=yes,toolbar=no,status=no,resizable=yes'".')"');}             
     267           {$template->assign('HDHREF','title="'.$lang['Click on the picture to see it in high definition'].'" href="javascript:phpWGOpenWindow('."'".$ThePicture['high_url']."','".$uuid."','"."scrollbars=yes,toolbar=no,status=no,resizable=yes'".')"');}               
    266268                       
    267269}
Note: See TracChangeset for help on using the changeset viewer.