More delete record fixes...
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
<tr><th>Record ID</th><td>{{ record.id }}</td></tr>
|
||||
<tr><th>Status</th><td>{{ record.getStatus() }}</td></tr>
|
||||
<tr><th>Editor(s)</th><td>{{ record.editor }}</td></tr>
|
||||
<tr><th>Citation</th><td>{{ record.citation }}</td></tr>
|
||||
<tr><th>Citation</th><td data-delete-record-target="name">{{ record.citation }}</td></tr>
|
||||
<tr><th>Reference</th><td>{{ record.reference }}</td></tr>
|
||||
<tr><th>Editorial notes</th><td>{{ record.notes }}</td></tr>
|
||||
</table>
|
||||
@@ -92,7 +92,7 @@
|
||||
<button class="delete" aria-label="close"></button>
|
||||
</header>
|
||||
<section class="modal-card-body">
|
||||
<p class="is-size-5">This record will be permanently deleted. Proceed?</p>
|
||||
<p class="is-size-5" data-delete-record-target="message"></p>
|
||||
</section>
|
||||
<footer class="modal-card-foot">
|
||||
<div class="buttons is-right">
|
||||
|
||||
Reference in New Issue
Block a user