mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
client/options/appearance/ribbon widgets: place checkboxes on separate lines
This commit is contained in:
@@ -5,15 +5,19 @@ import OptionsWidget from "../options_widget.js";
|
|||||||
const TPL = `
|
const TPL = `
|
||||||
<div class="options-section">
|
<div class="options-section">
|
||||||
<h4>${t("ribbon.widgets")}</h4>
|
<h4>${t("ribbon.widgets")}</h4>
|
||||||
|
<div>
|
||||||
<label class="tn-checkbox">
|
<label class="tn-checkbox">
|
||||||
<input type="checkbox" class="promoted-attributes-open-in-ribbon form-check-input">
|
<input type="checkbox" class="promoted-attributes-open-in-ribbon form-check-input">
|
||||||
${t("ribbon.promoted_attributes_message")}
|
${t("ribbon.promoted_attributes_message")}
|
||||||
</label>
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
<label class="tn-checkbox">
|
<label class="tn-checkbox">
|
||||||
<input type="checkbox" class="edited-notes-open-in-ribbon form-check-input">
|
<input type="checkbox" class="edited-notes-open-in-ribbon form-check-input">
|
||||||
${t("ribbon.edited_notes_message")}
|
${t("ribbon.edited_notes_message")}
|
||||||
</label>
|
</label>
|
||||||
|
</div>
|
||||||
</div>`;
|
</div>`;
|
||||||
|
|
||||||
export default class RibbonOptions extends OptionsWidget {
|
export default class RibbonOptions extends OptionsWidget {
|
||||||
|
|||||||
Reference in New Issue
Block a user