]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extension_sql_row.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_extension_sql_row.tpl
index 31205779193725c3d8c7e9d2af0d12d6fbf63b13..e42fecdb522044910d6d2b4da348761c2f203f30 100644 (file)
@@ -1,6 +1,8 @@
 <tr>
        <td class="{%template,ColorSwitch%} bottom" style="padding-left: 2px" width="30">$content[i].</td>
-       <td class="{%template,ColorSwitch%} bottom" style="padding-left: 5px; padding-right: 5px">
-               $content[sql]
+       <td class="{%template,ColorSwitch%} bottom">
+               <div style="padding-left:5px;padding-right:5px;overflow:auto;width:600px;max-height:150px">
+                       $content[sql]
+               </div>
        </td>
 </tr>