Cleanup indexes bar
This commit is contained in:
@@ -602,20 +602,6 @@ if (! $tbl_is_view && ! $db_is_information_schema && 'ARCHIVE' != $tbl_type) {
|
||||
*/
|
||||
echo PMA_Index::getView($table, $db);
|
||||
?>
|
||||
<br />
|
||||
<form action="./tbl_indexes.php" method="post"
|
||||
onsubmit="return checkFormElementInRange(this, 'added_fields',
|
||||
'<?php echo str_replace('\'', '\\\'', __('Column count has to be larger than zero.')); ?>',
|
||||
1)">
|
||||
<fieldset>
|
||||
<?php
|
||||
echo PMA_generate_common_hidden_inputs($db, $table);
|
||||
echo sprintf(__('Create an index on %s columns'),
|
||||
'<input type="text" size="2" name="added_fields" value="1" />');
|
||||
?>
|
||||
<input type="submit" name="create_index" value="<?php echo __('Go'); ?>" />
|
||||
</fieldset>
|
||||
</form>
|
||||
<br />
|
||||
<?php
|
||||
}
|
||||
|
Reference in New Issue
Block a user