setting ids consistenlty for the form since the javascript depends on it. webid
authorHenry Story <henry.story@bblfish.net>
Fri, 23 Dec 2011 18:24:10 +0100
branchwebid
changeset 163 ed559ff1977b
parent 162 23a4ecd7b45d
child 164 b920b4d63786
setting ids consistenlty for the form since the javascript depends on it.
src/main/resources/template/webidp/WebIdService.auth.html
src/main/resources/template/webidp/WebIdService.badcert.html
--- a/src/main/resources/template/webidp/WebIdService.auth.html	Fri Dec 23 17:19:52 2011 +0100
+++ b/src/main/resources/template/webidp/WebIdService.auth.html	Fri Dec 23 18:24:10 2011 +0100
@@ -27,7 +27,7 @@
 
     <div id="content">
         <section id="formWrap">
-            <form class="webidform" novalidate="" action="WebIdService.auth.html" method="POST">
+            <form id="login" class="webidform" novalidate="" action="WebIdService.auth.html" method="POST">
                 <div id="favicon">
                     <div class="vertical">
                         <a class="response auth" href="http://webid.fcns.eu/"><span class="button sitename" id="sitename">webid.fcns.eu</span></a>
--- a/src/main/resources/template/webidp/WebIdService.badcert.html	Fri Dec 23 17:19:52 2011 +0100
+++ b/src/main/resources/template/webidp/WebIdService.badcert.html	Fri Dec 23 18:24:10 2011 +0100
@@ -28,7 +28,7 @@
 
 <div id="content">
     <section id="formWrap">
-        <form class="webidform" novalidate="" action="WebIdService.auth.html" method="POST">
+        <form id="login" class="webidform" novalidate="" action="WebIdService.auth.html" method="POST">
             <div id="favicon">
                 <div class="vertical">
                     <a class="response" href="http://webid.fcns.eu/"><strong class="sitename" id="sitename">webid.fcns.eu</strong></a>