Skip to content

Commit

Permalink
Make the link to the font preview explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
melmothx committed Aug 4, 2024
1 parent aa1fcdb commit 6ce06e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions root/src/include/bbform.tt
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@
<div class="form-group">
<div class="row">
<div class="col-sm-3">
<a target="_blank" href="[% c.uri_for_action('/bookbuilder/fonts') %]">
<strong>[% loc('Please select the desired fonts') %]</strong>
</a>
<strong>[% loc('Please select the desired fonts') %]</strong>
</div>
<div class="col-sm-9">
<p class="pdf-option">
[% loc('Keep in mind that some character may be missing in the required font.') %]
[% loc('Missing character will be reported') %].
<a target="_blank" href="[% c.uri_for_action('/bookbuilder/fonts') %]">
<strong>[% loc('Font preview') %]
</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 6ce06e4

Please sign in to comment.