mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Optionally hide return to module button for external searches
This commit is contained in:
@@ -240,7 +240,7 @@ else {
|
||||
print "<p><b>$text{'search_none2'} $searchmsg.</b><p>\n";
|
||||
}
|
||||
|
||||
if (!$in{'csv'}) {
|
||||
if (!$in{'csv'} && !$in{'no_return'}) {
|
||||
# Show page footer
|
||||
if ($in{'return'}) {
|
||||
&ui_print_footer($in{'return'}, $in{'returndesc'});
|
||||
|
||||
Reference in New Issue
Block a user