From: <var...@us...> - 2009-02-01 14:40:45
|
Revision: 6477 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6477&view=rev Author: vargenau Date: 2009-02-01 14:40:29 +0000 (Sun, 01 Feb 2009) Log Message: ----------- Add header to Sample Table Modified Paths: -------------- trunk/lib/EditToolbar.php Modified: trunk/lib/EditToolbar.php =================================================================== --- trunk/lib/EditToolbar.php 2009-01-31 19:38:55 UTC (rev 6476) +++ trunk/lib/EditToolbar.php 2009-02-01 14:40:29 UTC (rev 6477) @@ -152,7 +152,7 @@ "sample"=>"", "title"=>_("Horizontal line")), array("image"=>"ed_table.png", - "open"=>"\\n{| class=\"bordered\"\\n|+ This is the table caption\\n|= This is the table summary\\n|-\\n| Cell A1 || Cell B1 || Cell C1\\n|-\\n| Cell A2 || Cell B2 || Cell C2\\n|-\\n| Cell A3 || Cell B3 || Cell C3\\n|}\\n", + "open"=>"\\n{| class=\"bordered\"\\n|+ This is the table caption\\n|= This is the table summary\\n|-\\n! Header A !! Header B !! Header C\\n|-\\n| Cell A1 || Cell B1 || Cell C1\\n|-\\n| Cell A2 || Cell B2 || Cell C2\\n|-\\n| Cell A3 || Cell B3 || Cell C3\\n|}\\n", "close"=>"", "sample"=>"", "title"=>_("Sample table")), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |