Worked on the XML export feature.
This commit is contained in:
@@ -35,7 +35,9 @@ require('./tbl_properties_table_info.php3');
|
||||
<?php echo $strFieldsEscapedBy; ?>
|
||||
<input type="text" name="escaped" size="2" value="\" class="textfield" /> <br />
|
||||
<?php echo $strLinesTerminatedBy; ?>
|
||||
<input type="text" name="add_character" size="2" value="<?php echo ((PMA_whichCrlf() == "\n") ? '\n' : '\r\n'); ?>" class="textfield" />
|
||||
<input type="text" name="add_character" size="2" value="<?php echo ((PMA_whichCrlf() == "\n") ? '\n' : '\r\n'); ?>" class="textfield" /> <br/>
|
||||
<input type="radio" name="what" value="xml" id="radio_dump_xml" />
|
||||
<label for="radio_dump_xml"><?php echo $strExportToXML; ?></label>
|
||||
</td>
|
||||
<td valign="middle">
|
||||
<input type="checkbox" name="drop" value="1" id="checkbox_dump_drop" />
|
||||
|
Reference in New Issue
Block a user