<?php $cfgRelation = PMA_getRelationsParam(); $choices = array( 'same' => __('Save to selected page'), 'new' => __('Create a page and save to it') ); ?> <form action="db_designer.php" method="post" name="save_as_pages" id="save_as_pages" class="ajax"> <?= PMA_URL_getHiddenInputs($db); ?> <fieldset id="page_save_as_options"> <table> <tbody> <tr> <td> <input type="hidden" name="operation" value="savePage" /> <?= PMA_getHtmlForPageSelector($cfgRelation, $db); ?> </td> </tr> <tr> <td> <?= PMA\libraries\Util::getRadioFields('save_page', $choices, 'same', true); ?> </td> </tr> <tr> <td> <label for="selected_value"><?= __('New page name'); ?></label> <input type="text" name="selected_value" id="selected_value" /> </td> </tr> </tbody> </table> </fieldset> </form>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
aggregate_query_panel.phtml | File | 3.26 KB | 0644 |
|
canvas.phtml | File | 97 B | 0644 |
|
database_tables.phtml | File | 9.11 KB | 0644 |
|
delete_relation_panel.phtml | File | 1.56 KB | 0644 |
|
edit_delete_pages.phtml | File | 546 B | 0644 |
|
having_query_panel.phtml | File | 5.91 KB | 0644 |
|
js_fields.phtml | File | 868 B | 0644 |
|
new_relation_panel.phtml | File | 4.38 KB | 0644 |
|
options_panel.phtml | File | 11.83 KB | 0644 |
|
page_save_as.phtml | File | 1.13 KB | 0644 |
|
page_selector.phtml | File | 415 B | 0644 |
|
query_details.phtml | File | 505 B | 0644 |
|
rename_to_panel.phtml | File | 2.35 KB | 0644 |
|
schema_export.phtml | File | 504 B | 0644 |
|
side_menu.phtml | File | 7.39 KB | 0644 |
|
table_list.phtml | File | 3.49 KB | 0644 |
|
where_query_panel.phtml | File | 4.15 KB | 0644 |
|