Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 56... Línea 56...
56
        {{#showonlinestatus}}
56
        {{#showonlinestatus}}
57
            <span class="contact-status icon-size-2 {{#isonline}}online{{/isonline}}">
57
            <span class="contact-status icon-size-2 {{#isonline}}online{{/isonline}}">
58
                {{#isonline}} {{#pix}} t/online, core, {{#str}} online, core_message {{/str}} {{/pix}} {{/isonline}}
58
                {{#isonline}} {{#pix}} t/online, core, {{#str}} online, core_message {{/str}} {{/pix}} {{/isonline}}
59
            </span>
59
            </span>
60
        {{/showonlinestatus}}
60
        {{/showonlinestatus}}
61
        <div class="w-100 text-truncate ml-2 my-2">
61
        <div class="w-100 text-truncate ms-2 my-2">
62
            <div class="d-flex">
62
            <div class="d-flex">
63
                <strong class="m-0 text-truncate">{{name}}</strong>
63
                <strong class="m-0 text-truncate">{{name}}</strong>
64
                <span class="{{^isblocked}}hidden{{/isblocked}}" data-region="contact-icon-blocked">
64
                <span class="{{^isblocked}}hidden{{/isblocked}}" data-region="contact-icon-blocked">
65
                    {{#pix}} t/block, core, {{#str}} contactblocked, message {{/str}} {{/pix}}
65
                    {{#pix}} t/block, core, {{#str}} contactblocked, message {{/str}} {{/pix}}
66
                </span>
66
                </span>
Línea 69... Línea 69...
69
                </span>
69
                </span>
70
            </div>
70
            </div>
71
            {{#subname}}
71
            {{#subname}}
72
                <p class="m-0 text-truncate">{{.}}</p>
72
                <p class="m-0 text-truncate">{{.}}</p>
73
            {{/subname}}
73
            {{/subname}}
74
            <p class="m-0 font-weight-light text-truncate last-message" data-region="last-message">
74
            <p class="m-0 fw-light text-truncate last-message" data-region="last-message">
75
                {{#sentfromcurrentuser}}
75
                {{#sentfromcurrentuser}}
76
                    {{#str}} you, core_message {{/str}}
76
                    {{#str}} you, core_message {{/str}}
77
                {{/sentfromcurrentuser}}
77
                {{/sentfromcurrentuser}}
78
                {{^sentfromcurrentuser}}
78
                {{^sentfromcurrentuser}}
79
                    {{#lastsendername}}
79
                    {{#lastsendername}}
Línea 102... Línea 102...
102
                <span
102
                <span
103
                    class="badge rounded-pill bg-primary text-white {{^unreadcount}}hidden{{/unreadcount}}"
103
                    class="badge rounded-pill bg-primary text-white {{^unreadcount}}hidden{{/unreadcount}}"
104
                    data-region="unread-count"
104
                    data-region="unread-count"
105
                >
105
                >
106
                    <span aria-hidden="true">{{unreadcount}}</span>
106
                    <span aria-hidden="true">{{unreadcount}}</span>
107
                    <span class="sr-only">{{#str}} unreadmessages, core_message, {{unreadcount}} {{/str}}</span>
107
                    <span class="visually-hidden">{{#str}} unreadmessages, core_message, {{unreadcount}} {{/str}}</span>
108
                </span>
108
                </span>
Línea 109... Línea 109...
109
 
109
 
110
                <div class="text-muted ml-auto">
110
                <div class="text-muted ms-auto">
111
                    {{> core_message/message_drawer_icon_forward }}
111
                    {{> core_message/message_drawer_icon_forward }}
112
                </div>
112
                </div>
113
            </div>
113
            </div>
114
        </div>
114
        </div>