~ubuntu-branches/ubuntu/saucy/phpmyadmin/saucy

« back to all changes in this revision

Viewing changes to libraries/insert_edit.lib.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-09-07 09:16:38 UTC
  • mfrom: (1.2.45)
  • Revision ID: package-import@ubuntu.com-20130907091638-59opve9rjooe089r
Tags: 4:4.0.6-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1483
1483
 */
1484
1484
function PMA_getAfterInsertDropDown($where_clause, $after_insert, $found_unique_key)
1485
1485
{
1486
 
    $html_output = '<select name="after_insert">'
 
1486
    $html_output = '<select name="after_insert" class="control_at_footer">'
1487
1487
        . '<option value="back" '
1488
1488
        . ($after_insert == 'back' ? 'selected="selected"' : '') . '>'
1489
1489
        . __('Go back to previous page') . '</option>'