|
1 | NO CONTENT: new file 100644, binary diff hidden |
@@ -1,5 +1,5 | |||
|
1 | 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 | 3 | <%= call_hook(:view_my_account_contextual, :user => @user)%> |
|
4 | 4 | </div> |
|
5 | 5 | <h2><%=l(:label_my_account)%></h2> |
@@ -893,6 +893,7 padding-bottom: 3px; | |||
|
893 | 893 | .icon-issue { background-image: url(../images/ticket.png); } |
|
894 | 894 | .icon-zoom-in { background-image: url(../images/zoom_in.png); } |
|
895 | 895 | .icon-zoom-out { background-image: url(../images/zoom_out.png); } |
|
896 | .icon-passwd { background-image: url(../images/textfield_key.png); } | |
|
896 | 897 | |
|
897 | 898 | .icon-file { background-image: url(../images/files/default.png); } |
|
898 | 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