<tr class="crm-event-manage-registration-form-block-additional_custom_post_{$profileBottomNumAdd}">
<td scope="row" class="label" width="20%">{$form.additional_custom_post_id_multiple[$profileBottomNumAdd].label}</td>
<td>{$form.additional_custom_post_id_multiple[$profileBottomNumAdd].html}
- <span class='profile_bottom_add_link_remove'><a href="#" onclick="removeProfileAdd('{$profileBottomNum}'); return false;">{ts}remove profile{/ts}</a></span> <span class='profile_bottom_add_link'> <a href="#" class="crm-hover-button" onclick="addProfileBottomAdd(); return false;">{ts}add profile{/ts}</a></span>
+ <span class='profile_bottom_add_link_remove'><a href="#" onclick="removeProfileAdd('{$profileBottomNum}'); return false;"><span class="icon ui-icon-trash"></span>{ts}remove profile{/ts}</a></span> <span class='profile_bottom_add_link'> <a href="#" class="crm-hover-button" onclick="addProfileBottomAdd(); return false;"><span class="icon ui-icon-plus"></span>{ts}add profile{/ts}</a></span>
<br/>
<span class="description">{ts}Change this if you want to use a different profile for additional participants.{/ts}</span>
<br/><span class="profile-links"></span>
<tr class="crm-event-manage-registration-form-block-custom_post_{$profileBottomNum}">
<td scope="row" class="label" width="20%">{$form.custom_post_id_multiple[$profileBottomNum].label}</td>
<td>{$form.custom_post_id_multiple[$profileBottomNum].html}
- <span class='profile_bottom_link_remove'><a href="#" onclick="removeProfile('{$profileBottomNum}'); return false;">{ts}remove profile{/ts}</a></span> <span class='profile_bottom_link'><a href="#" class="crm-hover-button" onclick="addProfileBottom(); return false;">{ts}add profile{/ts}</a></span>
+ <span class='profile_bottom_link_remove'><a href="#" onclick="removeProfile('{$profileBottomNum}'); return false;"><span class="icon ui-icon-trash"></span>{ts}remove profile{/ts}</a></span> <span class='profile_bottom_link'><a href="#" class="crm-hover-button" onclick="addProfileBottom(); return false;"><span class="icon ui-icon-plus"></span>{ts}add profile{/ts}</a></span>
<br/>
<span class="description">{ts}Include additional fields on this registration form by configuring and selecting a CiviCRM Profile to be included at the bottom of the page.{/ts}</span>
<br/><span class="profile-links"></span>
<tr id="profile_post" class="crm-event-manage-registration-form-block-custom_post_id">
<td scope="row" class="label" width="20%">{$form.custom_post_id.label}</td>
<td>{$form.custom_post_id.html}
- <span class='profile_bottom_link_main {if $profilePostMultiple}hiddenElement{/if}'> <a href="#" class="crm-hover-button" onclick="addProfileBottom(); return false;">{ts}add profile{/ts}</a></span>
+ <span class='profile_bottom_link_main {if $profilePostMultiple}hiddenElement{/if}'> <a href="#" class="crm-hover-button" onclick="addProfileBottom(); return false;"><span class="icon ui-icon-plus"></span>{ts}add profile{/ts}</a></span>
<br />
<span class="description">{ts}Include additional fields on this registration form by configuring and selecting a CiviCRM Profile to be included at the bottom of the page.{/ts}</span>
</td>
<tr id="custom_post_id_multiple_{$profilePostNum}_wrapper" class='crm-event-manage-registration-form-block-custom_post_multiple'>
<td scope="row" class="label" width="20%">{$form.custom_post_id_multiple.$profilePostNum.label}</td>
<td>{$form.custom_post_id_multiple.$profilePostNum.html}
- <span class='profile_bottom_link_remove'><a href="#" onclick="removeProfile('{$profilePostNum}'); return false;">{ts}remove profile{/ts}</a></span>
+ <span class='profile_bottom_link_remove'><a href="#" onclick="removeProfile('{$profilePostNum}'); return false;"><span class="icon ui-icon-trash"></span>{ts}remove profile{/ts}</a></span>
{if $smarty.foreach.profilePostIdName.last}
- <span class='profile_bottom_link'><a href="#" class="crm-hover-button" onclick="addProfileBottom(); return false;">{ts}add profile{/ts}</a></span>
+ <span class='profile_bottom_link'><a href="#" class="crm-hover-button" onclick="addProfileBottom(); return false;"><span class="icon ui-icon-plus"></span>{ts}add profile{/ts}</a></span>
{/if}
<br/><span class="profile-links"></span>
</td>
<tr id="additional_profile_post" class="crm-event-manage-registration-form-block-additional_custom_post_id">
<td scope="row" class="label" width="20%">{$form.additional_custom_post_id.label}</td>
<td>{$form.additional_custom_post_id.html}
- <span class='profile_bottom_add_link_main {if $profilePostMultipleAdd}hiddenElement{/if}'><a href="#" class="crm-hover-button" onclick="addProfileBottomAdd(); return false;">{ts}add profile{/ts}</a></span>
+ <span class='profile_bottom_add_link_main {if $profilePostMultipleAdd}hiddenElement{/if}'><a href="#" class="crm-hover-button" onclick="addProfileBottomAdd(); return false;"><span class="icon ui-icon-plus"></span>{ts}add profile{/ts}</a></span>
<br />
<span class="description">{ts}Change this if you want to use a different profile for additional participants.{/ts}</span>
<br/><span class="profile-links"></span>
<tr id='additional_custom_post_id_multiple_{$profilePostNumA}_wrapper' class='crm-event-manage-registration-form-block-additional_custom_post_multiple'>
<td scope="row" class="label" width="20%">{$form.additional_custom_post_id_multiple.$profilePostNumA.label}</td>
<td>{$form.additional_custom_post_id_multiple.$profilePostNumA.html}
- <span class='profile_bottom_add_link_remove'><a href="#" onclick="removeProfileAdd('{$profilePostNumA}'); return false;">{ts}remove profile{/ts}</a></span>
+ <span class='profile_bottom_add_link_remove'><a href="#" onclick="removeProfileAdd('{$profilePostNumA}'); return false;"><span class="icon ui-icon-trash"></span>{ts}remove profile{/ts}</a></span>
{if $smarty.foreach.profilePostIdAName.last}
- <span class='profile_bottom_add_link'><a href="#" class="crm-hover-button" onclick="addProfileBottomAdd(); return false;">{ts}add profile{/ts}</a></span>
+ <span class='profile_bottom_add_link'><a href="#" class="crm-hover-button" onclick="addProfileBottomAdd(); return false;"><span class="icon ui-icon-plus"></span>{ts}add profile{/ts}</a></span>
{/if}
<br/><span class="profile-links"></span>
</td>