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/admin
Files:
2 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>
Note: See TracChangeset for help on using the changeset viewer.