Fix for 3299241. Updated style for "disabled" topnav buttons.
[phpmyadmin/last10db.git] / pmd_help.php
blob2f5e006f397260159a690e484469cbcc577824ca
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 <?php if(0){ ?>
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">
18 <?php } ?>
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>
22 </head>
24 <body>
25 <?php
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>';
30 </body>
31 </html>