designer and display field

This commit is contained in:
Marc Delisle
2007-01-19 18:14:44 +00:00
parent 8b429cdb25
commit 290939c688
124 changed files with 175 additions and 16 deletions

View File

@@ -16,7 +16,10 @@ require_once 'pmd_common.php';
</head>
<body>
<?php echo $GLOBALS['strToSelectRelation']; ?><br>
<img src="pmd/images/help_relation.png" border="1">
<?php
echo '<p>' . $GLOBALS['strToSelectRelation'] . '<br />';
echo '<img src="pmd/images/help_relation.png" border="1"></p>';
echo '<p>' . $GLOBALS['strDesignerHelpDisplayField'] . '</p>';
?>
</body>
</html>