better sizing for note text area.
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
<input type="text" id="gasRecordDate" class="form-control" value="@Model.Date">
|
||||
<span class="input-group-text"><i class="bi bi-calendar-event"></i></span>
|
||||
</div>
|
||||
<label for="gasRecordMileage">Mileage</label>
|
||||
<label for="gasRecordMileage">Odometer Reading</label>
|
||||
<input type="number" id="gasRecordMileage" class="form-control" value="@Model.Mileage">
|
||||
<label for="gasRecordGallons">Gallons</label>
|
||||
<label for="gasRecordGallons">Fuel Consumption(gals/litres)</label>
|
||||
<input type="text" id="gasRecordGallons" class="form-control" value="@Model.Gallons">
|
||||
<label for="GasRecordCost">Cost</label>
|
||||
<input type="number" id="gasRecordCost" class="form-control" value="@Model.Cost">
|
||||
@@ -34,13 +34,13 @@
|
||||
</div>
|
||||
}
|
||||
<label for="gasRecordFiles">Upload more documents</label>
|
||||
<input onChange="uploadServiceRecordFilesAsync(this)" type="file" multiple accept=".png,.jpg,.jpeg,.pdf,.xls,.xlsx,.docx" class="form-control-file" id="gasRecordFiles">
|
||||
<input onChange="uploadVehicleFilesAsync(this)" type="file" multiple accept=".png,.jpg,.jpeg,.pdf,.xls,.xlsx,.docx" class="form-control-file" id="gasRecordFiles">
|
||||
</div>
|
||||
}
|
||||
else
|
||||
{
|
||||
<label for="gasRecordFiles">Upload documents(optional)</label>
|
||||
<input onChange="uploadServiceRecordFilesAsync(this)" type="file" multiple accept=".png,.jpg,.jpeg,.pdf,.xls,.xlsx,.docx" class="form-control-file" id="gasRecordFiles">
|
||||
<input onChange="uploadVehicleFilesAsync(this)" type="file" multiple accept=".png,.jpg,.jpeg,.pdf,.xls,.xlsx,.docx" class="form-control-file" id="gasRecordFiles">
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user