]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_other_sqls_row.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_other_sqls_row.tpl
index c1bf53d4f9c9399edceeb91aa2d86c0634de3d26..ebb0e92792f6348aa3ff6d84fafbd30648209739 100644 (file)
@@ -1,6 +1,6 @@
-<div id="sql_row_$content[i]" class="sql_row switch_sw$content[sw] bottom2">
-       SQL-Abfrage: <span class="sql_data">$content[sql_str]</span>
-       (numRows=<span class="sql_data">$content[num_rows]</span>,affected=<span class="sql_data">$content[affected]</span>) |
+<div id="sql_row_$content[i]" class="sql_row switch_sw$content[sw] bottom">
+       SQL-Abfrage: <span class="sql_data">{%pipe,secureString=$content[sql_str]%}</span>
+       (numRows=<span class="sql_data">{%pipe,translateComma=$content[num_rows]%}</span>,affected=<span class="sql_data">{%pipe,translateComma=$content[affected]%}</span>) |
        Script: <span class="sql_data">$content[file]</span> |
        Zeile: <span class="sql_data">$content[line]</span> |
        Zeit: <span class="sql_data">$content[timing]ms</span>