Browse Source

Bug 15611 - Spelling mistake in patroncards/edit-layout.tt

To Test:

check that "implimented" has been changed to "implemented" on both lines
478 and 534

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
new_12478_elasticsearch
Chloe 8 years ago
committed by Brendan A Gallagher
parent
commit
88607dfaf1
  1. 4
      koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt

4
koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt

@ -475,7 +475,7 @@
</li>
</ol>
</div>
<!-- These pdf image parameters are currently unused, but implimented and need to default to zero -->
<!-- These pdf image parameters are currently unused, but implemented and need to default to zero -->
<input type="hidden" name="image_1_Ox" value="0" /><!-- Ox,Oy should be set to 0 unless you want special effects see http://www.adobe.com/devnet/pdf/pdf_reference.html ISO 32000-1 -->
<input type="hidden" name="image_1_Oy" value="0" />
<input type="hidden" name="image_1_Sx" value="0" /><!-- Sx,Sy allow scaling of the image -->
@ -531,7 +531,7 @@
</li>
</ol>
</div>
<!-- These pdf image parameters are currently unused, but implimented and need to default to zero -->
<!-- These pdf image parameters are currently unused, but implemented and need to default to zero -->
<input type="hidden" name="image_2_Ox" value="0" /><!-- Ox,Oy should be set to 0 unless you want special effects see http://www.adobe.com/devnet/pdf/pdf_reference.html ISO 32000-1 -->
<input type="hidden" name="image_2_Oy" value="0" /><!-- Sx,Sy allow scaling of the image -->
<input type="hidden" name="image_2_Sx" value="0" />

Loading…
Cancel
Save