Updated logout message. Change message and added a div to make it easier style the site

This commit is contained in:
jvelilla
2015-09-01 11:15:25 -03:00
parent 13df6fd593
commit 2f65a084ac

View File

@@ -122,8 +122,10 @@ feature -- HTTP Methods
feature {NONE}-- Lougout Message
logout_message: STRING = "[
<h2 class=%"cms-logout-h2%">You Have Successfully Logged Out</h2>
<p class=%"cms-logout-p%">You can <a href=$site_login>log</a> in again, or go to the <a href=$site_home>front page</a>.</p>
<div class=%"cms-logout-message%">
<h2>You are now signed out</h2>
<p>You can <a href=$site_login>log</a> in again, or go to the <a href=%"$site_home%">front page</a>.</p>
</div>
]"
end