Skip to content

Commit

Permalink
fix: improve display of template and project selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Sendler committed Oct 22, 2024
1 parent 63e104e commit 16e6302
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -818,9 +818,8 @@
<h:panelGroup
layout="block"
rendered="#{AdministrationForm.administrationPlugin.showProjectSelection}"
styleClass="d-inline"
data-bs-title="#{msgs.plugin_administration_archive_process_create_process}"
data-bs-toggle="tooltip">
styleClass="input-group"
>

<!-- select process template -->
<h:selectOneMenu
Expand Down Expand Up @@ -852,12 +851,15 @@
render="@this" />
</h:selectOneMenu>


<!-- create process -->
<button
class="btn btn-primary"
jsf:action="#{AdministrationForm.administrationPlugin.createProcesses}">
<span class="fa fa-file-o"></span>
jsf:action="#{AdministrationForm.administrationPlugin.createProcesses}"
data-bs-title="#{msgs.plugin_administration_archive_process_create_process}"
data-bs-toggle="tooltip">
<span
aria-hidden="true"
class="fa fa-file-o"></span>
</button>


Expand Down

0 comments on commit 16e6302

Please sign in to comment.