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

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