Changeset 4596 for extensions/LLGBO2


Ignore:
Timestamp:
Dec 31, 2009, 6:40:47 PM (14 years ago)
Author:
EXFTB
Message:

LLGBO finalization version J with UK language thanks to Tosca and ddtddt

Location:
extensions/LLGBO2
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/admin/llgbo_admin.php

    r4591 r4596  
    255255                if ($_POST['sample'] == "B_W")
    256256                        { $llgbo_sample = "#e8cb8b,#fcf6e9,11,#171112,9,#352c2d,1,#fcf6e9,1,#000000,3,#171112,3,#000000,0,#000000,0,#000000,0,#000000,0,#000000,0,#000000,0,#000000,0,#000000,0,#000000,0,#000000,0";}
    257                
    258                
    259         $conf['LLGBO_FRAME'] = explode ("," ,$llgbo_sample ); }
     257                if ($_POST['sample'] != "MY_LAST_VALUES")
     258                  { $conf['LLGBO_FRAME'] = explode ("," ,$llgbo_sample ); }
     259        }
    260260}
    261261
  • extensions/LLGBO2/admin/llgbo_adminframe.tpl

    r4591 r4596  
    99        {$FRAME_BEGIN}
    1010        <div align="center">  <span id="llgbotitle"> {'llgbo_frame_sample'|@translate} </span> <select name="sample">
    11                 <option label="GOLD" value="GOLD"><selected="selected">Gold</option>
     11                <option label="GOLD" value="GOLD">Gold</option>
    1212                <option label="BLUE" value="BLUE">Blue</option>
    1313                <option label="METAL" value="METAL">Metal</option>
     
    1515                <option label="WHITE" value="WHITE">White</option>
    1616                <option label="B_W" value="B_W">Black&White</option>
     17                <option label="MY_LAST_VALUES" value="MY_LAST_VALUES"><selected="selected">MyLastValues</option>
    1718                </select> <input class="submit" type="submit" value="{'previewsamples'|@translate}" name="previewsample"/>
    1819        </div>
  • extensions/LLGBO2/css/gbolook.css

    r4525 r4596  
    44#gboh2 {position:relative;top:1.2em;font-size:1.1em;}
    55#theImage {position:relative;top:-.3em;}
    6 #theImage P {position:relative;top:-.3em;}
     6#theImage P {position:relative;}
    77/* theme  wipi sylvia
    88#theImage P {position:relative;top:-.2em;} */
  • extensions/LLGBO2/main.inc.php

    r4591 r4596  
    126126div#toolTip p.title {color:'.$conf['LLGBO_TOOLTIP'][4].';text-align:center;padding:0 0 3px 0;}
    127127</style>';
    128 // -----------  add JS tooltip in header ----------------------
     128// -----------  add JS tooltip in footer ----------------------
    129129 If (($conf['LLGBO'][1]  == 'true' ) /*  tooltip  */  or  ($conf['LLGBO_SETTINGS'] [2]  == 'true' )  /* exif under bt */
    130130 or  ($conf['LLGBO_SETTINGS'] [4]  === 'true' ) /* usemap and Display Thumb  */)
     
    132132                  $linkcss = '<link rel="stylesheet" type="text/css" href="'.LLGBO_PATH;
    133133              $sweetcss =  $sweetcss."\n".$javacss.'js/sweettitlesn.js"></script>'."\n";
    134                    $template->append('head_elements',$sweetcss); }
     134                 //  $template->append('head_elements',$sweetcss);
     135                   $template->append('footer_elements',$sweetcss); }
    135136
    136137// Navigation improvement are always available
Note: See TracChangeset for help on using the changeset viewer.