]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_other_sqls_row.tpl
New network added, more usage of EL:
[mailer.git] / templates / de / html / admin / admin_other_sqls_row.tpl
index 6b482657864a40b78b4e5762309c11c060eb99e4..39e33839ed7a9661b4ce14e927e70c8974bf628f 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>) |
+<div id="sql_row_$content[i]" class="sql_row {%template,ColorSwitch%} 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>