Skip to content

Commit

Permalink
FOLIOINT-257 Layout: minor spacing tweaks and udpate POM
Browse files Browse the repository at this point in the history
  • Loading branch information
nlaforwardism committed Sep 20, 2023
1 parent 37d8d84 commit 097f4da
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ other dependencies.
## Printing

Callslips (pickslips) can be printed via PDF files. Pickslips are printed in
two halves, aligned to a performation in the paper. Each pickslip is printed
two halves, aligned to a perforation in the paper. Each pickslip is printed
to a single PDF using Flying Saucer with Open PDF. Multiple pickslips can be
printed (in which case single page PDF files are stitched together).

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>au.gov.nla</groupId>
<artifactId>folio-pickslip-viewer</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
<name>folio-pickslip-viewer</name>
<description>FOLIO pickslip / request queue viewer</description>
<properties>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>au.gov.nla</groupId>
<artifactId>folio-api</artifactId>
<version>1.0.15-SNAPSHOT</version>
<version>1.0.15-RELEASE</version>
</dependency>

<dependency>
Expand Down
12 changes: 6 additions & 6 deletions src/main/resources/templates/pdf/print_pdf.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
</div>

<div class="patron-info">
<p class="font-large heavy-font" th:text="${pickslip.request.patronGroup} ?: '-'"/>
<p>
<p class="font-large heavy-font spaced-above" th:text="${pickslip.request.patronGroup} ?: '-'"/>
<p class="spaced-above">
<span class ="font-large heavy-font" th:text="${pickslip.request.requester.lastName} ?: '-'" />,
<span class="font-large" th:text="${pickslip.request.requester.firstName} ?: '-'" />
</p>
<p>
<p class="spaced-above">
<span class="font-large heavy-font" th:text="${#temporals.format(pickslip.request.requestDate, 'dd-MMM-yyyy')}"/>
<span class="font-large" th:text="${#temporals.format(pickslip.request.requestDate, 'HH:mm:ss')}"/>
</p>
Expand Down Expand Up @@ -124,12 +124,12 @@
</div>

<div class="patron-info">
<p class="font-large heavy-font" th:text="${pickslip.request.patronGroup} ?: '-'"/>
<p>
<p class="font-large heavy-font spaced-above" th:text="${pickslip.request.patronGroup} ?: '-'"/>
<p class="spaced-above">
<span class ="font-large heavy-font" th:text="${pickslip.request.requester.lastName} ?: '-'" />,
<span class="font-large" th:text="${pickslip.request.requester.firstName} ?: '-'" />
</p>
<p>
<p class="spaced-above">
<span class="font-large heavy-font" th:text="${#temporals.format(pickslip.request.requestDate, 'dd-MMM-yyyy')}"/>
<span class="font-large" th:text="${#temporals.format(pickslip.request.requestDate, 'HH:mm:ss')}"/>
</p>
Expand Down

0 comments on commit 097f4da

Please sign in to comment.