attachment block
This commit is contained in:
@@ -317,7 +317,7 @@ Espo.define('views/fields/attachment-multiple', 'views/fields/base', function (D
|
||||
var line = '<div class="attachment-block"><span class="glyphicon glyphicon-paperclip small"></span> <a href="?entryPoint=download&id=' + id + '">' + name + '</a></div>';
|
||||
names.push(line);
|
||||
}
|
||||
var string = previews.join('') + names.join(', ');
|
||||
var string = previews.join('') + names.join('');
|
||||
|
||||
return string;
|
||||
}
|
||||
|
||||
@@ -583,7 +583,7 @@ td.cell-buttons > .btn-group {
|
||||
}
|
||||
|
||||
.attachment-block {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user