diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-04-04 11:37:36 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-04-04 11:37:36 +0000 |
commit | 0f586da34dac2c764a12055158e4929cf69340a1 (patch) | |
tree | bca3868c9715a10c08017a0a7b6d5148f8bd3556 /English.lproj/english_help/topics/console.html | |
parent | 5fb284b7c12887b8eea6c3a02fa83abf50793992 (diff) | |
download | sequelpro-0f586da34dac2c764a12055158e4929cf69340a1.tar.gz sequelpro-0f586da34dac2c764a12055158e4929cf69340a1.tar.bz2 sequelpro-0f586da34dac2c764a12055158e4929cf69340a1.zip |
Initial import from (slightly modified) CocoaMySQL v0.7b4
Diffstat (limited to 'English.lproj/english_help/topics/console.html')
-rwxr-xr-x | English.lproj/english_help/topics/console.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/English.lproj/english_help/topics/console.html b/English.lproj/english_help/topics/console.html new file mode 100755 index 00000000..6bd2a8f3 --- /dev/null +++ b/English.lproj/english_help/topics/console.html @@ -0,0 +1,48 @@ +<html> +<head> +<title>CocoaMySQL Help - Actions Console</title> +<meta name="AppleTitle" content="Actions Console"> +<meta name="AppleFont" content="Lucida Grande"> +<meta ROBOTS="robots" CONTENT="anchors"> +</head> +<body text="#000000" link="#0000FF" alink="#0000FF" vlink="#0000FF" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"> + +<font face="Lucida Grande,Geneva,Arial"> + +<br> + +<table border="0" cellpadding="0" cellspacing="0" width="100%" height="80"> + <tr> + <td align="left" valign="top" width="70"> + <img src="cocoamysql_logo.jpg" width="60" height="60" border="0"> + </td> + <td align="left"><h1>Console</h1> + </td> + </tr> + <tr> + <td colspan="2"> + <img src="bar.gif" width="100%" height="20"> + </td> + </tr> +</table> + +<br> +<font size="-1"> + <a href="../index.html">Back to the main menu</a> +<br> +<br> + + The Console at the bottom of CocoaMySQL lists all of the actions you made in the current session accompanied by a timestamp. +It can be shown or hidden using the toolbar icon at the top that says "Show/Hide Console". You can also clear +the console by using the "Clear Console" button. If those two icons are not located in your toolbar then right-click +in the toolbar area and select "Customize Toolbar..." from the menu. You should then see a window +of icons which you can add to your CocoaMySQL toolbar including the two mentioned above. +<br> +<br> + +</table> + +</font> + +</body> +</html>
\ No newline at end of file |