Deprecated parameters removed, oversized SQL statements won't "explode" the design:
[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>