<?phpUtil_Ui::postbox_header(esc_html__('Manage User Agent Groups','w3-total-cache'),'','manage-uag');?>
<p>
<inputid="mobile_add"type="button"class="button"
<?phpdisabled($useragent_groups['disabled']);?>
value="<?php esc_html_e( 'Create a group', 'w3-total-cache' ); ?>"/>
<?phpesc_html_e('of user agents by specifying names in the user agents field. Assign a set of user agents to use a specific theme, redirect them to another domain or if an existing mobile plugin is active, create user agent groups to ensure that a unique cache is created for each user agent group. Drag and drop groups into order (if needed) to determine their priority (top -> down).','w3-total-cache');?>
<?phpesc_html_e('Assign this group of user agents to a specific theme. Selecting "Pass-through" allows any plugin(s) (e.g. mobile plugins) to properly handle requests for these user agents. If the "redirect users to" field is not empty, this setting is ignored.','w3-total-cache');?>
<pclass="description"><?phpesc_html_e('A 302 redirect is used to send this group of users to another hostname (domain); recommended if a 3rd party service provides a mobile version of your site.','w3-total-cache');?></p>
<?phpesc_html_e('Specify the user agents for this group. Remember to escape special characters like spaces, dots or dashes with a backslash. Regular expressions are also supported.','w3-total-cache');?>
</p>
</td>
</tr>
</table>
</li>
<?phpendforeach;?>
</ul>
<divid="mobile_groups_empty"style="display: none;"><?phpesc_html_e('No groups added. All user agents recieve the same page and minify cache results.','w3-total-cache');?></div>
<inputid="referrer_add"type="button"class="button"value="<?php esc_html_e( 'Create a group', 'w3-total-cache' ); ?>"/><?phpesc_html_e('of referrers by specifying names in the referrers field. Assign a set of referrers to use a specific theme, redirect them to another domain, create referrer groups to ensure that a unique cache is created for each referrer group. Drag and drop groups into order (if needed) to determine their priority (top -> down).','w3-total-cache');?>
<pclass="description"><?phpesc_html_e('Assign this group of referrers to a specific theme. Selecting "Pass-through" allows any plugin(s) (e.g. referrer plugins) to properly handle requests for these referrers. If the "redirect users to" field is not empty, this setting is ignored.','w3-total-cache');?></p>
<pclass="description"><?phpesc_html_e('Specify the referrers for this group. Remember to escape special characters like spaces, dots or dashes with a backslash. Regular expressions are also supported.','w3-total-cache');?></p>
</td>
</tr>
</table>
</li>
<?phpendforeach;?>
</ul>
<divid="referrer_groups_empty"style="display: none;"><?phpesc_html_e('No groups added. All referrers recieve the same page and minify cache results.','w3-total-cache');?></div>
value="<?php esc_html_e( 'Create a group', 'w3-total-cache' ); ?>"/>
<?phpesc_html_e('of Cookies by specifying names in the Cookies field. Assign a set of Cookies to ensure that a unique cache is created for each Cookie group. Drag and drop groups into order (if needed) to determine their priority (top -> down).','w3-total-cache');?>
<pclass="description"><?phpesc_html_e('Controls whether web pages can be cached or not when cookies from this group are detected.','w3-total-cache');?></p>
<?phpesc_html_e('Specify the cookies for this group. Values like \'cookie\', \'cookie=value\', and cookie[a-z]+=value[a-z]+ are supported. Remember to escape special characters like spaces, dots or dashes with a backslash. Regular expressions are also supported.','w3-total-cache');?>
</p>
</td>
</tr>
</table>
</li>
<?phpendforeach;?>
</ul>
<divid="cookiegroups_empty"style="display: none;"><?phpesc_html_e('No groups added. All Cookies recieve the same page and minify cache results.','w3-total-cache');?></div>
<?php
Util_Ui::postbox_footer();
Util_Ui::postbox_header(
__('Note(s):','w3-total-cache'),
'',
'notes'
);
?>
<tableclass="form-table">
<tr>
<thcolspan="2">
<ul>
<li>
<?phpesc_html_e('Content is cached for each group separately.','w3-total-cache');?>
</li>
<li>
<?phpesc_html_e('Per the above, make sure that visitors are notified about the cookie as per any regulations in your market.','w3-total-cache');?>