|
= $browse_table_label , $tracking_icon; ?>
|
= ($ignored ? PMA\libraries\Util::getImage('s_cancel.png', __('Not replicated')) : ''); ?>
= ($do ? PMA\libraries\Util::getImage('s_success.png', __('Replicated')) : ''); ?>
|
0): ?>
= PMA\libraries\Template::get('database/structure/favorite_anchor')->render(
array(
'db' => $db,
'current_table' => $current_table,
'titles' => $titles,
'already_favorite' => $already_favorite
)
); ?>
|
= $browse_table; ?>
|
= $titles['Structure']; ?>
|
= $search_table; ?>
|
= $titles['Insert']; ?>
|
= $empty_table; ?> |
= $titles['Drop']; ?>
|
~= $row_count; ?>
= $row_count; ?>
= $show_superscript; ?>
|
1)): ?>
= $current_table['ENGINE']; ?>
= __('View'); ?>
|
= $collation; ?>
|
= $formatted_size; ?>
= $unit; ?>
|
= $overhead; ?>
|
$GLOBALS['cfg']['LimitChars']): ?>
= htmlspecialchars(
mb_substr(
$comment, 0, $GLOBALS['cfg']['LimitChars']
)
); ?>
...
= htmlspecialchars($comment); ?>
|
= $create_time ? PMA\libraries\Util::localisedDate(strtotime($create_time)) : '-'; ?>
|
= $update_time ? PMA\libraries\Util::localisedDate(strtotime($update_time)) : '-'; ?>
|
= $check_time ? PMA\libraries\Util::localisedDate(strtotime($check_time)) : '-'; ?>
|
- |
= __('View'); ?>
|
--- |
- |
- |
|
- |
- |
- |
= __('in use'); ?>
|