From 4dc9ed032e74e4a6689ef35cbdba4f63d00b4ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 17 Jan 2008 21:50:59 +0000 Subject: #211322 by keith.smith: drag and drop documentation for input formats was missing, damn --- modules/filter/filter.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/filter/filter.module b/modules/filter/filter.module index f35fd43db..0d3cf62c5 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -35,7 +35,7 @@ function filter_help($path, $arg) { return '

'. t('If you cannot find the settings for a certain filter, make sure you have enabled it on the view tab first.', array('@url' => url('admin/settings/filters/'. $arg[3]))) .'

'; case 'admin/settings/filters/%/order': $output = '

'. t('Because of the flexible filtering system, you might encounter a situation where one filter prevents another from doing its job. For example: a word in an URL gets converted into a glossary term, before the URL can be converted to a clickable link. When this happens, rearrange the order of the filters.') .'

'; - $output .= '

'. t('Filters are executed from top-to-bottom. You can use the weight column to rearrange them: heavier filters "sink" to the bottom.') .'

'; + $output .= '

'. t("Filters are executed from top-to-bottom. To change the order of the filters, modify the values in the Weight column or grab a drag-and-drop handle under the Name column and drag filters to new locations in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the Save configuration button at the bottom of the page.") .'

'; return $output; } } -- cgit v1.2.3