Skip to content

Commit

Permalink
Item1624: add missing option values for selecting web location to ins…
Browse files Browse the repository at this point in the history
…tall TCAO

git-svn-id: http://svn.foswiki.org/trunk/TopicClassificationAddOn@6643 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
LynnwoodBrown authored and LynnwoodBrown committed Mar 4, 2010
1 parent ecc9263 commit 454f157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/TCAO/RenderInstallTopicClassification.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function setWeb(theWeb) {
<form name="installTCAO" action="%SCRIPTURL{save}%/" method="post" >
<input type="hidden" name="templatetopic" value="%TCAOWEB%/Installs.TopicClassification" />
<input type="hidden" name="topic" value="TopicClassification" />
*Select web to install !TopicClassification framework:* <select name="selectWeb" onchange="setWeb(this.value);" ><option> Select web... </option>%WEBLIST{"<option>$name</option>" separator=" " }% </select> %BR%
*Select web to install !TopicClassification framework:* <select name="selectWeb" onchange="setWeb(this.value);" ><option> Select web... </option>%WEBLIST{"<option value='$name'>$name</option>" separator=" " }% </select> %BR%
<input type="submit" value=" Install !TopicClassificationAddOn " /> <br /> _You will be sent immediately to the !TopicClassification topic in the choosen web and presented further instructions for setting up TCAO within the web._
</form>
</div><!--/foswikiFormStep-->
Expand Down

0 comments on commit 454f157

Please sign in to comment.