Go button renamed to Save because it's really used to save coordinates
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2005-07-28 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* pdf_pages.php: Go button renamed to Save because it's really used to save coordinates
|
||||
|
||||
2005-07-26 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_change.php: bug #1243908, left panel browse icon alt tag not updated
|
||||
after inserting a row
|
||||
|
@@ -445,7 +445,7 @@ function resetDrag() {
|
||||
echo "\n" . ' <input type="hidden" name="c_table_rows" value="' . ($i + 1) . '" />';
|
||||
echo ($cfg['WYSIWYG-PDF'] ? "\n" . ' <input type="hidden" name="showwysiwyg" value="' . ((isset($showwysiwyg) && $showwysiwyg == '1') ? '1' : '0') . '" />' : '');
|
||||
echo "\n" . ' <input type="checkbox" name="with_field_names" ' . (isset($with_field_names) ? 'checked="checked"' : ''). ' />' . $strColumnNames . '<br />';
|
||||
echo "\n" . ' <input type="submit" value="' . $strGo . '" />';
|
||||
echo "\n" . ' <input type="submit" value="' . $strSave . '" />';
|
||||
echo "\n" . '</form>' . "\n\n";
|
||||
} // end if
|
||||
|
||||
|
Reference in New Issue
Block a user