Server Synchronize: better layout for displayed queries
[phpmyadmin.git] / pmd_help.php
blobf653b14bbb4d2e4ade4afd05166be12d46a25092
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
5 * @package phpMyAdmin-Designer
6 */
8 /**
11 require_once 'pmd_common.php';
13 <html>
14 <head>
15 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
16 <link rel="stylesheet" type="text/css" href="./libraries/pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css">
17 <title>Designer</title>
18 </head>
20 <body>
21 <?php
22 echo '<p>' . __('To select relation, click :') . '<br />';
23 echo '<img src="pmd/images/help_relation.png" border="1"></p>';
24 echo '<p>' . __('The display column is shown in pink. To set/unset a column as the display column, click the "Choose column to display" icon, then click on the appropriate column name.') . '</p>';
26 </body>
27 </html>