dashlet.smarty 413 Bytes
<div>
    {i18n arg_appname="$appname"}To connect to #appname# via a third-party WebDAV client, please use the following address{/i18n}:<br/>
    <b><a href="{$webdav_url}" target="_blank">{$webdav_url|mb_wordwrap}</a></b><br/><br/>

    {if $hasLicense}
        {i18n arg_appname="$appname"}To connect with the #appname# Tools Suite, use this address{/i18n}:<br/>
        <b>{$url}</b><br/><br/>
    {/if}
</div>