Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHOR-16: Fixed spacing between & table structure issues #12811

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/CRM/Event/Page/ParticipantListing/Name.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{* Displays participant listing for an event. *}
{if $rows}
{include file="CRM/common/pager.tpl" location="top"}
<table cellpadding="0" cellspacing="0" border="0">
<table class="selector" cellpadding="0" cellspacing="0" border="0">
<tr class="columnheader">
{foreach from=$headers item=header}
<th scope="col">
Expand Down
1 change: 0 additions & 1 deletion templates/CRM/Member/Form/Membership.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@
{/if}
{/if}

<div class="spacer"></div>
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div> <!-- end form-block -->

Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Member/Form/Selector.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
{/if}
{if ($context EQ 'dashboard') AND $pager->_totalItems GT $limit}
<tr class="even-row">
<td colspan="9"><a href="{crmURL p='civicrm/member/search' q='reset=1'}">&raquo; {ts}Find more members{/ts}...</a></td></tr>
<td colspan="10"><a href="{crmURL p='civicrm/member/search' q='reset=1'}">&raquo; {ts}Find more members{/ts}...</a></td></tr>
</tr>
{/if}
</table>
Expand Down