From e53fdc3b010c20227473072e7fe42263953c3ad9 Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Wed, 1 May 2013 13:07:28 -0700 Subject: [PATCH] whitespace fixes --- templates/CRM/Mailing/Page/Event.tpl | 119 ++++++++++++++------------- 1 file changed, 62 insertions(+), 57 deletions(-) diff --git a/templates/CRM/Mailing/Page/Event.tpl b/templates/CRM/Mailing/Page/Event.tpl index bbabffb95e..7cee9f58e6 100644 --- a/templates/CRM/Mailing/Page/Event.tpl +++ b/templates/CRM/Mailing/Page/Event.tpl @@ -26,74 +26,79 @@ {include file="CRM/common/pager.tpl" location="top"} {if $rows } -{include file="CRM/common/jsortable.tpl"} -{strip} - - - - {foreach from=$columnHeaders item=header} - - {/foreach} - - - {counter start=0 skip=1 print=false} - {foreach from=$rows item=row} - - {foreach from=$row item=value} - - {/foreach} - - {/foreach} -
- {if $header.sort} - {assign var='key' value=$header.sort} - {$sort->_response.$key.link} - {else} - {$header.name} - {/if} -
{$value}
-{/strip} + {include file="CRM/common/jsortable.tpl"} + {strip} + + + + {foreach from=$columnHeaders item=header} + + {/foreach} + + + {counter start=0 skip=1 print=false} + {foreach from=$rows item=row} + + {foreach from=$row item=value} + + {/foreach} + + {/foreach} +
+ {if $header.sort} + {assign var='key' value=$header.sort} + {$sort->_response.$key.link} + {else} + {$header.name} + {/if} +
{$value}
+ {/strip} {else} -
-
  - {ts 1=$title}There are currently no %1.{/ts} -
-{/if} +
+
+   + {ts 1=$title}There are currently no %1.{/ts} +
+{/if} - + {include file="CRM/common/pager.tpl" location="bottom"} {if $pager and ( $pager->_totalPages > 1 )} {literal} - + document.location = submitUrl + urlParams; + } + {/literal} {/if} \ No newline at end of file -- 2.25.1