relation view

This commit is contained in:
Marc Delisle
2002-05-01 17:59:35 +00:00
parent 4b9fc18288
commit a43b5cc708
46 changed files with 62 additions and 2 deletions

View File

@@ -518,6 +518,20 @@ unset($aryFields);
<input type="submit" value="<?php echo $strGo; ?>" style="vertical-align: middle" />
</form>
</li>
<?php
if ($cfg['Server']['relation']) {
?>
<!-- Work on Relations -->
<li>
<div style="margin-bottom: 10px"><a href="tbl_relation.php3?<?php
echo $url_query; ?>"><?php echo $strRelationView; ?></a></div>
</li>
<?php
}
?>
</ul>
<?php