Skip to content

Commit

Permalink
Fixed sync button
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Feb 14, 2008
1 parent d5c77e6 commit b8d49fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time/index.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b8d49fd

Please sign in to comment.