Ignore:
Timestamp:
Oct 26, 2010, 9:01:00 AM (14 years ago)
Author:
cljosse
Message:

[Autosize][beta] Add the option validation of the autosize according to the status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/template/autosize.tpl

    r7353 r7394  
    2323
    2424    var webmaster_width='{$webmaster_width   }';
    25     var webmaster_height='{ $webmaster_height   }';
     25    var webmaster_height = '{ $webmaster_height   }';
     26    var webmaster_enabled = '{ $webmaster_enabled   }';
     27
    2628    var admin_width='{ $admin_width   }';
    27     var admin_height='{ $admin_height   }';
     29    var admin_height = '{ $admin_height   }';
     30    var admin_enabled = '{ $admin_enabled   }';
     31
    2832    var generic_width='{ $generic_width   }';
    29     var generic_height='{ $generic_height   }';
     33    var generic_height = '{ $generic_height   }';
     34    var generic_enabled = '{ $generic_enabled   }';
     35
    3036    var guest_width='{ $guest_width   }';
    31     var guest_height='{$guest_height}';
     37    var guest_height = '{$guest_height}';
     38    var guest_enabled = '{ $guest_enabled   }';
     39
    3240    var normal_width='{$normal_width}';
    33     var normal_height='{$normal_height}';
     41    var normal_height = '{$normal_height}';
     42    var normal_enabled = '{ $normal_enabled   }';
     43
    3444    var user_status='{$user_status}';
    3545   
     
    4757 {html_head} 
    4858  {/html_head} 
     59  <div id="Debug"  align=center style="color:black;z-index:2000;position:absolute; background-color:Beige; top:0px;left:0px;width:800px;margin:auto;"></div>
     60   <div id="Debug1"  align=center style="color:black;z-index:2000;position:absolute; background-color:Beige; top:0px;left:0px;width:800px;margin:auto;"></div>
     61  <div id="Debug2"  align=center style="color:black;z-index:2000;position:absolute; background-color:Beige; top:0px;left:0px;width:800px;margin:auto;"></div>
Note: See TracChangeset for help on using the changeset viewer.