This commit is contained in:
Paolo Possanzini
2018-07-30 16:15:59 +02:00
parent 196b58280d
commit 14d0ea044a
@@ -81,13 +81,13 @@
<img :src="selectedFile.PreviewBase64">
</div>
<div class="selected-item-body-description scrollable">
<!-- <label class="title">Data di creazione</label>
<label class="title">{{'program_creation_date' | localize("Creation Date")}}</label>
<label class="text">{{getDate(selectedFile.CreationDate)}}</label><br />&nbsp;
<label class="title">Data ultima modifica</label>
<label class="text">{{getDate(selectedFile.LastModDate)}}</label><br />&nbsp; -->
<label class="title">{{'program_last_change_date' | localize("Last Change Date")}}</label>
<label class="text">{{getDate(selectedFile.LastModDate)}}</label><br />&nbsp;
<label class="title">{{'program_description' | localize("Prgram Content")}}</label>
<label class="title">{{'program_description' | localize("Program Content")}}</label>
<label class="text" v-for="(item,index) in selectedFile.Content" :key="'line' + index">{{item}}</label>
</div>
</div>