diff options
Diffstat (limited to 'remoting/webapp')
-rw-r--r-- | remoting/webapp/me2mom/choice.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html index 815882a..c71f800 100644 --- a/remoting/webapp/me2mom/choice.html +++ b/remoting/webapp/me2mom/choice.html @@ -85,9 +85,10 @@ found in the LICENSE file. </span><span i18n-content="modeShare" data-ui-mode="host"> </span> </h1> - <img id="divider-top" src="dividertop.png"> </header> + <img id="divider-top" src="dividertop.png"> + <div id="auth-panel" data-ui-mode="auth"> <div class="description" i18n-content="messageAuthorize"></div> <div class="centered-button"> @@ -192,9 +193,9 @@ found in the LICENSE file. </div> <!-- client-panel --> - <footer class="choice-footer"> - <img id="divider-bottom" src="dividerbottom.png"> + <img id="divider-bottom" src="dividerbottom.png"> + <footer class="choice-footer"> <div id="client-footer-text" data-ui-mode="client.unconnected"> <span i18n-content="footerClient1"></span><a class="switch-mode" href="#" i18n-content="footerClient2" |