Ignore:
Timestamp:
Dec 28, 2009, 7:55:32 PM (14 years ago)
Author:
EXFTB
Message:

llgbo2.0.i -> improve administration in 1024*768

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/admin/llgbo_adminframe.tpl

    r4574 r4578  
    55<form method="post" action="{$llgbo_F_ACTION}" class="properties">
    66<fieldset>
    7         <div id="framepicker" align="center" > </div>
    8         <span id="gboh2" style ="position: relative; top:1.5em;margin-left:40%;background:transparent;z-index:3;color:{$LLGBO_TITLE_FRAME_COLOR}">{'llgbo_title_frame_color'|@translate} </span>
     7        <div id="framepicker"> </div>
     8        <span id="gboh2" style ="background:transparent;color:{$LLGBO_TITLE_FRAME_COLOR}">{'llgbo_title_frame_color'|@translate} </span>
    99        {$FRAME_BEGIN}
    10         <table align="center" style ="position: relative; top:-2.5em;" >
    11         <th id="llgbotitle">    </th>
     10        <table id="llgboframetable">
    1211        <tr><br>
    1312                <td   class="llgbolabel" >{'llgbo_title_frame_color'|@translate} </td>
     
    8079         </table>
    8180        {$FRAME_END}
    82 <div align="center"><br><br><input class="submit" type="submit" value="{'preview'|@translate}" name="preview"/> <input class="submit" type="submit" value="{'save'|@translate}" name="save" /></div>
     81<div align="center"><br> <input class="submit" type="submit" value="{'preview'|@translate}" name="preview"/> <input class="submit" type="submit" value="{'save'|@translate}" name="save" /></div>
    8382</fieldset>
    8483</form>
     
    10099  $(document).ready(function() {ldelim}
    101100    var f = $.farbtastic('#framepicker');
    102     var p = $('#framepicker').css('opacity', 0.45);
     101    var p = $('#framepicker').css('opacity', 0.65);
    103102    var selected;
    104103    $('.colorwellf')
Note: See TracChangeset for help on using the changeset viewer.