Revision 124
Added by stefan about 19 years ago
trunk/wb/admin/settings/index.php | ||
---|---|---|
133 | 133 |
$template->set_var('TOOL_DIR', $tool['directory']); |
134 | 134 |
} |
135 | 135 |
} else { |
136 |
$template->set_var('LINK', $TEXT['NONE_FOUND']);
|
|
136 |
$template->set_var('tool_list', $TEXT['NONE_FOUND']);
|
|
137 | 137 |
|
138 | 138 |
} |
139 | 139 |
$template->parse('tool_list', 'tool_list_block', true); |
Also available in: Unified diff
'None found' is shown if no tools are found.