]> git.mxchange.org Git - mailer.git/blob - templates/de/html/install/install_list_extensions_row.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / install / install_list_extensions_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <input type="checkbox" title="{%message,INSTALLER_MARK_EXTENSION=$content[ext_name]%}" class="admoin_normal" id="ext_$content[ext_name]" name="sel[$content[ext_name]]" value="1" onchange="return allowSaveChanges('ext_$content[ext_name]')"$content[checked]$content[disabled]/>
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right">
6                 <strong>$content[ext_name]</strong>
7         </td>
8         <td class="{%template,ColorSwitch%} bottom">
9                 <strong>$content[ext_version]</strong>
10         </td>
11 </tr>
12
13 <tr>
14         <td class="{%template,ColorSwitch%} bottom" colspan="3" align="center">
15                 $content[description]
16         </td>
17 </tr>