CRM-13929 - Fix date range clear links
authorColeman Watts <coleman@civicrm.org>
Mon, 10 Feb 2014 18:25:07 +0000 (10:25 -0800)
committerColeman Watts <coleman@civicrm.org>
Mon, 10 Feb 2014 18:25:07 +0000 (10:25 -0800)
templates/CRM/Core/DateRange.tpl

index 73a0c2291724eec0753d12d7be90cb2e09b0931d..424300fbd47ef4def4ebc82a40f58e8844eafa94 100644 (file)
 <td>{$form.$relativeName.html}</td>
 <td>
   <span class="crm-absolute-date-range">
-    {assign var=fromName   value=$fieldName|cat:$from}
-    {$form.$fromName.label}
-    {include file="CRM/common/jcalendar.tpl" elementName=$fromName}
-    &nbsp;&nbsp;
-    {assign var=toName   value=$fieldName|cat:$to}
-    {$form.$toName.label}
-    {include file="CRM/common/jcalendar.tpl" elementName=$toName}
+    <span class="crm-absolute-date-from">
+      {assign var=fromName   value=$fieldName|cat:$from}
+      {$form.$fromName.label}
+      {include file="CRM/common/jcalendar.tpl" elementName=$fromName}
+    </span>
+    <span class="crm-absolute-date-to">
+      {assign var=toName   value=$fieldName|cat:$to}
+      {$form.$toName.label}
+      {include file="CRM/common/jcalendar.tpl" elementName=$toName}
+    </span>
   </span>
   {literal}
     <script type="text/javascript">