remove unused code in folder admin template
This commit is contained in:
@@ -21,18 +21,18 @@
|
|||||||
<caption>
|
<caption>
|
||||||
{* display parent folder name, and get current folder ID *}
|
{* display parent folder name, and get current folder ID *}
|
||||||
{loop name="folder_title" type="folder" visible="*" id=$parent}
|
{loop name="folder_title" type="folder" visible="*" id=$parent}
|
||||||
{intl l="Folders in %fold" fold=$TITLE}
|
{intl l="Folders in %fold" fold=$TITLE}
|
||||||
{$fold_id = $ID}
|
{$fold_id = $ID}
|
||||||
{/loop}
|
{/loop}
|
||||||
{elseloop rel="folder_title"}
|
{elseloop rel="folder_title"}
|
||||||
{intl l="Top level folders"}
|
{intl l="Top level folders"}
|
||||||
{/elseloop}
|
{/elseloop}
|
||||||
|
{*
|
||||||
<td class="object-title">
|
<td class="object-title">
|
||||||
<a href="{url path='admin/folders' parent=$ID}" title="{intl l='Browse this folder'}">
|
<a href="{url path='admin/folders' parent=$ID}" title="{intl l='Browse this folder'}">
|
||||||
{$TITLE}
|
{$TITLE}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>*}
|
||||||
{module_include location='folder_list_caption'}
|
{module_include location='folder_list_caption'}
|
||||||
|
|
||||||
{loop type="auth" name="can_create" roles="ADMIN" permissions="admin.folders.create"}
|
{loop type="auth" name="can_create" roles="ADMIN" permissions="admin.folders.create"}
|
||||||
|
|||||||
Reference in New Issue
Block a user