Skip to content

Commit

Permalink
Item11371: remove .foswikiDefaultText from the input field already pr…
Browse files Browse the repository at this point in the history
…ocessed by

textboxlist. the foswikiForm.js code being triggered by that css class gets
into the way here and mangles the user input.


git-svn-id: http://svn.foswiki.org/branches/Release01x01@13471 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Dec 20, 2011
1 parent fcc75de commit f9f65b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/data/Main/GroupViewTemplate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ link="<img src='%ICONURLPATH{"wrench"}%' alt='%MAKETEXT{"Upgrade group topic..."
<div class='foswikiFormSteps'>
<div class='foswikiFormStep'>
<h3>%MAKETEXT{"Add users or groups to this group"}%</h3>%JQREQUIRE{"textboxlist"}%
<input type='text' name='username' value='' size='30' class='foswikiInputField foswikiDefaultText jqTextboxList' autocomplete='%SCRIPTURL{"view"}%/%SYSTEMWEB%/JQueryAjaxHelper?section=user;skin=text;baseweb=%BASEWEB%;%IF{"defined EXCLUDE" then="exclude=%EXCLUDE%"}%' />
<input type='text' name='username' value='' size='30' class='foswikiInputField jqTextboxList' autocomplete='%SCRIPTURL{"view"}%/%SYSTEMWEB%/JQueryAjaxHelper?section=user;skin=text;baseweb=%BASEWEB%;%IF{"defined EXCLUDE" then="exclude=%EXCLUDE%"}%' />
</div>
<div class='foswikiFormStep foswikiLast'>
%BUTTON{"%MAKETEXT{"Add members"}%" icon="add" type="submit"}%
Expand Down

0 comments on commit f9f65b2

Please sign in to comment.