Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethbruskiewicz committed Nov 22, 2023
1 parent abde551 commit fc0952a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
46 changes: 25 additions & 21 deletions lib/toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,13 @@
data-i18n="show-recommended-cols-dropdown-item"
>Show required + recommended columns</span
>
<div style="padding: 0.25rem 1.5rem"
<div
style="padding: 0.25rem 1.5rem"
id="show-section-menu"
data-i18n="show-section-menu"
>Show section:<div id="section-menu"></div>
>
Show section:
<div id="section-menu"></div>
</div>

<span
Expand Down Expand Up @@ -152,8 +155,9 @@
class="btn btn-primary"
id="validate-btn"
data-i18n="validate-btn"
>Validate</button
>
Validate
</button>
</div>

<!-- TODO: data-i18n -->
Expand All @@ -178,12 +182,18 @@
data-i18n="getting-started-modal-menu"
>Getting Started</span
>
<a class="dropdown-item" target="_blank" href=""
id="help_reference"
<a
class="dropdown-item"
target="_blank"
href=""
id="help_reference"
data-i18n="help_reference"
>Reference Guide</a
>
<a class="dropdown-item" target="_blank" href=""
<a
class="dropdown-item"
target="_blank"
href=""
id="help_sop"
data-i18n="help_sop"
>SOP</a
Expand All @@ -209,11 +219,9 @@

<div class="btn-group" role="group" style="margin-right: 40px">
<div class="input-group-prepend">
<div class="btn"
id="template_label"
data-i18n="template_label"
>Template</div
>
<div class="btn" id="template_label" data-i18n="template_label">
Template
</div>
</div>
<div class="input-group-append">
<div
Expand All @@ -229,11 +237,9 @@

<div class="btn-group" role="group" style="margin-right: 40px">
<div class="input-group-prepend">
<div class="btn"
id="language_label"
data-i18n="language_label"
>Language</div
>
<div class="btn" id="language_label" data-i18n="language_label">
Language
</div>
</div>
<div class="input-group-append">
<select class="form-control" id="select-language-localization"></select>
Expand All @@ -242,11 +248,9 @@

<div class="btn-group" role="group" style="margin-right: 40px">
<div class="input-group-prepend">
<div class="btn"
id="loaded_file_label"
data-i18n="loaded_file_label"
>Loaded file</div
>
<div class="btn" id="loaded_file_label" data-i18n="loaded_file_label">
Loaded file
</div>
</div>
<div class="input-group-append">
<div
Expand Down
2 changes: 0 additions & 2 deletions web/translations/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,4 @@
"export-to-confirm-btn": {},
"jump-to-input": {},
"fill-column-input": {}


}

0 comments on commit fc0952a

Please sign in to comment.