AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present...
[mailer.git] / templates / de / html / install / install_list_extensions.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0">
3 <tr>
4         <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
5         <td align="center" class="header_column bottom right"><strong>{--ADMIN_EXTENSION_NAME--}</strong></td>
6         <td align="center" class="header_column bottom" width="90"><strong>{--ADMIN_EXTENSION_VERSION--}</strong></td>
7 </tr>
8 $content
9 <tr>
10         <td colspan="3" class="table_footer">
11                 <div class="notice">
12                         {--INSTALLER_EXTENSIONS_NOTICE--}
13                 </div>
14         </td>
15 </tr>
16 </table>
17 </div>