javascript test for srp admin dashboard
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
<a href="{{ $row['zkillboard'] }}" target="_blank">zKill Link</a>
|
<a href="{{ $row['zkillboard'] }}" target="_blank">zKill Link</a>
|
||||||
</td>
|
</td>
|
||||||
<td><!-- Total Loss -->
|
<td><!-- Total Loss -->
|
||||||
{{ Form::text('total_loss', number_format($row['loss_value'], 2, ".", ","), ['class' => 'form-control', 'onchange' => 'UpdateTotalLoss(this.Value)']) }}
|
{{ Form::text('total_loss', number_format($row['loss_value'], 2, ".", ","), ['class' => 'form-control', 'onchange' => 'UpdateTotalLoss(this.value)']) }}
|
||||||
</td>
|
</td>
|
||||||
<td><!-- Ship Type -->
|
<td><!-- Ship Type -->
|
||||||
{{ Form::select('ship_type', $viewShipTypes, $row['cost_code']) }}
|
{{ Form::select('ship_type', $viewShipTypes, $row['cost_code']) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user