Skip to content

Commit

Permalink
Merge pull request #19046 from dwoods-encircle/Resource-URL-helptext-…
Browse files Browse the repository at this point in the history
…update

Update Resource URL Helptext
  • Loading branch information
colemanw authored Nov 26, 2020
2 parents bf235d9 + 5e31174 commit 983a9c4
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions templates/CRM/Admin/Form/Setting/Url.hlp
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,8 @@
{ts}Resource URL{/ts}
{/htxt}
{htxt id='id-resource_url'}
{ts}Absolute URL of the location where the civicrm module or component has been installed.{/ts}
<table class="form-layout-compressed">
<tr><td>
<strong>{ts}Example{/ts}</strong><br />
{ts 1=http://www.example.com/}If your site's home url is %1 ... then your CiviCRM Resource URL would be:{/ts}
<div class="font-italic description">
{if $config->userSystem->is_drupal EQ '1'}
&nbsp;&nbsp; http://www.example.com/sites/all/modules/civicrm/
{elseif $config->userFramework EQ 'Joomla'}
&nbsp;&nbsp; http://www.example.com/administrator/components/com_civicrm/civicrm/
{else}
&nbsp;&nbsp; http://www.example.com/
{/if}
</div>
</td></tr>
</table>
{ts}Location where the civicrm module or component has been installed.{/ts}
{ts}By default, your CiviCRM Resource URL should be:{/ts} <strong>{ts}[civicrm.root]/{/ts}</strong>
{/htxt}

{htxt id='id-image_url-title'}
Expand Down

0 comments on commit 983a9c4

Please sign in to comment.