1.) Sorry for my bad english ;-)
Our Moderators have the permissions to soft delete in our database but not for hard delete.
But if they soft delete a file and delete this file again, than can they hard delete.
I changed the template "helper_deletion_type_unit"
	
	
	
		
It doesn´t work with the TMS
Why???
				
			Our Moderators have the permissions to soft delete in our database but not for hard delete.
But if they soft delete a file and delete this file again, than can they hard delete.
I changed the template "helper_deletion_type_unit"
		PHP:
	
	<xen:if is="{$visitor.permissions.resource.hardDeleteAny}">
                <li><label for="ctrl_hard_delete">
                    <input type="radio" name="hard_delete" id="ctrl_hard_delete" value="1" /> {xen:phrase permanently_delete}</label>
                    <p class="hint">{xen:phrase selecting_this_option_will_permanently_and_irreversibly_delete_item}</p></li>
            </xen:if>
	It doesn´t work with the TMS
Why???