File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed
src/CoreBundle/Resources/views/AccessUrl Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ <div class =" app-breadcrumb" >
2+ <nav class =" p-breadcrumb p-component mb-4" aria-label =" breadcrumb" data-pc-name =" breadcrumb" data-pc-section =" root" >
3+ <ol class =" p-breadcrumb-list flex items-center" data-pc-section =" list" >
4+ <li class =" p-breadcrumb-item" data-pc-section =" item" >
5+ <a href =" {{ url(' legacy_main' , { ' name' : ' admin/index.php' }) }}" class =" p-breadcrumb-item-link" data-pc-section =" itemlink" >
6+ {{ ' Administration' | trans }}
7+ </a >
8+ </li >
9+ <li class =" p-breadcrumb-separator" data-pc-section =" separator" >/</li >
10+ <li class =" p-breadcrumb-item" data-pc-section =" item" >
11+ <a href =" {{ url(' legacy_main' , { ' name' : ' admin/access_urls.php' }) }}" class =" p-breadcrumb-item-link" data-pc-section =" itemlink" >
12+ {{ ' Multiple access URL' | trans }}
13+ </a >
14+ </li >
15+ <li class =" p-breadcrumb-separator" data-pc-section =" separator" >/</li >
16+ <li class =" p-breadcrumb-item" data-pc-section =" item" >
17+ <a href =" {{ url(' legacy_main' , { ' name' : ' admin/access_url_edit_users_to_url.php' }) }}" class =" p-breadcrumb-item-link" data-pc-section =" itemlink" >
18+ {{ ' Edit users and URLs' | trans }}
19+ </a >
20+ </li >
21+ <li class =" p-breadcrumb-separator" data-pc-section =" separator" >/</li >
22+ <li class =" p-breadcrumb-item" data-pc-section =" item" >
23+ <span class =" p-breadcrumb-item-link text-gray-700" data-pc-section =" itemlink" >
24+ {{ title }}
25+ </span >
26+ </li >
27+ </ol >
28+ </nav >
29+ </div >
Original file line number Diff line number Diff line change 11{% extends " @ChamiloCore/Layout/layout_one_col.html.twig" %}
22
33{% block content %}
4+ {% include " @ChamiloCore/AccessUrl/_breadcrumb_users_to_url.twig" %}
5+
46 <div class =" mb-6" >
57 <a href =" {{ url(' legacy_main' , { ' name' : ' admin/access_url_edit_users_to_url.php' }) }}"
68 class =" inline-flex items-center gap-2 text-sm text-primary hover:underline" >
Original file line number Diff line number Diff line change 11{% extends " @ChamiloCore/Layout/layout_one_col.html.twig" %}
22
33{% block content %}
4+ {% include " @ChamiloCore/AccessUrl/_breadcrumb_users_to_url.twig" %}
5+
46 <div class =" mb-6" >
57 <a href =" {{ url(' legacy_main' , { ' name' : ' admin/access_url_edit_users_to_url.php' }) }}"
68 class =" inline-flex items-center gap-2 text-sm text-primary hover:underline" >
You can’t perform that action at this time.
0 commit comments