{else} {$itemDvdTypeList} {/if}
{$translate.movie.mediatype}: {if is_array($itemDvdTypeList)} {html_options id=dvdtype name=dvdtype options=$itemDvdTypeList selected=$itemCurrentDvd class="input" onchange="setManagerMediaType(this,$itemId)"}
{$translate.dvd.region}: {html_options id=dvdregion name=dvdregion options=$itemRegionList selected=$itemRegion class="input"}
{$translate.dvd.format}: {html_options id=dvdformat name=dvdformat options=$itemFormatList selected=$itemFormat class="input"}
{$translate.dvd.aspect}: {html_options id=dvdaspect name=dvdaspect options=$itemAspectList selected=$itemAspect class="input"}
{$translate.dvd.audio}:
{html_options id=audioAvailable name=audioAvailable size="5" options=$itemAudioList class="input" style="width:175px;" onDblClick="moveOver(this.form, 'audioAvailable', 'audioChoices')"}
{html_options id=audioChoices name=audioChoices size="5" options=$itemAudioListSelected class="input" style="width:175px;" onDblClick="removeMe(this.form, 'audioAvailable', 'audioChoices')"}
{$translate.dvd.subtitles}:
{html_options id=langAvailable name=langAvailable size="5" options=$itemSubtitleList class="input" style="width:175px;" onDblClick="moveOver(this.form, 'langAvailable', 'langChoices')"}
{html_options id=langChoices name=langChoices options=$itemSubtitleListSelected class="input" style="width:175px;" size="5" onDblClick="removeMe(this.form,'langAvailable', 'langChoices')"}
{$translate.dvd.languages}:
{html_options id=spokenAvailable name=spokenAvailable size="5" options=$itemSpokenList class="input" style="width:175px;" onDblClick="moveOver(this.form, 'spokenAvailable', 'spokenChoices')"}
{html_options id=spokenChoices name=spokenChoices options=$itemSpokenListSelected class="input" style="width:175px;" size="5" onDblClick="removeMe(this.form,'spokenAvailable', 'spokenChoices')"}