- |
-
- |
-
-
- |
- |
- |
- |
-
- array(
- 'label' => __('not active'),
- 'value' => 'deactivate_now',
- 'selected' => ($state != 'active')
- ),
- 1 => array(
- 'label' => __('active'),
- 'value' => 'activate_now',
- 'selected' => ($state == 'active')
- )
- );
- echo PMA_Util::toggleButton(
- $tmp_link . '&version=' . $version_data['version'],
- 'toggle_activation',
- $options,
- null
- );
- ?>
- |
-
-
-
- '
- . ' | '
- . '' . $versions . ''
- . ' '
- . '' . $report . ''
- . ' '
- . '' . $structure . ''
- . ' | '
- . '
';
- if ($style == 'even') {
- $style = 'odd';
- } else {
- $style = 'even';
- }
- }
- unset($tmp_link);
- ?>
-