File tree Expand file tree Collapse file tree 1 file changed +14
-16
lines changed
src/main/webapp/WEB-INF/views/account Expand file tree Collapse file tree 1 file changed +14
-16
lines changed Original file line number Diff line number Diff line change 46
46
</ ul >
47
47
</ div >
48
48
</ 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
+ /*/-->
49
56
< div class ="row-fluid ">
50
57
< div id ="content " class ="span12 ">
51
58
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
-
60
59
< h3 th:text ="#{t_activation_on_site} ">
61
60
Account activation
62
61
</ h3 >
63
62
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
-
72
63
<!--/*/ <th:block sec:authorize="isAnonymous()"> /*/-->
73
64
< div class ="hint text-center ">
74
65
< small th:with ="redAsterisk='<span class="required_field">*</span>' ">
@@ -143,6 +134,13 @@ <h3 th:text="#{t_activation_on_site}">
143
134
<!--/*/ </th:block> /*/-->
144
135
</ div >
145
136
</ 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
+ <!--/*/
146
144
<div class="row-fluid">
147
145
<footer class="text-right">
148
146
<i class="icon-envelope"></i>
You can’t perform that action at this time.
0 commit comments