mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-3111
This commit is contained in:
@@ -42,10 +42,10 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/template" id="download_finish_tpl">
|
<script type="text/template" id="download_finish_tpl">
|
||||||
<b><%= heading %></b>
|
<b title="<% _.each(reasons, function(reason) { %>*<%= reason %><% }); %>"><%= heading %></b>
|
||||||
<br />
|
<br />
|
||||||
<% _.each(reasons, function(reason) { %>
|
<% _.each(reasons, function(reason) { %>
|
||||||
<div>*<%= reason %></div>
|
<div class="hidden">*<%= reason %></div>
|
||||||
<% }); %>
|
<% }); %>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user