summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmUi/tabset.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-content/plugins/civicrm/civicrm/ang/crmUi/tabset.html')
-rw-r--r--www/crm/wp-content/plugins/civicrm/civicrm/ang/crmUi/tabset.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmUi/tabset.html b/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmUi/tabset.html
new file mode 100644
index 00000000..6bb45711
--- /dev/null
+++ b/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmUi/tabset.html
@@ -0,0 +1,12 @@
+<div ui-jq="tabs" ui-options="{{tabSetOptions}}" class="crm-tabset">
+ <ul>
+ <li ng-repeat="tab in tabs" class="ui-corner-all crm-tab-button crm-count-{{tab.count}}">
+ <a href="#{{tab.id}}">
+ <i ng-if="tab.crmIcon" class="crm-i {{tab.crmIcon}}"></i>
+ {{tab.$parent.$eval(tab.crmTitle)}}
+ <em ng-if="tab.count">{{tab.count}}</em>
+ </a>
+ </li>
+ </ul>
+ <div ng-transclude></div>
+</div> \ No newline at end of file