Skip to content

Commit

Permalink
Item13880: Rendering issues in UserRegistrationParts zones
Browse files Browse the repository at this point in the history
 - id= was autolinking.   Change to start with lower case alpha to
   prevent the link.
 - <link tag should be self closing, not </link>
  • Loading branch information
gac410 committed Dec 12, 2015
1 parent 2e2d916 commit 4554e77
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions TopicUserMappingContrib/data/System/UserRegistrationParts.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1449441984" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1449888714" format="1.1" version="1"}%
%META:TOPICPARENT{name="AdminToolsCategory"}%
<noautolink>

Expand Down Expand Up @@ -107,12 +107,12 @@ The actual registration form.
<verbatim class="tml">
%STARTSECTION{"resources"}%%IF{"$REGISTRATION_DISABLED!='DISABLED'" then="
%ADDTOZONE{ "head"
id="UserRegistrationRequiredStyle"
text="<link type='text/css' rel='stylesheet' media='all' href='%PUBURLPATH{"requiredstyle.css" topic="%CSSJSTOPIC%"}%'></link>"
id="userRegistrationRequiredStyle"
text="<link type='text/css' rel='stylesheet' media='all' href='%PUBURLPATH{"requiredstyle.css" topic="%CSSJSTOPIC%"}%' />"
}%"}%
%ADDTOZONE{ "head"
id="UserRegistrationFormStyle"
text="<link type='text/css' rel='stylesheet' media='all' href='%PUBURLPATH{"formstyle.css" topic="%CSSJSTOPIC%"}%'></link>"
id="userRegistrationFormStyle"
text="<link type='text/css' rel='stylesheet' media='all' href='%PUBURLPATH{"formstyle.css" topic="%CSSJSTOPIC%"}%' />"
}%
%JQREQUIRE{"validate, wikiword, cookie"}%
<div id="FwkVD" class="foswikiHidden">
Expand Down Expand Up @@ -147,7 +147,7 @@ The actual registration form.
</literal>
</div>
%ADDTOZONE{ "script"
id="UserRegistrationValidation"
id="userRegistrationValidation"
requires="JQUERYPLUGIN::VALIDATE, JQUERYPLUGIN::WIKIWORD, JQUERYPLUGIN::COOKIE"
text="<script type='text/javascript' src='%PUBURLPATH{"validate.js" topic="%CSSJSTOPIC%"}%'></script>"
}%
Expand Down Expand Up @@ -347,7 +347,7 @@ Test if user login name exists. Used for form validation.
}%


%META:FILEATTACHMENT{name="validate.js" attr="h" date="1449441984" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="requiredstyle.css" attr="h" date="1449441984" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="formstyle.css" attr="h" date="1449441984" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="validate.js" attr="h" date="1449888714" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="requiredstyle.css" attr="h" date="1449888714" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="formstyle.css" attr="h" date="1449888714" user="ProjectContributor" version="1"}%
%META:PREFERENCE{name="ALLOWTOPICVIEW" title="ALLOWTOPICVIEW" type="Set" value="*"}%

0 comments on commit 4554e77

Please sign in to comment.