Merge pull request #4693 from jaapjansma/CRM-15702
[civicrm-core.git] / templates / CRM / Event / Page / UserDashboard.tpl
index 84f7464928d27524f4980cd2f195e05e206b7ba8..fae0daae1ed1699ec5edf8984981a466b4cbf27d 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -55,7 +55,7 @@
                        <td class="crm-participant-participant_status">{$row.participant_status}</td>
                        <td class="crm-participant-showConfirmUrl">
                             {if $row.showConfirmUrl}
-                                <a href="{crmURL p='civicrm/event/confirm' q="reset=1&participantId=`$row.participant_id`"}">{ts}Confirm Registration{/ts}</a>                            
+                                <a href="{crmURL p='civicrm/event/confirm' q="reset=1&participantId=`$row.participant_id`"}">{ts}Confirm Registration{/ts}</a>
                             {/if}
                         </td>
                     </tr>
@@ -66,7 +66,7 @@
         <div class="messages status no-popup">
            <div class="icon inform-icon"></div>&nbsp;
                  {ts}You are not registered for any current or upcoming Events.{/ts}
-               
+
         </div>
     {/if}
 </div>