Changeset 4596 for extensions/LLGBO2/admin
- Timestamp:
- Dec 31, 2009, 6:40:47 PM (15 years ago)
- Location:
- extensions/LLGBO2/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/LLGBO2/admin/llgbo_admin.php
r4591 r4596 255 255 if ($_POST['sample'] == "B_W") 256 256 { $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 } 260 260 } 261 261 -
extensions/LLGBO2/admin/llgbo_adminframe.tpl
r4591 r4596 9 9 {$FRAME_BEGIN} 10 10 <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> 12 12 <option label="BLUE" value="BLUE">Blue</option> 13 13 <option label="METAL" value="METAL">Metal</option> … … 15 15 <option label="WHITE" value="WHITE">White</option> 16 16 <option label="B_W" value="B_W">Black&White</option> 17 <option label="MY_LAST_VALUES" value="MY_LAST_VALUES"><selected="selected">MyLastValues</option> 17 18 </select> <input class="submit" type="submit" value="{'previewsamples'|@translate}" name="previewsample"/> 18 19 </div>
Note: See TracChangeset
for help on using the changeset viewer.