I&#39;m still trying to get my head around how to move the &quot;Create a free account&quot; button to the right.<br><br>Back in April, I submitted the following to the list:<br clear="all"><br>&quot;Our first hotspot is in the Centre Communautaire Georges Henri Brossard:
<br><a href="http://auth.monteregiesansfil.org/login/index.php?gw_id=msf-1&amp;gw_address=127.0.0.1&amp;gw_port=80" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://auth.monteregiesansfil.org/login/index.php?gw_id=msf-1&amp;gw_address=127.0.0.1&amp;gw_port=80
</a>
<br><pre><span style="font-family: arial,sans-serif;">We introduced members of the Réseau Internet Brossard Club Informatique to</span><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">
the login or signup page last week. A majority of the folks who tried to</span><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">subscribe found the screen confusing, mainly because of the closeness of the
</span><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">two buttons to each other.</span><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">I know, 35,000 users in Montréal alone are able to distinguish between the
</span><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">two buttons...</span><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">But, in the interest of stepwise improvement, would you be so kind as to
</span><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">advise us how the layout of the login or signup page could be modified on</span><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">
our auth server? Is the layout in a Style Sheet somewhere?</span><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">We would like to simply move the signup button to a less central location -
</span><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">possibly to the right, above the &quot;I&#39;m having difficulties&quot; box - and make it</span><br style="font-family: arial,sans-serif;">
<span style="font-family: arial,sans-serif;">less prominent than the login form.&quot;</span><br style="font-family: arial,sans-serif;"><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">
To which Benoit replied:</span><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">&quot;you want to make your changes in </span><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">
wifidog/media/network_theme</span><span style="font-family: arial,sans-serif;">_packs/your_group_name/styleshe</span><span style="font-family: arial,sans-serif;">et.css</span><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">
See wifidog/media/network_theme</span><span style="font-family: arial,sans-serif;">_packs/README.txt&quot;</span><br><font size="2"><br style="font-family: arial,sans-serif;"></font><span style="font-family: arial,sans-serif,mon;">
In June, Don Druce submitted Trouble Ticket #343 &quot;</span><font style="font-family: arial,sans-serif;" size="2">Users confused by Login Screen&quot;, which says, in part, &quot;</font><font size="2"><span style="font-family: arial,sans-serif;">
The most important part is that the Registration should be seperated</span><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">from the login and both made absolutely clear as to their function.&quot;
</span></font></pre><div style="text-align: left;">Well, I&#39;ve been working on the layout a bit, and so far all I&#39;ve done is edit the HTML offline, to see what is possible.
<br><br>The base stylesheet: <a href="http://auth.monteregiesansfil.org/media/base_theme/stylesheet.css" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://auth.monteregiesansfil.org/media/base_theme/stylesheet.css
</a><br><br>will serve as a guide as I try to edit the 
stylesheet.css in our msf themepack. I think (correct me if I&#39;m wrong!) I will have to edit the template file (login.tpl) in order to modify the HTML. I want to create a new division &lt;div id=&quot;signup&quot;&gt;, and move the &quot;Create a free account&quot; button into it.
<br><br>BUT..<br><br>If I create the new HTML by editing the login.tpl file, I have not solved the language problem - I want to add a new heading, &lt;h1&gt;Not yet a Member?&lt;/h1&gt; in the new division. My big mystification is, where do I put the French equivalent &quot;Pas encore membre?&quot;?
<br>Is the entire French-language page created on-the-fly from the JavaScript called here:<br><br>&lt;form class=&quot;language&quot; name=&quot;lang_form&quot; method=&quot;post&quot; action=&quot;/login/index.php?gw_id=msf-1&amp;gw_address=
127.0.0.1&amp;gw_port=80&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div&gt;Language:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;select name=&quot;wifidog_language&quot; onchange=&quot;javascript: document.lang_form.submit();&quot;&gt; ?<br><br>Or, does the phrase equivalency (Not yet a member?/Pas encore membre?) have to be added to a LangString somewhere?
<br><br>Any help or suggestions would be greatly appreciated.<br></div><pre>-- <br></pre>- Jeff