Skip to content

Commit

Permalink
layout change: Feedback in Feedback Container
Browse files Browse the repository at this point in the history
  • Loading branch information
iradraconis committed Jan 16, 2024
1 parent 5084b5e commit 51b14a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion popup_compose.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@

<p id="customizableLabel">kein Vorschlag</p>
<button id="recommendCaseButtonAfterSend">Nach dem Senden in Akte speichern</button>
<p id="feedback"></p>
</div>

<div id="treeContainer">
Expand All @@ -214,7 +215,7 @@ <h3>Ordner</h3>
<select id="tagsSelect" multiple size="5" style="width: 100%;"></select>
</div>

<p id="feedback"></p>


<div id="buttonContainer">
<button id="updateDataButton"></button>
Expand Down
3 changes: 2 additions & 1 deletion popup_menu_bundle_save.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@

<p id="customizableLabel">kein Vorschlag</p>
<button id="recommendCaseButton">In Akte speichern</button>
<p id="feedback"></p>
</div>

<div id="treeContainer">
Expand All @@ -220,7 +221,7 @@ <h3>Ordner</h3>
<select id="tagsSelect" multiple size="5" style="width: 100%;"></select>
</div>

<p id="feedback"></p>


<div id="buttonContainer">
<button id="updateDataButton"></button>
Expand Down

0 comments on commit 51b14a3

Please sign in to comment.