CRM-16173 - crmCxn - Display explanation
[civicrm-core.git] / ang / crmCxn / ManageCtrl.html
index d6dd5b27954faa2696f073fe6ecc327cb16c9590..a595143855eea6d095f3ad73407ade7dab7fa98e 100644 (file)
@@ -9,6 +9,10 @@
  * Extant connections can be portrayed as enabled or disabled.
 -->
 
+<div class="help">
+  <p>{{ts('Connections provide a simplified way to link your CiviCRM installation to an external service.')}}</p>
+</div>
+
 <div ng-show="cxns.length > 0">
   <span crm-ui-order="{var: 'cxnOrder', defaults: ['-created_date']}"></span>
   <h3>{{ts('Existing Connections')}}</h3>
@@ -55,7 +59,7 @@
                 </li>
                 <li>
                   <a class="action-item crm-hover-button"
-                     crm-confirm='{width: "65%", resizable: true, title:ts("%1: Reconnect", {1: cxn.app_meta.title}), templateUrl: "~/crmCxn/ConfirmReconnectCtrl.html", export: {cxn: cxn}}'
+                     crm-confirm='{width: "65%", resizable: true, title:ts("%1: Reconnect", {1: cxn.app_meta.title}), templateUrl: "~/crmCxn/ConfirmReconnectCtrl.html", export: {cxn: cxn, appMeta: findAppByAppId(cxn.app_guid)}}'
                      on-yes="reregister(cxn.app_meta)"
                       >{{ts('Reconnect')}}</a>
                 </li>