[mw-devel] MW3 r1244 - in trunk/webclient: . templates

dez at sucs.org dez at sucs.org
Tue Nov 30 21:36:19 GMT 2010


Author: dez
Date: 2010-11-30 21:36:19 +0000 (Tue, 30 Nov 2010)
New Revision: 1244

Modified:
   trunk/webclient/mw.css
   trunk/webclient/templates/login.html
Log:
Adds link to Milliways etiquette on the login page


Modified: trunk/webclient/mw.css
===================================================================
--- trunk/webclient/mw.css	2010-11-30 21:23:42 UTC (rev 1243)
+++ trunk/webclient/mw.css	2010-11-30 21:36:19 UTC (rev 1244)
@@ -188,6 +188,19 @@
 	margin-left: 6em;;
 }
 
+p.login {
+	text-align: center;
+}
+
+p.login a {
+	background: none;
+	color: #D45E08;
+}
+
+p.login a:hover {
+	color: #E69200;
+}
+
 form#logoutform {
 	position: absolute;
 	bottom: 5px;

Modified: trunk/webclient/templates/login.html
===================================================================
--- trunk/webclient/templates/login.html	2010-11-30 21:23:42 UTC (rev 1243)
+++ trunk/webclient/templates/login.html	2010-11-30 21:36:19 UTC (rev 1244)
@@ -5,3 +5,4 @@
 	<input type="submit" id="submit" name="submit" value="Login" /><br />
 	<input type="hidden" name="action" value="login" />
 </form>
+<p class="login">New here? Read up on your <a href="https://sucs.org/Knowledge/Help/SUCS%20Services/Using%20Milliways/Milliways%20Etiquette" target="_new">Milliways etiquette</a>.</p>




More information about the mw-devel mailing list