Remove social network block from Main.tpl and modify help text on configure title...
authorDave Greenberg <dave@civicrm.org>
Sat, 4 May 2013 17:57:23 +0000 (10:57 -0700)
committerDave Greenberg <dave@civicrm.org>
Sat, 4 May 2013 17:57:23 +0000 (10:57 -0700)
templates/CRM/Contribute/Form/Contribution/Main.tpl
templates/CRM/Contribute/Form/ContributionPage/Settings.hlp

index aa017296b2a7f4e95b8f4d364c4bf916d8d010f1..d1fc7fbfd94933c137ba1f82007f15da5d16e38b 100644 (file)
     <p>{$footer_text}</p>
   </div>
   {/if}
-  <br/>
-  {if $isShare}
-    {capture assign=contributionUrl}{crmURL p='civicrm/contribute/transact' q="$qParams" a=true fe=1 h=1}{/capture}
-  {include file="CRM/common/SocialNetwork.tpl" url=$contributionUrl title=$title pageURL=$contributionUrl}
-  {/if}
 </div>
 
 <script type="text/javascript">
index 774d93522e3e32a4885955fa385875c52a569866..aad3b2de9c384992d445bd4e9e054640ffec91c7 100644 (file)
@@ -81,6 +81,6 @@
 {/htxt}
 {htxt id="id-is_share"}
 <p>{ts}When enabled, links allowing people to share this online contribution page with their social network will be displayed (e.g. Facebook "Like", Google+, and Twitter).{/ts}</p>
-<p>{ts}Social media links will be included on the Contribution page, Thank-you page, Tell-a-Friend page (if enabled), and in contribution receipt emails.{/ts}</p>
+<p>{ts}Social media links will be included on the Contribution Thank-you page, Tell-a-Friend page (if enabled), and in contribution receipt emails.{/ts}</p>
 {/htxt}