sheet-actions - fix sheets that were merged without default input on new github action

This commit is contained in:
Nora Cahill
2025-11-04 12:39:33 -08:00
parent 4153b34cef
commit b1cd2663d7
7 changed files with 1 additions and 6 deletions
-1
View File
@@ -8,7 +8,6 @@
<input name="attr_tab1" data-i18n-title="NPC-u" class="sheet-tab sheet-tab6" type="radio" value="6"><span class="sheet-tabSpan" data-i18n-title="npc-u"></span>
<input name="attr_tab1" data-i18n-title="opponent-c" class="sheet-tab sheet-tab7" type="radio" value="7"><span class="sheet-tabSpan" data-i18n-title="opponent-c"></span>
<div class="sheet-tab-content sheet-tab1"><!--- Tab 1 start -->
<!--
<div class="catHerding" style="width: 300px; height: 200px; margin: 0px 0px 0px 0px;" >
-1
View File
@@ -1,5 +1,4 @@
<div class="cofmain">
<!-- Nouvelle version fiche -->
<input type="hidden" name="attr_verfdp" value="1.10.0">
<!-- Version courante fiche -->
@@ -1,7 +1,6 @@
<div class='main'>
<div class="nav">
<input type="hidden" class="mooktoggle" name="attr_mooksheet_flag" value="0" />
-1
View File
@@ -123,7 +123,6 @@
<option value="{2d20}kl1"><span data-i18n="disavantage-u">DISAVANTAGE</span></option>
</select>
</div><!-- end .sheet-secretbox -->
@@ -73,7 +73,6 @@
</select>
</div><!-- end .sheet-width100 -->
<div class="sheet-width100">
@@ -1,7 +1,6 @@
<rolltemplate class="sheet-rolltemplate-rmu">
<div class='sheet-rolltemplate-rmurollbox'>
<em>{{actor}} {{verb}} {{action}}:</em><br>
@@ -19,3 +19,4 @@
<button name="roll_rollmastery" value="@{name} rolls Mastery: [[@{mastery}d6kh1]]" data-sm-id="18" type="roll" class="sm-prop sm-roll" style="left: 438px; top: 107px; width: 24px; height: 24px;">&#9861;</button>
<button name="roll_rollmischief" value="@{name} rolls Mischief: [[@{mischief}d6kh1]]" data-sm-id="19" type="roll" class="sm-prop sm-roll" style="left: 550px; top: 107px; width: 24px; height: 24px;">&#9861;</button>
</div>