application style update
This commit is contained in:
parent
cf0dc8c84e
commit
4563b8b01c
@ -16,14 +16,14 @@
|
||||
<pre class="application-content">{{content}}</pre>
|
||||
</p>
|
||||
<hr />
|
||||
<p>{{model.note}}</p>
|
||||
<p style="white-space: pre-wrap;">{{model.note}}</p>
|
||||
<hr />
|
||||
{{#with (customer-application-images model.images model.imageTitles) as |images|}}
|
||||
{{#each images as |image index|}}
|
||||
<div class="row">
|
||||
<div class="col-xs-12 center">
|
||||
{{#if image.title}}
|
||||
<h5 class="grey" style="margin-bottom: 4px;">{{image.title}}</h5>
|
||||
<h5 class="grey" style="margin-bottom: 4px; white-space: pre-wrap;">{{image.title}}</h5>
|
||||
{{/if}}
|
||||
{{image-previews
|
||||
class="col-xs-12"
|
||||
|
@ -41,7 +41,7 @@
|
||||
<thead class="thin-border-bottom">
|
||||
<tr>
|
||||
<th style="width: 86px;">
|
||||
<i class="ace-icon fa fa-file-image-o"></i>
|
||||
<i class="ace-icon fa fa-file-image-o bigger-110 hidden-480"></i>
|
||||
Image
|
||||
</th>
|
||||
<th>
|
||||
|
@ -26,7 +26,6 @@
|
||||
<i class="ace-icon fa fa-sticky-note-o bigger-110 hidden-480"></i>
|
||||
Remark
|
||||
</th>
|
||||
{{#if ajax.user.admin}}
|
||||
<th>
|
||||
<i class="ace-icon fa fa-id-badge bigger-110 hidden-480"></i>
|
||||
{{th-filter name='owner'
|
||||
@ -37,7 +36,6 @@
|
||||
text-exp='$.employeeId ($.name)'
|
||||
}}
|
||||
</th>
|
||||
{{/if}}
|
||||
<th>
|
||||
<i class="ace-icon fa fa-exchange bigger-110 hidden-480"></i>
|
||||
Enabled
|
||||
@ -58,11 +56,9 @@
|
||||
<td>
|
||||
{{editable-cell model=it field='note'}}
|
||||
</td>
|
||||
{{#if ajax.user.admin}}
|
||||
<td>
|
||||
{{option-text model.users it.owner 'id' 'name' '$.employeeId ($.name)'}}
|
||||
</td>
|
||||
{{/if}}
|
||||
<td>
|
||||
{{status-cell model=it enabledText='TRUE' disabledText='FALSE'}}
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user