Línea 170... |
Línea 170... |
170 |
'targets': -1,
|
170 |
'targets': -1,
|
171 |
'orderable': false,
|
171 |
'orderable': false,
|
172 |
'render': function(data, type, row) {
|
172 |
'render': function(data, type, row) {
|
173 |
s = '';
|
173 |
s = '';
|
174 |
if (allowView) {
|
174 |
if (allowView) {
|
175 |
s = s + '<button class="btn btn-primary btn-view" data-href="' + data['link_view'] + '" data-toggle="tooltip" title="LABEL_VIEW"><i class="fa fa-external-link"></i> LABEL_VIEW </button> ';
|
175 |
s = s + '<button class="btn btn-primary btn-view" data-href="' + data['link_view'] + '" data-toggle="tooltip" title="LABEL_VIEW"><i class="fa fa-external-link-alt"></i> LABEL_VIEW </button> ';
|
176 |
}
|
176 |
}
|
177 |
if (allowDelete) {
|
177 |
if (allowDelete) {
|
178 |
s = s + '<button class="btn btn-danger btn-delete" data-href="' + data['link_delete'] + '" data-toggle="tooltip" title="LABEL_DELETE"><i class="fa fa-trash"></i> LABEL_DELETE </button> ';
|
178 |
s = s + '<button class="btn btn-danger btn-delete" data-href="' + data['link_delete'] + '" data-toggle="tooltip" title="LABEL_DELETE"><i class="fa fa-trash"></i> LABEL_DELETE </button> ';
|
179 |
}
|
179 |
}
|
Línea 1195... |
Línea 1195... |
1195 |
<div class="col-sm-3 invoice-col">
|
1195 |
<div class="col-sm-3 invoice-col">
|
1196 |
<strong> LABEL_APPLICATION</strong><br>
|
1196 |
<strong> LABEL_APPLICATION</strong><br>
|
1197 |
<address>
|
1197 |
<address>
|
1198 |
LABEL_LEVEL : <span id="view_application_level"></span>
|
1198 |
LABEL_LEVEL : <span id="view_application_level"></span>
|
1199 |
<?php if($allowLevel) : ?>
|
1199 |
<?php if($allowLevel) : ?>
|
1200 |
<button class="btn btn-default btn-change-level"><i class="fa fa-external-link"></i></button>
|
1200 |
<button class="btn btn-default btn-change-level"><i class="fa fa-external-link-alt"></i></button>
|
1201 |
<?php endif; ?>
|
1201 |
<?php endif; ?>
|
1202 |
<br>
|
1202 |
<br>
|
1203 |
LABEL_STATUS : <span id="view_application_status"></span>
|
1203 |
LABEL_STATUS : <span id="view_application_status"></span>
|
1204 |
<?php if($allowStatus) : ?>
|
1204 |
<?php if($allowStatus) : ?>
|
1205 |
<button class="btn btn-default btn-change-status"><i class="fa fa-external-link"></i></button>
|
1205 |
<button class="btn btn-default btn-change-status"><i class="fa fa-external-link-alt"></i></button>
|
1206 |
<?php endif; ?>
|
1206 |
<?php endif; ?>
|
1207 |
<br>
|
1207 |
<br>
|
1208 |
LABEL_POINTS : <span id="view_application_points"></span>
|
1208 |
LABEL_POINTS : <span id="view_application_points"></span>
|
1209 |
<?php if($allowComment) : ?>
|
1209 |
<?php if($allowComment) : ?>
|
1210 |
<button class="btn btn-default btn-change-comment"><i class="fa fa-external-link"></i></button>
|
1210 |
<button class="btn btn-default btn-change-comment"><i class="fa fa-external-link-alt"></i></button>
|
1211 |
<?php endif; ?>
|
1211 |
<?php endif; ?>
|
1212 |
<br>
|
1212 |
<br>
|
1213 |
</address>
|
1213 |
</address>
|
1214 |
</div>
|
1214 |
</div>
|
1215 |
<!-- /.col -->
|
1215 |
<!-- /.col -->
|