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

CRM-21518: Added missing containers to template #11369

Merged
merged 3 commits into from
Dec 6, 2017

Conversation

mukeshcompucorp
Copy link
Contributor

@mukeshcompucorp mukeshcompucorp commented Dec 5, 2017

Overview

This PR adds missing container classes in templates which are missing.

Screenshots

This PR does not modify anything of visual difference. The idea here is to allow any other theme (Shoreditch in this context or any other in future) to have unified UI/UX solution if they use such class.

Comments

This is tested with default styling of CiviCRM and custom theme Shoreditch


@mukeshcompucorp mukeshcompucorp changed the title NDI-30: Added missing containers to template CRM-21518: Added missing containers to template Dec 5, 2017
@@ -66,4 +68,5 @@
{crmButton q="action=add&reset=1" icon="plus-circle"}{ts}Add Contact Type{/ts}{/crmButton}
{crmButton p="civicrm/admin" q="reset=1" class="cancel" icon="times"}{ts}Done{/ts}{/crmButton}
</div>
</div>
{/if}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks to me like the opening of the div tag is outside the {if} clause but the closing tag is inside the {/if}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was looking like it due to malformed spacing. I fixed it. Now it should look good.

@@ -69,3 +70,4 @@
{crmButton p="civicrm/admin" q="reset=1" class="cancel" icon="times"}{ts}Done{/ts}{/crmButton}
</div>
{/if}
</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need a newline at the end of this file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@colemanw added

@colemanw colemanw merged commit f287bd3 into civicrm:master Dec 6, 2017
sluc23 pushed a commit to ixiam/civicrm-core that referenced this pull request Jan 10, 2018
…min-pages

CRM-21518: Added missing containers to template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants