Ignore:
Timestamp:
10/20/08 00:59:18 (4 years ago)
Author:
hverton
Message:

removed the v7.1 batch upgrade module. Not needed for v7.2
fixed lots of small issues that surfaced while testing installation and upgrades of v7.2
several small layout and consistency fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/admin.downloads.tpl

    r1530 r1885  
    148148{/if} 
    149149<br /> 
    150 <table align='center' cellpadding='0' cellspacing='0' width='400'> 
    151150{section name=id loop=$tree} 
    152151    {if $smarty.section.id.first} 
     152    <table align='center' cellpadding='0' cellspacing='0' width='400'> 
    153153    <tr> 
    154154        <td class='tbl2'> 
     
    220220    {/if} 
    221221    {if $smarty.section.id.last} 
    222     {/if} 
    223 {sectionelse} 
    224     <tr> 
    225         <td align='center'> 
    226             <br /> 
    227             {$locale.506} 
    228             <br /><br /> 
    229             <a href='download_cats.php{$aidlink}'>{$locale.507} 
    230             <br /><br /> 
    231         </td> 
    232     </tr> 
     222    </table> 
     223    <div style='text-align:center;'> 
     224        <br /> 
     225        {buttonlink name=$locale.516 link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&amp;step=add"|cat:$url_locale} 
     226    </div> 
     227    {/if} 
    233228{/section} 
    234 </table> 
    235 <div style='text-align:center;'> 
    236     <br /> 
    237     {buttonlink name=$locale.516 link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&amp;step=add"|cat:$url_locale} 
    238 </div> 
    239229{include file="_closetable.tpl"} 
    240230<script type='text/javascript'> 
     
    247237{* End of template                                                         *} 
    248238{***************************************************************************} 
    249 {if !$cats_found} 
    250 <center> 
    251     {$locale.508} 
    252     <br /> 
    253     {$locale.509} 
    254     <br /><br /> 
    255     <a href='download_cats.php{$aidlink}'>{$locale.510}</a>{$locale.511} 
    256 </center> 
    257 {else} 
    258 {/if} 
Note: See TracChangeset for help on using the changeset viewer.