mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
LSformElement_uri_field/template : Added link target specification feature.
This commit is contained in:
parent
cf92fd3fe3
commit
5d02706132
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{if $freeze}
|
{if $freeze}
|
||||||
<span class='LSformElement_text'>
|
<span class='LSformElement_text'>
|
||||||
{if $value}
|
{if $value}
|
||||||
<a class='{$uriClass}' href='{$uriPrefix}{$value}'>{$value}</a>
|
<a class='{$uriClass}' href='{$uriPrefix}{$value}'{if $uriTarget} target='{$uriTarget}'{/if}>{$value}</a>
|
||||||
{else}
|
{else}
|
||||||
{$noValueTxt}
|
{$noValueTxt}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Reference in a new issue