Commit 9b1282a4 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #5157 Fixed template code for date formatting

Showing with 1 addition and 1 deletion
+1 -1
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<b>{t}Warning{/t}:</b> {$message} <b>{t}Warning{/t}:</b> {$message}
<ul> <ul>
{foreach from=$locks item=lock} {foreach from=$locks item=lock}
<li>{t 1=$lock.object 2=$lock.user 3=$lock.timestamp.format('Y-m-d, H:i:s')}"%1" was locked by "%2" since %3{/t}</li> <li>{t 1=$lock.object 2=$lock.user 3=$lock.timestamp|date_format:"%Y-%m-%d, %H:%M:%S"}"%1" has been locked by "%2" since %3{/t}</li>
{/foreach} {/foreach}
</ul> </ul>
</p> </p>
......
  • bmortier @bmortier

    mentioned in issue #1638

    By Côme Chilliet on 2017-09-02T15:33:28 (imported from GitLab)

    ·

    mentioned in issue #1638

    By Côme Chilliet on 2017-09-02T15:33:28 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment