diff inkscape/firefox/content/madbuilder.html @ 371:3d21115297ba

Add textmenu template
author wycc
date Tue, 17 Mar 2009 08:31:04 +0800
parents e21e9447f545
children 7d244a85dd68
line wrap: on
line diff
--- a/inkscape/firefox/content/madbuilder.html	Mon Mar 16 09:00:51 2009 +0800
+++ b/inkscape/firefox/content/madbuilder.html	Tue Mar 17 08:31:04 2009 +0800
@@ -77,7 +77,7 @@
 	<input type=text id='wizardname' value='default'/><br>
 	Please select the type of applications.<br>
 	<ul>
-		<a href='#' onClick="wizard.step1_cb('text')"><li> Text only menu </li></a>
+		<a href='#' onClick="wizard.step1_cb('textmenu')"><li> Text only menu </li></a>
 		<a href='#' onClick="wizard.step1_cb('preview')"><li> Text with preview menu </li></a>
 	</ul>
 
@@ -87,10 +87,10 @@
 	Please select the output path<br>
 	<input id='outputpath' type=file value='/tmp' /><br>
 	<a class 'buttopn' href='#'><span onClick='wizard.step1_cb()'>Prev</span></a>
-	<a class 'buttopn' href='#'><span onClick='wizard.step3_cb()'>Next</span></a>
+	<a class 'buttopn' href='#'><span onClick='wizard.step2_cb()'>Next</span></a>
 </div>
 <div id='wizard_step3'>
-	The step 3 is not implemented yet
+	Generating files<br>
 </div>
 
 <script type="text/javascript" src="inkscape.js" >