{intl l="Once this module is activated, every rewritten url saved will be automatically sanitized." d="urlsanitizer.bo.default"}
{intl l="If you want to sanitize the existing rewritten urls in your database, click on the button below." d="urlsanitizer.bo.default"}
{intl l="This will create a sanitized url and redirect the old url to the new one." d="urlsanitizer.bo.default"}
{intl l="Be careful ! This cannot be undone." d="urlsanitizer.bo.default"}
{intl l="Sanitize existing URLs" d="urlsanitizer.bo.default"}


{form name="urlsanitizer_form_configuration_form"}
{form_hidden_fields form=$form} {render_form_field field="success_url" value={url path='/admin/module/UrlSanitizer'}} {render_form_field field="error_url" value={url path='/admin/module/UrlSanitizer'}} {if $form_error}
{$form_error_message}
{/if} {render_form_field field='remove_html'}
{/form}