Skip to content
Snippets Groups Projects
Commit bf3aea18 authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #16223 [fid] address display inline

* adds template to display Address DTOs inline
parent fd4d8d4b
No related merge requests found
<!-- fid: fid - user - address-display-inline -->
<span class="address-inline">
<?=$this->escapeHtml($address->getLine1())?><?=$address->getLine2() ? ' '.$this->escapeHtml($address->getLine2()) : ''?>; <?=$this->escapeHtml($address->getZip())?> <?=$this->escapeHtml($address->getCity())?>, <?=$this->escapeHtml($address->getCountry())?>
</span>
<!-- fid: fid - user - address-display-inline - END -->
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment