Ignore:
Timestamp:
09/29/07 14:20:26 (5 years ago)
Author:
hverton
Message:

Changed to upgrade system to show more information about the updates, also added a panel to list the updates present that already have been installed.

File:
1 edited

Legend:

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

    r843 r855  
    8282        {section name=rev loop=$revisions} 
    8383        <tr> 
    84             <td align='center' width='1%' class='tbl1' style='white-space:nowrap;'> 
     84            <td align='center' valign='top' width='1%' class='tbl1' style='white-space:nowrap;'> 
    8585                {$revisions[rev].revision} 
    8686            </td> 
    87             <td align='center' width='1%' class='tbl1' style='white-space:nowrap;'> 
    88                 {$revisions[rev].date|date_format:"longdate"} 
     87            <td align='center' valign='top' width='1%' class='tbl1' style='white-space:nowrap;'> 
     88                {$revisions[rev].date|date_format:"forumdate"} 
    8989            </td> 
    9090            <td align='left' class='tbl1'> 
     
    115115{/if} 
    116116{include file="_closetable.tpl"} 
     117{if $smarty.const.UPGRADED} 
     118{include file="_opentable.tpl" name=$_name title=$locale.400 state=$_state style=$_style} 
     119    <br /> 
     120    <center> 
     121    <b>{$locale.407}</b> 
     122    </center> 
     123    <br /> 
     124    <table align='center' cellpadding='0' cellspacing='1' width='650' class='tbl-border'> 
     125        <tr> 
     126            <td align='center' width='1%' class='tbl2' style='white-space:nowrap;'> 
     127                <b>{$locale.410} </b> 
     128            </td> 
     129            <td align='center' width='1%' class='tbl2' style='white-space:nowrap;'> 
     130                <b>{$locale.411}</b> 
     131            </td> 
     132            <td align='left' class='tbl2'> 
     133                <b>{$locale.412}</b> 
     134            </td> 
     135        </tr> 
     136        {section name=rev loop=$revisions_installed} 
     137        <tr> 
     138            <td align='center' valign='top' width='1%' class='tbl1' style='white-space:nowrap;'> 
     139                {$revisions_installed[rev].revision} 
     140            </td> 
     141            <td align='center' valign='top' width='1%' class='tbl1' style='white-space:nowrap;'> 
     142                {$revisions_installed[rev].date|date_format:"forumdate"} 
     143            </td> 
     144            <td align='left' class='tbl1'> 
     145                {$revisions_installed[rev].description} 
     146            </td> 
     147        </tr> 
     148        {/section} 
     149    </table> 
     150    <br /> 
     151{include file="_closetable.tpl"} 
     152{/if} 
    117153{***************************************************************************} 
    118154{* End of template                                                         *} 
Note: See TracChangeset for help on using the changeset viewer.