-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
CRM-21518: Added missing containers to template #11369
Conversation
@@ -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} |
There was a problem hiding this comment.
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}
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@colemanw added
…min-pages CRM-21518: Added missing containers to template
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