Do not display the directory change option for hotlinks.
This commit is contained in:
parent
a1502914bc
commit
7b44611f37
@ -78,6 +78,7 @@
|
||||
{/if}
|
||||
</div>
|
||||
{/foreach}
|
||||
{if NOT $file.hotlink}
|
||||
<label for="newDir{$mediakey}">{$CONST.FILTER_DIRECTORY}</label><br />
|
||||
<div>
|
||||
<input type="hidden" name="serendipity[oldDir][{$mediakey}]" value="{$file.path|@escape}" />
|
||||
@ -88,6 +89,7 @@
|
||||
{/foreach}
|
||||
</select>
|
||||
</div>
|
||||
{/if}
|
||||
{if $file.is_image}
|
||||
<div>
|
||||
<br /><a target="_blank" class="serendipityPrettyButton" href="serendipity_admin_image_selector.php?serendipity[adminModule]=images&serendipity[adminAction]=imgedit&serendipity[fid]={$file.id}">{$CONST.EDIT}</a>
|
||||
@ -150,4 +152,4 @@
|
||||
{if $media.enclose AND (($smarty.foreach.mediafiles.iteration % $media.lineBreak) == 0)}
|
||||
</tr><tr>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
|
Loading…
x
Reference in New Issue
Block a user