CRM-13992 coding neccessary property values / configurable options required for tab...
[civicrm-core.git] / CRM / Core / SelectValues.php
index 88372829e1d4871195195fb24a009607b719c4e4..089fd4163fa29336c53c296f3697cad0dfedd2a7 100644 (file)
@@ -277,6 +277,7 @@ class CRM_Core_SelectValues {
       $customGroupStyle = array(
         'Tab' => ts('Tab'),
         'Inline' => ts('Inline'),
+        'Tab with table' => ts('Tab with table')
       );
     }
     return $customGroupStyle;