]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_extension_sql_row.tpl
Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
[mailer.git] / templates / de / html / admin / admin_extension_sql_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom" style="padding-left: 2px" width="30">$content[i].</td>
3         <td class="{%template,ColorSwitch%} bottom">
4                 <div style="padding-left:5px;padding-right:5px;overflow:auto;width:600px;max-height:150px">
5                         $content[sql]
6                 </div>
7         </td>
8 </tr>