simplification of triggering events from links

This commit is contained in:
zadam
2020-01-21 22:08:41 +01:00
parent 55d1f9e9f0
commit af5c623671
8 changed files with 45 additions and 51 deletions

View File

@@ -1,7 +1,18 @@
import StandardWidget from "./standard_widget.js";
const TPL = `
<table class="note-info-table" style="table-layout: fixed; width: 100%;">
<table class="note-info-widget-table">
<style>
.note-info-widget-table {
table-layout: fixed;
width: 100%;
}
.note-info-widget-table td, .note-info-widget-table th {
padding: 5px;
}
</style>
<tr>
<th nowrap>Note ID:</th>
<td nowrap colspan="3" class="note-info-note-id"></td>