FIX: repaire template

Templates were destroyed by my IDE...
This commit is contained in:
Keanu D?lle 2022-03-08 15:32:53 +01:00
parent feb90ffed2
commit f20e8c7030

View File

@ -3,8 +3,7 @@
<div class="card">
<div class="card-header">
{{name}}
<button class="btn btn-success eb_personnel_instance_save_btn" style="float: right;display:none;"
type="button">
<button class="btn btn-success eb_personnel_instance_save_btn" style="float: right;display:none;" type="button">
Speichern
</button>
</div>
@ -15,8 +14,7 @@
<select class="form-control instance_select_billing_rate qsf">
<option value="non-billable">nicht abrechenbar</option>
{{#each billing_rates}}
<option selected}}selected{{ title="{{description}}" value="{{billing_rate_id}}" {{#if
/if}}>{{name}}</option>
<option value="{{billing_rate_id}}" title="{{description}}" {{#if selected}}selected{{/if}}>{{name}}</option>
{{/each}}
</select>
</div>
@ -43,8 +41,8 @@
<div class="form-group row">
<label class="col-form-label col-4">Abrechenbar: </label>
<div class="input-group col-8" style="align-items: center">
<input billable}}checked{{
class="eb_personnel_position_instance_is_billable qsf" type="checkbox" {{#if/if}}>
<input class="eb_personnel_position_instance_is_billable qsf"
type="checkbox" {{#if billable}}checked{{/if}}>
</div>
</div>
<div class="row">
@ -70,16 +68,14 @@
<label class="col-form-label col-4" title="Hier z.B. eine Fahrtkostenpauschale eintragen.">Pauschale:</label>
<div class="input-group col-8" style="align-items: center">
<input class="eb_personnel_position_instance_manual_billing_lump_sum qsf form-control"
step="0.01" type="number" value="0.00">
type="number" step="0.01" value="0.00">
</div>
</div>
<div class="form-group row hide eb_personnel_position_instance_manual_billing_money_for_time_container">
<label class="col-form-label col-4"
title="Hier z.B. das manuell berechnete Einsatzgeld eintragen.">Geld für
Stunden:</label>
<label class="col-form-label col-4" title="Hier z.B. das manuell berechnete Einsatzgeld eintragen.">Geld für Stunden:</label>
<div class="input-group col-8" style="align-items: center">
<input class="eb_personnel_position_instance_manual_billing_money_for_time qsf form-control"
step="0.01" type="number" value="0.00">
type="number" step="0.01" value="0.00">
</div>
</div>
</div>