Improve message
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
e83a50edae
commit
5b671f34dd
@ -143,7 +143,7 @@ echo '</div>';
|
||||
<img class="M_bord" src="<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/bord.png'); ?>" alt="" />
|
||||
<a href="#" onclick="PDF_save(); return false" class="M_butt ajax">
|
||||
<img src="<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/pdf.png'); ?>" alt="key"
|
||||
width="20" height="20" title="<?php echo __('Import/Export coordinates for PDF schema'); ?>" />
|
||||
width="20" height="20" title="<?php echo __('Import/Export coordinates for relational schema'); ?>" />
|
||||
</a>
|
||||
<?php
|
||||
if (isset($_REQUEST['query'])) {
|
||||
|
||||
@ -100,7 +100,7 @@ if (! empty($message)) {
|
||||
echo '<form name="form1" method="post" action="pmd_pdf.php">';
|
||||
echo PMA_URL_getHiddenInputs($db);
|
||||
echo '<div>';
|
||||
echo '<fieldset><legend>' . __('Import/Export coordinates for PDF schema') . '</legend>';
|
||||
echo '<fieldset><legend>' . __('Import/Export coordinates for relational schema') . '</legend>';
|
||||
|
||||
$choices = array();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user