]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_other_sqls_row.tpl
Even more rewrites to make use of the EL
[mailer.git] / templates / de / html / admin / admin_other_sqls_row.tpl
index 6b482657864a40b78b4e5762309c11c060eb99e4..ebb0e92792f6348aa3ff6d84fafbd30648209739 100644 (file)
@@ -1,6 +1,6 @@
 <div id="sql_row_$content[i]" class="sql_row switch_sw$content[sw] bottom">
-       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>) |
+       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>