Ignore:
Timestamp:
Jul 15, 2012, 7:44:26 PM (12 years ago)
Author:
gbo
Message:

2.4F improve frame management first size and JS resize

Location:
extensions/LLGBO2/admin
Files:
2 edited

Legend:

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

    r15076 r16754  
    289289                if ($_POST['sample'] == "B_W")
    290290                        { $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";}
     291                if ($_POST['sample'] == "IVORY")
     292                        { $llgbo_sample = "#16195f,#f4f4f4,4,#685008,1,#e0e0df,5,#d6d6d4,1,#cbcbca,1,#c0c0be,1,#b5b5b4,1,#aaaaa8,1,#9e9e9c,1,#929291,1,#868685,1,#7b7b7a,1,#6e6e6d,1,#626261,1,#555555,1,#4a4a4a,1";}
    291293                if ($_POST['sample'] != "MY_LAST_VALUES")
    292294                  { $conf['LLGBO_FRAME'] = explode ("," ,$llgbo_sample ); }
  • extensions/LLGBO2/admin/llgbo_adminframe.tpl

    r10453 r16754  
    1818                <option label="WHITE" value="WHITE">White</option>
    1919                <option label="B_W" value="B_W">Black&White</option>
     20                <option label="IVORY" value="IVORY">Ivory</option>
    2021                <option label="MY_LAST_VALUES" value="MY_LAST_VALUES"><selected="selected">MyLastValues</option>
    2122                </select> <input class="submit" type="submit" value="{'previewsamples'|@translate}" name="previewsample"/>
Note: See TracChangeset for help on using the changeset viewer.