Don't display More for views and information_schema tables
This commit is contained in:
@@ -466,7 +466,6 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
|
||||
<?php
|
||||
} // end if... else...
|
||||
echo "\n";
|
||||
} // end if (! $tbl_is_view && ! $db_is_information_schema)
|
||||
?>
|
||||
<td class="more_opts" id="more_opts<?php echo $rownum; ?>">
|
||||
<?php echo __('More'); ?> <img src="<?php echo $pmaThemeImage . 'more.png'; ?>" alt="<?php echo __('Show more actions'); ?>" />
|
||||
@@ -531,6 +530,9 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<?php
|
||||
} // end if (! $tbl_is_view && ! $db_is_information_schema)
|
||||
?>
|
||||
</tr>
|
||||
<?php
|
||||
unset($field_charset);
|
||||
|
Reference in New Issue
Block a user