Skip to content

Commit 7062132

Browse files
committed
account/activate.html: move alerts out of <div> with content.
No functional changes.
1 parent 43efc50 commit 7062132

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

src/main/webapp/WEB-INF/views/account/activate.html

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,20 @@
4646
</ul>
4747
</div>
4848
</div>
49+
<!--/*/
50+
<div class="row-fluid top-indent" th:if="${justRegisteredUser}">
51+
<div class="alert alert-success text-center span8 offset2" th:text="#{t_activation_sent_message}">
52+
Instructions to finish registration sent to your e-mail
53+
</div>
54+
</div>
55+
/*/-->
4956
<div class="row-fluid">
5057
<div id="content" class="span12">
5158

52-
<!--/*/
53-
<div class="row-fluid span12" th:if="${justRegisteredUser}">
54-
<div class="alert alert-success text-center span8 offset2" th:text="#{t_activation_sent_message}">
55-
Instructions to finish registration sent to your e-mail
56-
</div>
57-
</div>
58-
/*/-->
59-
6059
<h3 th:text="#{t_activation_on_site}">
6160
Account activation
6261
</h3>
6362

64-
<!--/*/
65-
<div class="row-fluid span12" sec:authorize="isAuthenticated()">
66-
<div class="alert alert-info text-center span8 offset2" th:text="#{t_already_activated}">
67-
You already activated account.
68-
</div>
69-
</div>
70-
/*/-->
71-
7263
<!--/*/ <th:block sec:authorize="isAnonymous()"> /*/-->
7364
<div class="hint text-center">
7465
<small th:with="redAsterisk='&lt;span class=&quot;required_field&quot;&gt;*&lt;/span&gt;'">
@@ -143,6 +134,13 @@ <h3 th:text="#{t_activation_on_site}">
143134
<!--/*/ </th:block> /*/-->
144135
</div>
145136
</div>
137+
<!--/*/
138+
<div class="row-fluid" sec:authorize="isAuthenticated()">
139+
<div class="alert alert-info text-center span8 offset2" th:text="#{t_already_activated}">
140+
You already activated account.
141+
</div>
142+
</div>
143+
<!--/*/
146144
<div class="row-fluid">
147145
<footer class="text-right">
148146
<i class="icon-envelope"></i>

0 commit comments

Comments
 (0)