##// END OF EJS Templates
Adds an icon to the change password link....
Jean-Philippe Lang -
r6044:247a6f304e79
parent child
Show More
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -1,5 +1,5
1 <div class="contextual">
1 <div class="contextual">
2 <%= link_to(l(:button_change_password), :action => 'password') if @user.change_password_allowed? %>
2 <%= link_to(l(:button_change_password), {:action => 'password'}, :class => 'icon icon-passwd') if @user.change_password_allowed? %>
3 <%= call_hook(:view_my_account_contextual, :user => @user)%>
3 <%= call_hook(:view_my_account_contextual, :user => @user)%>
4 </div>
4 </div>
5 <h2><%=l(:label_my_account)%></h2>
5 <h2><%=l(:label_my_account)%></h2>
@@ -893,6 +893,7 padding-bottom: 3px;
893 .icon-issue { background-image: url(../images/ticket.png); }
893 .icon-issue { background-image: url(../images/ticket.png); }
894 .icon-zoom-in { background-image: url(../images/zoom_in.png); }
894 .icon-zoom-in { background-image: url(../images/zoom_in.png); }
895 .icon-zoom-out { background-image: url(../images/zoom_out.png); }
895 .icon-zoom-out { background-image: url(../images/zoom_out.png); }
896 .icon-passwd { background-image: url(../images/textfield_key.png); }
896
897
897 .icon-file { background-image: url(../images/files/default.png); }
898 .icon-file { background-image: url(../images/files/default.png); }
898 .icon-file.text-plain { background-image: url(../images/files/text.png); }
899 .icon-file.text-plain { background-image: url(../images/files/text.png); }
General Comments 0
You need to be logged in to leave comments. Login now