Replaced tabs with soft tabs
This commit is contained in:
parent
01473db9b9
commit
71205b552f
@ -103,10 +103,12 @@
|
|||||||
<input type="hidden" name="selected_obj_paths:list" value="#"
|
<input type="hidden" name="selected_obj_paths:list" value="#"
|
||||||
tal:attributes="value item/getURL" />
|
tal:attributes="value item/getURL" />
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span tal:content="python:item.author_name or item.Creator">Name</span>
|
<span tal:content="python:item.author_name or item.Creator">Name</span>
|
||||||
<div tal:condition="item/author_email"><a tal:attributes="href string:mailto:${item/author_email}" tal:content="item/author_email">Email</a></div>
|
<div tal:condition="item/author_email"><a
|
||||||
</td>
|
tal:attributes="href string:mailto:${item/author_email}"
|
||||||
|
tal:content="item/author_email">Email</a></div>
|
||||||
|
</td>
|
||||||
<td tal:content="python:toLocalizedTime(item.ModificationDate, long_format=1)" />
|
<td tal:content="python:toLocalizedTime(item.ModificationDate, long_format=1)" />
|
||||||
<td>
|
<td>
|
||||||
<a tal:attributes="href item/getURL"
|
<a tal:attributes="href item/getURL"
|
||||||
|
Loading…
Reference in New Issue
Block a user