Fixed sync button
authorJamie Cameron <jcameron@webmin.com>
Thu, 14 Feb 2008 01:18:29 +0000 (01:18 +0000)
committerJamie Cameron <jcameron@webmin.com>
Thu, 14 Feb 2008 01:18:29 +0000 (01:18 +0000)
time/index.cgi

index cd887a9..85209ee 100755 (executable)
@@ -176,7 +176,7 @@ if ( ( !$access{ 'sysdate' } && &has_command( "date" ) || !$access{ 'hwdate' } &
                "</table>", 2);
 
        print &ui_table_end();
-       print &ui_form_end([ [ undef, $text{'index_sync'} ] ]);
+       print &ui_form_end([ [ "action", $text{'index_sync'} ] ]);
        print &ui_tabs_end_tab();
 }
 print &ui_tabs_end(1);