[spalenque] - #7796 *DONE
This commit is contained in:
parent
09e0af920a
commit
22cb1bb6e7
@ -1,4 +1,6 @@
|
|||||||
<div class="loggedInBox">You are logged in as: <strong>$CurrentMember.Name</strong> <a class="roundedButton" href="{$Link}logout/">Logout</a> <a class="roundedButton" href="{$Link}resign/">Resign Membership</a> </p>
|
<div class="loggedInBox">
|
||||||
|
You are logged in as: <strong>$CurrentMember.Name</strong> <a class="roundedButton" href="{$Link}logout/">Logout</a> <a class="roundedButton" href="{$Link}resign/">Resign Membership</a>
|
||||||
|
</div>
|
||||||
<h2 class="profile-tabs">
|
<h2 class="profile-tabs">
|
||||||
<a href="{$Link}" <% if CurrentTab=1 %>class="active"<% end_if %> >Your Details</a>
|
<a href="{$Link}" <% if CurrentTab=1 %>class="active"<% end_if %> >Your Details</a>
|
||||||
<% if FoundationMember %>
|
<% if FoundationMember %>
|
||||||
|
@ -12,4 +12,13 @@
|
|||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loggedInBox {
|
||||||
|
margin: 10px 0;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
.siteMessage {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user