Changeset 878d01d in sicp for templates


Ignore:
Timestamp:
May 20, 2015, 1:21:52 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
b448ffb
Parents:
5b67958
Message:

agregada opcion del menu para la modificacion de contraseña

File:
1 edited

Legend:

Unmodified
Added
Removed
  • templates/base_menu.html

    r14cf27e r878d01d  
    100100                                <a href="#" data-toggle="tooltip"
    101101                                   title="{% trans 'Presione para ver y/o modificar datos del perfil de usuario' %}">
    102                                     <i class="glyphicon glyphicon-book"></i> {% trans 'Perfil' %}
     102                                    <i class="glyphicon glyphicon-user"></i> {% trans 'Perfil' %}
     103                                </a>
     104                            </li>
     105                            <li>
     106                                <a href="#" data-toggle="tooltip"
     107                                   title="{% trans 'Presione para modificar la contraseña' %}">
     108                                    <i class="glyphicon glyphicon-eye-close"></i> {% trans 'Modificar contraseña' %}
    103109                                </a>
    104110                            </li>
Note: See TracChangeset for help on using the changeset viewer.