chore: rename Files & Uploads page (#33546)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
from openedx.core.djangolib.markup import HTML, Text
|
from openedx.core.djangolib.markup import HTML, Text
|
||||||
from openedx.core.djangolib.js_utils import js_escaped_string, dump_js_escaped_json
|
from openedx.core.djangolib.js_utils import js_escaped_string, dump_js_escaped_json
|
||||||
%>
|
%>
|
||||||
<%block name="title">${_("Files & Uploads")}</%block>
|
<%block name="title">${_("Files")}</%block>
|
||||||
<%block name="bodyclass">is-signedin course uploads view-uploads</%block>
|
<%block name="bodyclass">is-signedin course uploads view-uploads</%block>
|
||||||
|
|
||||||
<%namespace name='static' file='static_content.html'/>
|
<%namespace name='static' file='static_content.html'/>
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
<header class="mast has-actions has-subtitle">
|
<header class="mast has-actions has-subtitle">
|
||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
<small class="subtitle">${_("Content")}</small>
|
<small class="subtitle">${_("Content")}</small>
|
||||||
<span class="sr">- </span>${_("Files & Uploads")}
|
<span class="sr">- </span>${_("Files")}
|
||||||
</h2>
|
</h2>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -125,12 +125,12 @@
|
|||||||
% endif
|
% endif
|
||||||
%if not files_uploads_mfe_enabled:
|
%if not files_uploads_mfe_enabled:
|
||||||
<li class="nav-item nav-course-courseware-uploads">
|
<li class="nav-item nav-course-courseware-uploads">
|
||||||
<a href="${assets_url}">${_("Files & Uploads")}</a>
|
<a href="${assets_url}">${_("Files")}</a>
|
||||||
</li>
|
</li>
|
||||||
%endif
|
%endif
|
||||||
%if files_uploads_mfe_enabled:
|
%if files_uploads_mfe_enabled:
|
||||||
<li class="nav-item nav-course-courseware-uploads">
|
<li class="nav-item nav-course-courseware-uploads">
|
||||||
<a href="${get_files_uploads_url(course_key)}">${_("Files & Uploads")}</a>
|
<a href="${get_files_uploads_url(course_key)}">${_("Files")}</a>
|
||||||
</li>
|
</li>
|
||||||
%endif
|
%endif
|
||||||
% if not pages_and_resources_mfe_enabled:
|
% if not pages_and_resources_mfe_enabled:
|
||||||
|
|||||||
Reference in New Issue
Block a user