[Hack100] Bugfix: Cut and Paste error

Mislabeled the sixth item variables for both left and right item tables
This commit is contained in:
William Barker
2026-03-27 09:44:04 -04:00
parent 636d9ea943
commit 8eabc3cec3
+6 -5
View File
@@ -211,12 +211,11 @@
<input type="text" name="attr_item5l" class="sheet-profileInput" style="width: 170px; height: 28px; margin: 16px 0px 0px 0px; border: 0px; border-radius: 0; border-bottom: 3px solid Black;" value="">
<input type="text" name="attr_location5l" class="sheet-profileInput" style="width: 130px; height: 28px; margin: 16px 0px 0px 26px; border: 0px; border-radius: 0; border-bottom: 3px solid Black;" value="">
<input type="text" name="attr_item5l" class="sheet-profileInput" style="width: 170px; height: 28px; margin: 16px 0px 0px 0px; border: 0px; border-radius: 0; border-bottom: 3px solid Black;" value="">
<input type="text" name="attr_location5l" class="sheet-profileInput" style="width: 130px; height: 28px; margin: 16px 0px 0px 26px; border: 0px; border-radius: 0; border-bottom: 3px solid Black;" value="">
<input type="text" name="attr_item6l" class="sheet-profileInput" style="width: 170px; height: 28px; margin: 16px 0px 0px 0px; border: 0px; border-radius: 0; border-bottom: 3px solid Black;" value="">
<input type="text" name="attr_location6l" class="sheet-profileInput" style="width: 130px; height: 28px; margin: 16px 0px 0px 26px; border: 0px; border-radius: 0; border-bottom: 3px solid Black;" value="">
<label class="sheet-profileLabel" style="width: 80px; text-align: left; font-size: 20px; font-weight: 700; font-style: italic; margin: 40px 0px 0px 0px; padding: 2px;" data-i18n="currency-u">Currency</label>
<input type="text" name="attr_currency" class="sheet-profileInput" style="width: 230px; height: 28px; text-align: center; margin: 36px 0px 0px 8px; border: 0px; border-radius: 0; border-bottom: 3px solid Black;" value="">
</div>
<div style='display: inline-block; vertical-align: top; width: 390px; height: 370px; margin: 0px 0px 0px 0px; border: 2px solid transparent;'>
@@ -238,12 +237,13 @@
<input type="text" name="attr_item5r" class="sheet-profileInput" style="width: 170px; height: 28px; margin: 16px 0px 0px 0px; border: 0px; border-radius: 0; border-bottom: 3px solid Black;" value="">
<input type="text" name="attr_location5r" class="sheet-profileInput" style="width: 130px; height: 28px; margin: 16px 0px 0px 26px; border: 0px; border-radius: 0; border-bottom: 3px solid Black;" value="">
<input type="text" name="attr_item5r" class="sheet-profileInput" style="width: 170px; height: 28px; margin: 16px 0px 0px 0px; border: 0px; border-radius: 0; border-bottom: 3px solid Black;" value="">
<input type="text" name="attr_location5r" class="sheet-profileInput" style="width: 130px; height: 28px; margin: 16px 0px 0px 26px; border: 0px; border-radius: 0; border-bottom: 3px solid Black;" value="">
<input type="text" name="attr_item6r" class="sheet-profileInput" style="width: 170px; height: 28px; margin: 16px 0px 0px 0px; border: 0px; border-radius: 0; border-bottom: 3px solid Black;" value="">
<input type="text" name="attr_location6r" class="sheet-profileInput" style="width: 130px; height: 28px; margin: 16px 0px 0px 26px; border: 0px; border-radius: 0; border-bottom: 3px solid Black;" value="">
</div>
</div>
</div>
<!-- Roll Templates -->
<rolltemplate class="sheet-rolltemplate-initiative">
<div class="container">
<div><h1>Initiative *for* {{name}}</h1></div>
@@ -606,4 +606,5 @@ on('clicked:initiative', (info) => {
);
});
});
</script>