of course i should add the file to cvs before trying to commit ;-|
This commit is contained in:
@@ -508,15 +508,18 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) {
|
||||
<label for="all_tab_same_wide"><?php echo $strAllTableSameWidth; ?></label>
|
||||
<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>';
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user