Skip to content

Commit

Permalink
S2U-55 - Change the download button to a link
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmerino committed Oct 4, 2024
1 parent fb2764f commit 9225240
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,6 @@
<a id="sebLaunchSeb" class="active">
<h:outputText value="#{deliveryMessages.seb_launch_seb}"/>
</a>
<a id="sebDownloadSeb" class="button">
<h:outputText value="#{deliveryMessages.seb_download_seb}"/>
</a>
<a id="sebDownloadConfiguration" class="button">
<h:outputText value="#{deliveryMessages.seb_download_configuration}"/>
</a>
Expand All @@ -311,9 +308,6 @@
<a id="sebLaunchSeb" class="button disabled">
<h:outputText value="#{deliveryMessages.seb_launch_seb}"/>
</a>
<h:outputLink id="sebDownloadSeb" styleClass="button" value="#{delivery.sebDownloadLink}" target="_blank">
<h:outputText value="#{deliveryMessages.seb_download_seb}"/>
</h:outputLink >
<a id="sebDownloadConfiguration" class="button disabled">
<h:outputText value="#{deliveryMessages.seb_download_configuration}"/>
</a>
Expand Down Expand Up @@ -346,6 +340,10 @@
</h:panelGroup>

</h:form>

<h:outputLink id="sebDownloadSeb" value="#{delivery.sebDownloadLink}" target="_blank">
<h:outputText value="#{deliveryMessages.seb_download_seb}"/>
</h:outputLink >
<!-- end content -->
</div>
</div>
Expand Down

0 comments on commit 9225240

Please sign in to comment.