This commit is contained in:
TheGiddyLimit
2024-07-10 22:56:03 +01:00
parent 2eeeb0771b
commit 1e72254fcb
12 changed files with 82 additions and 41 deletions

View File

@@ -11,13 +11,19 @@
{{> "listWrpPagecontent" }}
<div class="ve-flex-vh-center mt-2 no-print best-ecgen__hidden">
<button type="button" class="btn btn-success btn-xs mr-2" id="btn-encounterbuild">Encounter Builder</button>
<div id="wrp-profbonusdice" class="ve-flex-v-center mr-2">
<button type="button" class="btn btn-default btn-xs" id="profbonusdice" title="See the Dungeon Master&apos;s Guide, p263.">Use Proficiency Dice</button>
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col best-ecgen__hidden">
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
<button type="button" class="btn btn-success btn-xs mr-2" id="btn-encounterbuild">Encounter Builder</button>
<div id="wrp-profbonusdice" class="ve-flex-v-center">
<button type="button" class="btn btn-default btn-xs" id="profbonusdice" title="See the Dungeon Master&apos;s Guide, p263.">Use Proficiency Dice</button>
</div>
</div>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Creatures in Tabular Format">Table View</button>
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Creatures in Tabular Format">Table View</button>
</div>
{{> "btngroupManager" }}
</div>

View File

@@ -5,9 +5,12 @@
{{> "listWrpPagecontent" }}
<div class="ve-flex-vh-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Items in Tabular Format">Table View</button>
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col">
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Items in Tabular Format">Table View</button>
</div>
{{> "btngroupManager" }}
</div>
</div>

View File

@@ -5,9 +5,12 @@
{{> "listWrpPagecontent" }}
<div class="ve-flex-vh-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Psionics in Tabular Format">Table View</button>
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col">
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Psionics in Tabular Format">Table View</button>
</div>
{{> "btngroupManager" }}
</div>
</div>

View File

@@ -5,10 +5,16 @@
{{> "listWrpPagecontent" }}
<div class="ve-flex-vh-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Spells in Tabular Format">Table View</button>
{{> "btngroupManager" }}
<button type="button" class="btn btn-default btn-xs ml-2" id="btn-list-settings" title="Settings"><span class="glyphicon glyphicon-cog"></span></button>
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col">
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Spells in Tabular Format">Table View</button>
</div>
<div class="ve-flex-v-center mobile__mb-2">
{{> "btngroupManager" }}
<button type="button" class="btn btn-default btn-xs ml-2" id="btn-list-settings" title="Settings"><span class="glyphicon glyphicon-cog"></span></button>
</div>
</div>
</div>