of course i should add the file to cvs before trying to commit ;-|

This commit is contained in:
Mike Beck
2002-09-20 06:50:40 +00:00
parent 9c4489d174
commit 485fe0efa3
2 changed files with 107 additions and 5 deletions

View File

@@ -508,15 +508,18 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) {
<label for="all_tab_same_wide"><?php echo $strAllTableSameWidth; ?></label>
&nbsp;&nbsp;<input type="submit" value="<?php echo $strGo; ?>" />
</form>
</li>
<!-- import docSQL files -->
<li>
<div style="margin-bottom: 10px"><a href="db_details_importdocsql.php3?<?php echo $takeaway; ?>"><?php echo $strImportDocSQL;?></a></div>
</li>
<?php
} // end if
} // end if
if ($num_tables > 0
&& $cfgRelation['relwork'] && $cfgRelation['commwork']) {
?>
<!-- import docSQL files -->
<li>
<div style="margin-bottom: 10px"><a href="db_details_importdocsql.php3?<?php echo $takeaway; ?>"><?php echo $strImportDocSQL;?></a></div>
</li><?php
}
echo "\n" . '</ul>';