CRM-14480 - crmCaseType - Tweak labels
authorTim Otten <totten@civicrm.org>
Tue, 3 Jun 2014 01:34:20 +0000 (18:34 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 3 Jun 2014 01:34:20 +0000 (18:34 -0700)
partials/crmCaseType/activityTypesTable.html
partials/crmCaseType/rolesTable.html
partials/crmCaseType/sequenceTable.html
partials/crmCaseType/timelineTable.html

index 1094aaf95eaf0dec2f5544bd5b3ce58efeb5aaf9..1205c661cad221814170f35bac588eed4f16fafb 100644 (file)
@@ -31,7 +31,8 @@ Required vars: caseType
   <tfoot>
   <tr class="addRow">
     <td colspan="3">
-      <div crm-add-name
+      Add activity type:
+      <span crm-add-name
            crm-options="activityTypeNames"
            crm-var="newActivity"
            crm-on-add="addActivityType(newActivity)"
index 614c788075eb85a5a6d368c79d13e2f8e88dc8d6..06f1fadaa66614f0d87cb151afdc857434539c8b 100644 (file)
@@ -27,7 +27,8 @@ Required vars: caseType
   <tfoot>
   <tr class="addRow">
     <td colspan="4">
-      <div crm-add-name
+      Add role:
+      <span crm-add-name
            crm-options="relationshipTypeNames"
            crm-var="newRole"
            crm-on-add="addRole(caseType.definition.caseRoles, newRole)"
index 02854d8142a51294654b2bff8049d5a9afe94ca6..5334f6949c10f691727971d6e512686a8f45063d 100644 (file)
@@ -5,7 +5,7 @@ Required vars: activitySet
 <table>
   <thead>
   <tr>
-    <th>Activity Type</th>
+    <th>Activity</th>
     <th></th>
   </tr>
   </thead>
@@ -27,7 +27,8 @@ Required vars: activitySet
   <tfoot>
   <tr class="addRow">
     <td colspan="3">
-      <div crm-add-name
+      Add activity:
+      <span crm-add-name
            crm-options="activityTypeNames"
            crm-var="newActivity"
            crm-on-add="addActivity(activitySet, newActivity)"
index 9908dc8f88f75c4b1e38556c69e89227d49d65f4..72922917b9af290c60340e185a7a358936248e07 100644 (file)
@@ -5,7 +5,7 @@ Required vars: activitySet
 <table>
   <thead>
   <tr>
-    <th>Activity Type</th>
+    <th>Activity</th>
     <th>Status</th>
     <th>Reference</th>
     <th>Offset</th>
@@ -50,7 +50,8 @@ Required vars: activitySet
   <tfoot>
   <tr class="addRow">
     <td colspan="6">
-      <div crm-add-name
+      Add activity:
+      <span crm-add-name
            crm-options="activityTypeNames"
            crm-var="newActivity"
            crm-on-add="addActivity(activitySet, newActivity)"