Change button ID, remove style attribute from html

This commit is contained in:
2023-04-19 08:47:04 +02:00
parent 48a740bafd
commit fdaec4e8e3

View File

@@ -51,10 +51,13 @@
onfocus="clearDefaultContent(this, 'Insert XML here');"></textarea> onfocus="clearDefaultContent(this, 'Insert XML here');"></textarea>
<br><br> <br><br>
<div class="display-space-between">
<label for="transformArea"><b>Insert your XSLT:</b></label> <label for="transformArea"><b>Insert your XSLT:</b></label>
<div style="float:right"> <div>
<button class="action-button active" id="defaultXMLButton" style="padding: 3px 10px;" <button class="action-button active" id="defaultXSLTButton" style="padding: 3px 10px;"
onclick="fillDefaultXSLT()">Insert default XSLT</button> onclick="fillDefaultXSLT()">Insert default XSLT
</button>
</div>
</div> </div>
<textarea id="transformArea" name="transformArea" rows="15" <textarea id="transformArea" name="transformArea" rows="15"
class="textarea-300 bordered-field vertically-resizeable max-width" class="textarea-300 bordered-field vertically-resizeable max-width"