Enhance license term labels experience in Primo VE
- Change English translation for a license term label
There is no possibility to change the English translation for a license term label once it is created even though other languages are configurable.
- Enclose license term label in a separate HTML tag in Primo VE so it can be styled with CSS
Right now in Primo VE, the license term label although it comes from distinct fields in Alma, is outputted together with the license term text in one HTML tag. We need to have the license term label in a separate HTML tag so it can be styled by CSS.
Please note that this is already supported - the whole license term paragraph can be styled using the license class.
-
Dominik Bláha, SLSP commented
Dear Yael,
it is not already supported in Primo VE. The current display is:
<span>
"license_term_label: license_term_value"
<br>
</span>We would like:
<span>
<tagA>license_term_label</tagA>
<tagB>license_term_value</tagB>
<br>
</span>You are probably talking about the configuration parameter in Alma -> Configuration -> Resource Management -> Other settings: split_values_in_display_license. But this does not work in Primo VE. It only removes the separator but does not add any HTML tags.
-
Christian commented
Kind of strange. For Primo, the problem "separate HTML tags for license label and license term text" was already resolved in the Alma July 2019 Release.
00619804 / Display of License labels and License content in Primo: currently together in one HTML tag