(dev/core#876) Allow url to set IS NULL/ NOT NULL in report for operations
[civicrm-core.git] / ang / crmStatusPage / StatusPage.html
index 5eefc509e0cfe8a35f7a743cd21a7cd18376766a..71a9c6aa9efe0987c11d69d528679a78b073e6a5 100644 (file)
         <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>