Skip to content

Commit

Permalink
Signed-off-by: DamithDeshan <hkddrajapaksha@gmail.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
DamithDeshan committed Dec 24, 2024
1 parent ae3dabb commit bcebc28
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/main/webapp/admin/lims/import_report_format.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,21 @@

<p:growl />

<p:panel header="Upload Lab Report Format" >
<p:panel >
<f:facet name="header">
<h:form >
<h:outputText value="Upload Lab Report Format" class="mt-2"/>

<p:commandButton
class="ui-button-info"
ajax="false"
style="float: right;"
action="#{labReportExportImportController.makeNull()}"
icon="fa fa-plus"
value="New Format Upload" >
</p:commandButton>
</h:form>
</f:facet>
<h:form enctype="multipart/form-data" >
<div class="row ">
<div class="col-1">
Expand Down Expand Up @@ -70,7 +84,7 @@
<f:facet name="header">
<h:outputText value="Successfully Upload Items" class="mt-2"/>
</f:facet>

<div class="row mb-1" style="font-weight: 700; font-size: 16px;">
<div class="col-3"><p:outputLabel value="Item Name" ></p:outputLabel></div>
<div class="col-1"><p:outputLabel value="Item Type" ></p:outputLabel></div>
Expand Down

0 comments on commit bcebc28

Please sign in to comment.