mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Bugfixes
This commit is contained in:
@@ -46,7 +46,7 @@ export default {
|
||||
</div>
|
||||
</template>
|
||||
<template v-else>
|
||||
<slot #placeholder>
|
||||
<slot name="placeholder">
|
||||
<svg class="bd-placeholder-img img-thumbnail" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera: 200x200" preserveAspectRatio="xMidYMid slice" focusable="false"><title>A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera</title><rect width="100%" height="100%" fill="#868e96"></rect><text x="50%" y="50%" fill="#dee2e6" dy=".3em"></text></svg>
|
||||
<div class="fotobutton-visible">
|
||||
<div class="d-grid gap-2 d-md-flex">
|
||||
|
||||
@@ -299,7 +299,7 @@ export default {
|
||||
</div>
|
||||
<label for="stv-details-anmerkung" class="col-sm-1 col-form-label">Anmerkung</label>
|
||||
<div class="col-sm-3">
|
||||
<textarea id="stv-details-anmerkung" class="form-control" v-text="anmerkung"></textarea>
|
||||
<textarea id="stv-details-anmerkung" class="form-control" v-model="data.anmerkung"></textarea>
|
||||
</div>
|
||||
<label for="stv-details-homepage" class="col-sm-1 col-form-label">Homepage</label>
|
||||
<div class="col-sm-3">
|
||||
|
||||
Reference in New Issue
Block a user