do not use pre-selected for movable selection
This commit is contained in:
parent
a7732eeb81
commit
dd4371a97c
@ -238,7 +238,7 @@
|
||||
<option value="uploadRoot">{$CONST.BASE_DIRECTORY}</option>
|
||||
{foreach $media.paths AS $folderFoot}
|
||||
|
||||
<option{if ($media.only_path == $media.limit_path|cat:$folderFoot.relpath)} selected{/if} value="{$folderFoot.relpath}">{' '|str_repeat:($folderFoot.depth*2)}{$folderFoot.name}</option>{***}
|
||||
<option value="{$folderFoot.relpath}">{' '|str_repeat:($folderFoot.depth*2)}{$folderFoot.name}</option>
|
||||
{/foreach}
|
||||
|
||||
</select>
|
||||
|
Loading…
x
Reference in New Issue
Block a user