Skip to content

Commit

Permalink
Item9790: Fix HTML errors found by SafeWikiPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Mar 1, 2017
1 parent 4aa7228 commit 5f77114
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions TopicUserMappingContrib/data/System/BulkRegistration.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1487907314" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1488333719" format="1.1" version="1"}%
%META:TOPICPARENT{name="AdminToolsCategory"}%
%ADDTOZONE{"head" text="<style type='text/css'>
#bulkReg .col1 {float:left; width:30%; margin:0 3% 0 0;}
Expand Down Expand Up @@ -58,7 +58,7 @@ Use the following form to create a new Unprocessed Registration topic.
<div class="col1">
<select name="usertemplate" onchange="picker.submit()">
<option>%URLPARAM{"usertemplate" default="%SYSTEMWEB%.NewUserTemplate"}%</option>
%SEARCH{"%VALUE%%SPLIT%" scope="all" topic="*Template" web="%USERSWEB%" type="literal" nonoise="on" format="<option value=\"%USERSWEB%.$topic\">%USERSWEB%.$topic</option>"}%</select>
%SEARCH{"%VALUE%%SPLIT%" scope="all" topic="*Template" web="%USERSWEB%" type="literal" nonoise="on" format="<option value=\"%USERSWEB%.$topic\">%USERSWEB%.$topic</option>"}%
</select>
</div><!--//col1-->
<div class="col2">
Expand Down Expand Up @@ -119,12 +119,11 @@ Use the following form to create a new Unprocessed Registration topic.
<div class="foswikiClear"></div>
</div> <!-- foswikkFormStep -->
<input type="hidden" name="usertemplate" value="%URLPARAM{"usertemplate" default="NewUserTemplate"}%" />
<input type="hidden" name="action" value="save" />
<input type="hidden" name="topicparent" value="BulkRegistration" />
<input type="hidden" name="templatetopic" value="%SYSTEMWEB%.BulkRegistrationInputTemplate" />
<input type="submit" class="foswikiSubmit" value="Create the topic" />
</div><!-- foswikiFormSteps -->
</form>
</div><!-- foswikiFormSteps -->
</noautolink>


Expand Down
2 changes: 1 addition & 1 deletion core/templates/registermessages.tmpl
Expand Up @@ -501,6 +501,6 @@ Welcome! The site is ready for your use. Please use the login name and password
<input type="submit" class="foswikiSubmit" value="Reset selected user passwords and send message" />
</div> <!-- Formstep -->
<div class="foswikiClear"></div>
</div> <!-- formsteps -->
</form>
</div> <!-- formsteps -->
%TMPL:END%

0 comments on commit 5f77114

Please sign in to comment.