diff --git a/template/feat-browser.html b/template/feat-browser.html index ba8ef63..b95c166 100644 --- a/template/feat-browser.html +++ b/template/feat-browser.html @@ -1,32 +1,28 @@
-
-
-
- -
-
-
{{localize "CMPBrowser.sortBy"}}:
-
- -
-
- - -
- {{> "modules/compendium-browser/template/filter-container.html" - filters=featFilters}} -
-
- - -
+
+
+
+ +
+
+
{{localize "CMPBrowser.sortBy"}}:
+
+ +
+
+ + +
+ {{> "modules/compendium-browser/template/filter-container.html" filters=featFilters}} +
+
+ + +
diff --git a/template/filter-container.html b/template/filter-container.html index dbc5e5f..1f29b31 100644 --- a/template/filter-container.html +++ b/template/filter-container.html @@ -1,79 +1,79 @@ {{#each filters.registeredFilterCategorys as |cat key|}}
-

{{cat.label}}

-
- {{#each cat.filters as |filter key|}} -
- {{#if filter.istext}} -
{{filter.label}}
-
- {{#if filter.possibleValues}} - - {{else}} - - {{/if}} -
- {{/if}} {{#if filter.isbool}} -
-
{{filter.label}}
-
- -
-
- {{/if}} {{#if filter.isselect}} -
-
{{filter.label}}
-
- -
-
- {{/if}} {{#if filter.ismultiSelect}} -
- -
- {{#each filter.possibleValues as |label val|}} +

{{cat.label}}

+
+ {{#each cat.filters as |filter key|}} +
+ {{#if filter.istext}} +
{{filter.label}}
+
+ {{#if filter.possibleValues}} + + {{else}} + + {{/if}} +
+ {{/if}} {{#if filter.isbool}} +
+
{{filter.label}}
+
+ +
+
+ {{/if}} {{#if filter.isselect}} +
+
{{filter.label}}
+
+ +
+
+ {{/if}} {{#if filter.ismultiSelect}} +
+ +
+ {{#each filter.possibleValues as |label val|}} -
-
- {{/each}} -
-
- {{/if}} {{#if filter.isnumberCompare}} -
-
{{filter.label}}
-
- - -
-
- {{/if}} -
- {{/each}} -
+
+
+ {{/each}} +
+
+ {{/if}} {{#if filter.isnumberCompare}} +
+
{{filter.label}}
+
+ + +
+
+ {{/if}} +
+ {{/each}} +
{{/each}} diff --git a/template/settings.html b/template/settings.html index 0a16c20..0bdecc0 100644 --- a/template/settings.html +++ b/template/settings.html @@ -1,46 +1,54 @@
-
-

{{localize "CMPBrowser.generalSettings"}}

- - - - -
+
+

{{localize "CMPBrowser.generalSettings"}}

+ + + + +
-
-

{{localize "CMPBrowser.compSettingsSpell"}}

- {{#each settings.loadedSpellCompendium as |spellComp key|}} - - {{/each}} -
-
-

{{localize "CMPBrowser.compSettingsNpc"}}

- {{#each settings.loadedNpcCompendium as |npcComp key|}} - - {{/each}} -
+
+

{{localize "CMPBrowser.compSettingsSpell"}}

+ {{#each settings.loadedSpellCompendium as |spellComp key|}} + + {{/each}} +
+
+

{{localize "CMPBrowser.compSettingsNpc"}}

+ {{#each settings.loadedNpcCompendium as |npcComp key|}} + + {{/each}} +