From: Arnie P. v. a. <we...@ma...> - 2005-12-30 20:49:31
|
Log Message: ----------- Put the phrase "Click the icon for page and item specific help" at the top since in most cases this is what people will want. If it's not there people may give up before they get to it at the bottom of the page. Also delete "(if it is available)" since it gives no useful information. Arnie Modified Files: -------------- webwork-modperl/htdocs/helpFiles: instructor_links.html Revision Data ------------- Index: instructor_links.html =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/htdocs/helpFiles/instructor_links.html,v retrieving revision 1.3 retrieving revision 1.4 diff -Lhtdocs/helpFiles/instructor_links.html -Lhtdocs/helpFiles/instructor_links.html -u -r1.3 -r1.4 --- htdocs/helpFiles/instructor_links.html +++ htdocs/helpFiles/instructor_links.html @@ -24,7 +24,12 @@ <title>Instructor Links Help Page</title> </head> <body> + <h3>Instructor Links Help Page</h3> + +Click the icon <a href="instructor_links.html"><img src="/webwork2_files/images/question_mark.png"></a> for +page and item specific help. + <dl> <dt>Instructor Tools</dt> <dd>Quick access to many instructor tools, including @@ -66,7 +71,7 @@ </dl> Click the icon <a href="instructor_links.html"><img src="/webwork2_files/images/question_mark.png"></a> for -page and item specific help (if it is available). +page and item specific help. </body> </html> |