mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
9 lines
379 B
HTML
9 lines
379 B
HTML
<div class="shaped-row vert-top mar-t-sm">
|
|
<input type="checkbox" name="attr_content_toggle" value="{{content=@{content}}}" class="attack-toggle" checked>
|
|
<div class="bold italic mar-r-sm"><span data-i18n="CONTENT"></span>.</div>
|
|
<div class="col-80 attack-toggle">
|
|
<textarea name="attr_content" class="three-line-textarea" accept="Content"></textarea>
|
|
</div>
|
|
</div>
|
|
|