diff options
Diffstat (limited to 'templates/show_localplay_controllers.inc.php')
-rw-r--r-- | templates/show_localplay_controllers.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_localplay_controllers.inc.php b/templates/show_localplay_controllers.inc.php index d7da20a6..809b42e7 100644 --- a/templates/show_localplay_controllers.inc.php +++ b/templates/show_localplay_controllers.inc.php @@ -50,14 +50,14 @@ foreach ($controllers as $controller) { $action_txt = T_('Activate'); } ?> -<tr class="<?php echo flip_class(); ?>"> +<tr class="<?php echo UI::flip_class(); ?>"> <td class="cel_name"><?php echo scrub_out($localplay->f_name); ?></td> <td class="cel_description"><?php echo scrub_out($localplay->f_description); ?></td> <td class="cel_version"><?php echo scrub_out($localplay->f_version); ?></td> <td class="cel_action"><a href="<?php echo $web_path; ?>/admin/modules.php?action=<?php echo $action; ?>&type=<?php echo urlencode($controller); ?>"><?php echo $action_txt; ?></a></td> </tr> <?php } if (!count($controllers)) { ?> -<tr class="<?php echo flip_class(); ?>"> +<tr class="<?php echo UI::flip_class(); ?>"> <td colspan="4"><span class="error"><?php echo T_('No Records Found'); ?></span></td> </tr> <?php } ?> |