From 7b44611f373bd2661eb790b6b08b03832b143993 Mon Sep 17 00:00:00 2001 From: Matthew Groening Date: Thu, 19 Oct 2006 14:31:18 +0000 Subject: [PATCH] Do not display the directory change option for hotlinks. --- templates/default/admin/media_items.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/default/admin/media_items.tpl b/templates/default/admin/media_items.tpl index e09bc281..3b5692e7 100644 --- a/templates/default/admin/media_items.tpl +++ b/templates/default/admin/media_items.tpl @@ -78,6 +78,7 @@ {/if} {/foreach} + {if NOT $file.hotlink}
@@ -88,6 +89,7 @@ {/foreach}
+ {/if} {if $file.is_image}

{$CONST.EDIT} @@ -150,4 +152,4 @@ {if $media.enclose AND (($smarty.foreach.mediafiles.iteration % $media.lineBreak) == 0)} {/if} -{/foreach} \ No newline at end of file +{/foreach}