Skip to content

Commit

Permalink
Adding empty text to the shift signup management view.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Dec 17, 2010
1 parent 58ba815 commit a1b6282
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ function shift_signup_management_views_default_views() {
$handler->override_option('cache', array(
'type' => 'none',
));
$handler->override_option('empty', 'No signups found.');
$handler->override_option('empty_format', '1');
$handler->override_option('style_plugin', 'table');
$handler->override_option('style_options', array(
'grouping' => '',
Expand Down

0 comments on commit a1b6282

Please sign in to comment.