Go button renamed to Save because it's really used to save coordinates

This commit is contained in:
Marc Delisle
2005-07-28 16:51:31 +00:00
parent 0966e9faa0
commit 767441ec4e
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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