forked from CGM_Public/pretix_original
Web check-in: Show ticket secret on result card
This commit is contained in:
@@ -31,7 +31,8 @@
|
|||||||
<div class="details">
|
<div class="details">
|
||||||
<h4>{{ checkResult.position.order }}-{{ checkResult.position.positionid }} {{ checkResult.position.attendee_name }}</h4>
|
<h4>{{ checkResult.position.order }}-{{ checkResult.position.positionid }} {{ checkResult.position.attendee_name }}</h4>
|
||||||
<strong v-if="checkResult.reason_explanation">{{ checkResult.reason_explanation }}<br></strong>
|
<strong v-if="checkResult.reason_explanation">{{ checkResult.reason_explanation }}<br></strong>
|
||||||
<span>{{ checkResultItemvar }}</span>
|
<span>{{ checkResultItemvar }}</span><br>
|
||||||
|
<span class="secret">{{ checkResult.position.secret }}</span>
|
||||||
<span v-if="checkResult.position.seat"><br>{{ checkResult.position.seat.name }}</span>
|
<span v-if="checkResult.position.seat"><br>{{ checkResult.position.seat.name }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -84,7 +84,9 @@ a.searchresult {
|
|||||||
background: $brand-warning;
|
background: $brand-warning;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
a.searchresult, .check-result {
|
||||||
.secret {
|
.secret {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
color: $text-muted;
|
color: $text-muted;
|
||||||
@@ -150,4 +152,4 @@ a.searchresult {
|
|||||||
|
|
||||||
.modal-footer .btn-primary.pull-right {
|
.modal-footer .btn-primary.pull-right {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user