<div id="report-tab-format" class="civireport-criteria">
<table class="form-layout">
<tr class="crm-report-instanceForm-form-block-title">
- <td class="report-label" width="20%">{$form.title.label} {help id="id-report_title" file="CRM/Report/Form/Settings.hlp"}</td>
+ <td class="report-label" width="20%">{$form.title.label} {help id="id-report_title" file="CRM/Report/Form/Tabs/Settings.hlp"}</td>
<td >{$form.title.html}</td>
</tr>
<tr class="crm-report-instanceForm-form-block-description">
<td>{$form.description.html}</td>
</tr>
<tr class="crm-report-instanceForm-form-block-report_header">
- <td class="report-label" width="20%">{$form.report_header.label}{help id="id-report_header" file="CRM/Report/Form/Settings.hlp"}</td>
+ <td class="report-label" width="20%">{$form.report_header.label}{help id="id-report_header" file="CRM/Report/Form/Tabs/Settings.hlp"}</td>
<td>{$form.report_header.html}</td>
</tr>
<tr class="crm-report-instanceForm-form-block-report_footer">
</div>
<div id="report-tab-email" class="civireport-criteria">
- <h3 class="email-delivery-settings-title">{ts}Email Delivery Settings{/ts} {help id="id-email_settings" file="CRM/Report/Form/Settings.hlp"}</h3>
+ <h3 class="email-delivery-settings-title">{ts}Email Delivery Settings{/ts} {help id="id-email_settings" file="CRM/Report/Form/Tabs/Settings.hlp"}</h3>
<table class="form-layout email-delivery-settings-fields">
<tr class="crm-report-instanceForm-form-block-email_subject">
<td class="report-label" width="20%">{$form.email_subject.label}</td>
</tr>
{if $config->userFramework neq 'Joomla'}
<tr class="crm-report-instanceForm-form-block-permission">
- <td class="report-label" width="20%">{$form.permission.label} {help id="id-report_perms" file="CRM/Report/Form/Settings.hlp"}</td>
+ <td class="report-label" width="20%">{$form.permission.label} {help id="id-report_perms" file="CRM/Report/Form/Tabs/Settings.hlp"}</td>
<td>{$form.permission.html|crmAddClass:huge}</td>
</tr>
<tr class="crm-report-instanceForm-form-block-role">
</tr>
{/if}
<tr class="crm-report-instanceForm-form-block-isReserved">
- <td class="report-label">{$form.is_reserved.label} {help id="id-is_reserved" file="CRM/Report/Form/Settings.hlp"}</td>
+ <td class="report-label">{$form.is_reserved.label} {help id="id-is_reserved" file="CRM/Report/Form/Tabs/Settings.hlp"}</td>
<td>{$form.is_reserved.html}
<span class="description">{ts}If reserved, only users with 'administer reserved reports' permission can modify this report instance.{/ts}</span>
</td>
</tr>
<tr class="crm-report-instanceForm-form-block-addToDashboard">
- <td class="report-label">{$form.addToDashboard.label} {help id="id-dash_avail" file="CRM/Report/Form/Settings.hlp"}</td>
+ <td class="report-label">{$form.addToDashboard.label} {help id="id-dash_avail" file="CRM/Report/Form/Tabs/Settings.hlp"}</td>
<td>{$form.addToDashboard.html}
<span class="description">{ts}Users with appropriate permissions can add this report to their dashboard.{/ts}</span>
</td>
</tr>
<tr id ="limit_result" class="crm-report-instanceForm-form-block-limitUser">
- <td class="report-label">{$form.row_count.label} {help id="id-dash_limit" file="CRM/Report/Form/Settings.hlp"}</td>
+ <td class="report-label">{$form.row_count.label} {help id="id-dash_limit" file="CRM/Report/Form/Tabs/Settings.hlp"}</td>
<td>{$form.row_count.html}</td>
</tr>
</table>