msgDisplay added

This commit is contained in:
mic 2024-05-13 20:27:42 +02:00
parent aeb19e089f
commit 53a4537a63

View file

@ -10,8 +10,9 @@
<h1>Manage Prompts</h1> <h1>Manage Prompts</h1>
<p>Manage your custom prompts.</p> <p>Manage your custom prompts.</p>
</div> </div>
<div> <div id="command_palette">
<button id="btnSave" disabled>__MSG_customPrompts_btnSave__</button> <button id="btnSaveAll" disabled>__MSG_customPrompts_btnSaveAll__</button>
<span id="msgDisplay"></span>
<button id="btnNew">__MSG_customPrompts_btnNew__</button> <button id="btnNew">__MSG_customPrompts_btnNew__</button>
</div> </div>
<div id="formNew"> <div id="formNew">