2 /* vim: set expandtab sw=4 ts=4 sts=4: */
5 * @package phpMyAdmin-Designer
11 require_once 'pmd_common.php';
16 <meta http
-equiv
="Content-Type" content
="text/html; charset=windows-1251" />
17 <link rel
="stylesheet" type
="text/css" href
="./libraries/pmd/styles/default/style1.css">
19 <meta http
-equiv
="Content-Type" content
="text/html; charset=<?php echo $charset ?>" />
20 <link rel
="stylesheet" type
="text/css" href
="./libraries/pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css">
21 <title
>Designer
</title
>
26 echo '<p>' . __('To select relation, click :') . '<br />';
27 echo '<img src="pmd/images/help_relation.png" border="1"></p>';
28 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>';