mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
remove useless brackets
This commit is contained in:
@@ -112,8 +112,8 @@ if ($canedit) {
|
|||||||
print ui_buttons_row("delete_part.cgi", $text{'part_delete'}, $text{'part_deletedesc'}, $hiddens);
|
print ui_buttons_row("delete_part.cgi", $text{'part_delete'}, $text{'part_deletedesc'}, $hiddens);
|
||||||
print ui_buttons_end();
|
print ui_buttons_end();
|
||||||
} else {
|
} else {
|
||||||
print ($is_boot) ? "<b>$text{'part_bootcannotedit'}</b><p>\n"
|
print $is_boot ? "<b>$text{'part_bootcannotedit'}</b><p>\n"
|
||||||
: "<b>$text{'part_cannotedit'}</b><p>\n";
|
: "<b>$text{'part_cannotedit'}</b><p>\n";
|
||||||
}
|
}
|
||||||
# SMART button (physical device)
|
# SMART button (physical device)
|
||||||
if (&has_command("smartctl")) {
|
if (&has_command("smartctl")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user