Merge pull request #17055 from mattwire/customgroupfield_id
[civicrm-core.git] / ang / crmStatusPage / StatusPage.html
index 5eefc509e0cfe8a35f7a743cd21a7cd18376766a..bf252cbeb1bf9e0cfca82352c580b75104080c81 100644 (file)
@@ -1,7 +1,7 @@
 <div crm-ui-debug="statuses"></div>
 
 <h1 crm-page-title crm-document-title="ts('CiviCRM System Status') + ' (' + countVisible(1) + ')'">
-  {{ts('CiviCRM System Status')}}
+  {{:: ts('CiviCRM System Status') }}
 </h1>
 
 <div id="crm-status-list" crm-ui-tab-set>
         <a
           ng-if="status.help"
           class="helpicon"
-          ng-click="alert(status.help, status.title, 'info');"
+          ng-click="help(status.title, status.help);"
           href="javascript:void(0)"
           >
         </a>
+        <div ng-if="status.actions" class="crm-status-item-actions">
+          <button ng-repeat="action in status.actions" ng-click="doAction(action)">{{ action.title }}</button>
+        </div>
       </div>
     </div>
   </div>