|
|
Initial value: ' . urlencode($GLOBALS['db']) . '">'
. htmlspecialchars($GLOBALS['db']) . '</a>';
// else use
// $strDBLink = htmlspecialchars($db);
echo ' ' . sprintf($strCreateNewTable, $strDBLink) . ': ' . "\n";
echo ' </td></tr>';
echo ' <tr bgcolor="'.$cfg['BgcolorOne'].'"><td nowrap="nowrap">';
echo ' ' . $strName . ': ' . "\n";
echo ' </td>';
echo ' <td nowrap="nowrap">';
echo ' ' . '<input type="text" name="table" maxlength="64" size="30" class="textfield" />';
echo ' </td><td> </td></tr>';
echo ' <tr bgcolor="'.$cfg['BgcolorOne'].'"><td nowrap="nowrap">';
echo ' ' . $strFields . ': ' . "\n";
echo ' </td>';
echo ' <td nowrap="nowrap">';
echo ' ' . '<input type="text" name="num_fields" size="2" class="textfield" />' . "\n";
echo ' </td>';
echo ' <td align="right">';
echo ' ' . ' <input type="submit" value="' . $strGo . '" />' . "\n";
echo ' </td> </tr>';
echo ' </form>';
echo '<table border="0" cellpadding="2" cellspacing="0">';
if ($cfgRelation['commwork']) {
?>
<!-- Alter/Enter db-comment -->
<tr><td colspan="3"><img src="<?php echo $GLOBALS['pmaThemeImage'] . 'spacer.png'
Definition at line 99 of file db_operations.php.
Referenced by t3lib_TCEmain::checkValue_flex_procInData_travDS(), t3lib_TCEmain::checkValue_group_select(), t3lib_TCEforms::dbFileIcons(), t3lib_parsehtml_proc::defaultTStagMapping(), tx_impexp::export_addDBRelations(), t3lib_TCEmain::fillInFieldArray(), t3lib_TCEforms::getClipboardElements(), t3lib_parsehtml_proc::getKeepTags(), t3lib_TCEforms::getSingleField_typeGroup(), t3lib_parsehtml_proc::HTMLcleaner_db(), SC_show_item::init(), tx_impexp::isReferenceField(), t3lib_TCEmain::isReferenceField(), SC_wizard_edit::main(), SC_show_item::main(), SC_browse_links::main(), SC_mod_tools_phpadmin_index::main(), PMA_addBookmarks(), PMA_deleteBookmarks(), PMA_displayPrivTable(), PMA_displayTableNavigation(), PMA_exportDBCreate(), PMA_exportDBFooter(), PMA_exportDBHeader(), PMA_exportStructure(), PMA_generate_common_hidden_inputs(), PMA_generate_common_url(), PMA_getBookmarksParam(), PMA_getComments(), PMA_getDbCollation(), PMA_getDisplayField(), PMA_getForeigners(), PMA_getHistory(), PMA_getMIME(), PMA_getRelationsParam(), PMA_getTableComments(), PMA_getTableDef(), PMA_listBookmarks(), PMA_mysqlDie(), PMA_query_as_cu(), PMA_queryBookmarks(), PMA_queryDBBookmarks(), PMA_relationsCleanupColumn(), PMA_relationsCleanupDatabase(), PMA_relationsCleanupTable(), PMA_setComment(), PMA_setDisplayMode(), PMA_setHistory(), tx_impexp::processSoftReferences_substTokens(), tx_impexp::remapListedDBRecords_flexFormCallBack(), tx_sysaction::renderActions(), t3lib_transferData::renderRecord_groupProc(), t3lib_parsehtml_proc::RTE_transform(), tx_impexp::setFlexFormRelations(), tx_impexp::setRelations(), t3lib_softrefproc::setTypoLinkPartsElement(), tx_impexp::singleRecordLines(), t3lib_parsehtml_proc::TS_reglinks(), and t3lib_parsehtml_proc::TS_transform_db(). |