Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 37... Línea 37...
37
                "title": "Help with something",
37
                "title": "Help with something",
38
                "text": "Help with something",
38
                "text": "Help with something",
39
                "url": "http://example.org/help",
39
                "url": "http://example.org/help",
40
                "linktext": "",
40
                "linktext": "",
41
                "icon": {
41
                "icon": {
42
                    "extraclasses": "iconhelp",
42
                    "extraclasses": "",
43
                    "attributes": [
43
                    "attributes": [
44
                        {"name": "src", "value": "../../../pix/help.svg"},
44
                        {"name": "src", "value": "../../../pix/help.svg"},
45
                        {"name": "alt", "value": "Help icon"}
45
                        {"name": "alt", "value": "Help icon"}
46
                    ]
46
                    ]
47
                }
47
                }
Línea 77... Línea 77...
77
        }
77
        }
78
    }
78
    }
Línea 79... Línea 79...
79
 
79
 
80
}}
80
}}
81
<div class="container-fluid tertiary-navigation">
81
<div class="container-fluid tertiary-navigation">
82
    <div class="row">
82
    <div class="d-flex">
83
        {{#urlselect}}
83
        {{#urlselect}}
84
            <div class="navitem">
84
            <div class="navitem">
85
                {{>core/url_select}}
85
                {{>core/url_select}}
86
            </div>
86
            </div>