mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
client: "Label detail" dialog: use a consistent checkbox format
This commit is contained in:
@@ -149,8 +149,13 @@ const TPL = `
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr title="${t("attribute_detail.inheritable_title")}">
|
<tr title="${t("attribute_detail.inheritable_title")}">
|
||||||
<th>${t("attribute_detail.inheritable")}</th>
|
<th></th>
|
||||||
<td><input type="checkbox" class="attr-input-inheritable form-check" /></td>
|
<td>
|
||||||
|
<label class="tn-checkbox">
|
||||||
|
<input type="checkbox" class="attr-input-inheritable form-check" />
|
||||||
|
${t("attribute_detail.inheritable")}
|
||||||
|
</label>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user