From: Carsten K. <car...@us...> - 2001-12-10 20:53:49
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv1903/phpwiki/templates Modified Files: editpage.html Log Message: Added table summary attribute for non-visual browsers. Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** editpage.html 2001/12/01 13:01:45 1.24 --- editpage.html 2001/12/10 20:53:46 1.25 *************** *** 57,61 **** name="summary" value="$FORMVARS[summary]" size="50" /> </div> ! <table class="toolbar" width="100%" cellpadding="0" cellspacing="0" border="0"><tr valign="baseline"> <td> --- 57,61 ---- name="summary" value="$FORMVARS[summary]" size="50" /> </div> ! <table summary="Toolbar: Page editing options." class="toolbar" width="100%" cellpadding="0" cellspacing="0" border="0"><tr valign="baseline"> <td> |