]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extension_sql_row.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_extension_sql_row.tpl
index 8f979715cb07d95c8031a4673066f95709e1d609..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>
+       <td class="{%template,ColorSwitch%} bottom" style="padding-left: 2px" width="30">$content[i].</td>
+       <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>