| Línea 173... |
Línea 173... |
| 173 |
label = Y.Node.create('<label/>');
|
173 |
label = Y.Node.create('<label/>');
|
| 174 |
marker = Y.Node.create('<svg xmlns="http://www.w3.org/2000/svg" viewBox="-0.5 -0.5 13 13" ' +
|
174 |
marker = Y.Node.create('<svg xmlns="http://www.w3.org/2000/svg" viewBox="-0.5 -0.5 13 13" ' +
|
| 175 |
'preserveAspectRatio="xMinYMin meet">' +
|
175 |
'preserveAspectRatio="xMinYMin meet">' +
|
| 176 |
'<path d="M11 0H1C.4 0 0 .4 0 1v6c0 .6.4 1 1 1h1v4l4-4h5c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1z" ' +
|
176 |
'<path d="M11 0H1C.4 0 0 .4 0 1v6c0 .6.4 1 1 1h1v4l4-4h5c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1z" ' +
|
| 177 |
'fill="currentColor" opacity="0.9" stroke="rgb(153, 153, 153)" stroke-width="0.5"/></svg>');
|
177 |
'fill="currentColor" opacity="0.9" stroke="rgb(153, 153, 153)" stroke-width="0.5"/></svg>');
|
| 178 |
menu = Y.Node.create('<a href="#"><img src="' + M.util.image_url('t/contextmenu', 'core') + '"/></a>');
|
178 |
menu = Y.Node.create('<a href="#"><img class="icon" src="' + M.util.image_url('t/contextmenu', 'core') + '"/></a>');
|
| Línea 179... |
Línea 179... |
| 179 |
|
179 |
|
| 180 |
this.menulink = menu;
|
180 |
this.menulink = menu;
|
| 181 |
container.append(label);
|
181 |
container.append(label);
|
| 182 |
label.append(node);
|
182 |
label.append(node);
|