IM-932 : File Metadata Distinction/Template Design
This commit is contained in:
parent
3769f5e5db
commit
e6b09308a5
3 changed files with 111 additions and 60 deletions
|
@ -18,6 +18,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
"data-type='<%= type %>' " +
|
||||
"data-filemd='<%= filemd %>'" +
|
||||
"data-label='<%= label %>'" +
|
||||
"class='<%= (filemd) ? 'field_filemd' : 'field_other' %>'" +
|
||||
">" +
|
||||
"<span><%= label %></span>" +
|
||||
"<span><%= type %></span>" +
|
||||
|
@ -29,6 +30,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
"data-type='<%= type %>' " +
|
||||
"data-filemd='<%= filemd %>'" +
|
||||
"data-label='<%= label %>'" +
|
||||
"class='<%= (filemd) ? 'field_filemd' : 'field_other' %>'" +
|
||||
">" +
|
||||
"<span><%= label %></span>" +
|
||||
"<span><%= type %></span>" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue