Details
Description
When user is not logged in we should just display the 'login / register' link - no need for drop down
When user is logged in instead of word 'profile' we should display the name. Name should be formatted via shop attribute template: SHOP_CUSTOMER_FORMATTER that will have the following parameters:
0 - Firstname
1 - Middlename
2 - Lastname
Also change the Wicket default mechanism for disabled links to wrap them into <a> tag rather than <em>