X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FReport%2FPage%2FTemplateList.tpl;h=014f43ff5f80ce9618cfe29336dac5e03b37c46f;hb=b69e578b2e6c0c8d9aaec50e4042f6e500acc3d5;hp=3952ae88b19faf003c9006ff4141e506f5d7b0c9;hpb=61101c0139a33917f1220f3e970b7c1293f34449;p=civicrm-core.git diff --git a/templates/CRM/Report/Page/TemplateList.tpl b/templates/CRM/Report/Page/TemplateList.tpl index 3952ae88b1..014f43ff5f 100644 --- a/templates/CRM/Report/Page/TemplateList.tpl +++ b/templates/CRM/Report/Page/TemplateList.tpl @@ -24,45 +24,45 @@ +--------------------------------------------------------------------+ *}
-
-{ts}Create reports for your users from any of the report templates listed below. Click on a template title to get started. Click Existing Report(s) to see any reports that have already been created from that template.{/ts} -
-{strip} -{if $list} -{counter start=0 skip=1 print=false} - {foreach from=$list item=rows key=report} -
-
- {if $report}{if $report EQ 'Contribute'}{ts}Contribution{/ts}{else}{$report}{/if}{else}Contact{/if} Report Templates -
-
-
- - {foreach from=$rows item=row} - - - - - {/foreach} -
- » {$row.title} - {if $row.instanceUrl} - - {/if} - - {$row.description} -
+
+ {ts}Create reports for your users from any of the report templates listed below. Click on a template title to get started. Click Existing Report(s) to see any reports that have already been created from that template.{/ts}
-
-
-{/foreach} -{else} -
+ {strip} + {if $list} + {counter start=0 skip=1 print=false} + {foreach from=$list item=rows key=report} +
+
+ {if $report}{if $report EQ 'Contribute'}{ts}Contribution{/ts}{else}{$report}{/if}{else}Contact{/if} Report Templates +
+
+
+ + {foreach from=$rows item=row} + + + + + {/foreach} +
+ » {$row.title} + {if $row.instanceUrl} + + {/if} + + {$row.description} +
+
+
+
+ {/foreach} + {else} +
  {ts}There are currently no Report Templates.{/ts} -
-{/if} -{/strip} +
+ {/if} + {/strip}