bug 1823224, no legend/icon for db comment
This commit is contained in:
@@ -252,7 +252,7 @@ if (!$is_information_schema) {
|
|||||||
<?php echo PMA_generate_common_hidden_inputs($db); ?>
|
<?php echo PMA_generate_common_hidden_inputs($db); ?>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>
|
<legend>
|
||||||
<?php PMA_getIcon('b_comment.png', $strDBComment, false, true); ?>
|
<?php echo PMA_getIcon('b_comment.png', $strDBComment, false, true); ?>
|
||||||
</legend>
|
</legend>
|
||||||
<input type="text" name="comment" class="textfield" size="30"
|
<input type="text" name="comment" class="textfield" size="30"
|
||||||
value="<?php
|
value="<?php
|
||||||
|
Reference in New Issue
Block a user