Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
51208f37
Commit
51208f37
authored
Jul 17, 2017
by
sarahkf
Committed by
GitHub
Jul 17, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15339 from edx/sarahkf/fix-structure-files-and-uploads
fixed files and uploads template in Studio
parents
2e140a6a
f617deea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
14 deletions
+13
-14
cms/templates/asset_index.html
+13
-14
No files found.
cms/templates/asset_index.html
View file @
51208f37
...
...
@@ -35,32 +35,31 @@
<div
class=
"wrapper-mast wrapper"
>
<header
class=
"mast has-actions has-subtitle"
>
<h
1
class=
"page-header"
>
<h
3
class=
"page-header"
>
<small
class=
"subtitle"
>
${_("Content")}
</small>
<span
class=
"sr"
>
>
</span>
${_("Files
&
Uploads")}
</h
1
>
<span
class=
"sr"
>
-
</span>
${_("Files
&
Uploads")}
</h
3
>
<nav
class=
"nav-actions"
aria-label=
"${_('Page Actions')}"
>
<h3
class=
"sr"
>
${_("Page Actions")}
</h3>
<div
class=
"nav-actions"
>
<ul>
<li
class=
"nav-item"
>
<a
href=
"#"
class=
"button upload-button new-button"
><span
class=
"icon fa fa-plus"
aria-hidden=
"true"
></span>
${_("Upload New File")}
</a>
</li>
</ul>
</
na
v>
</
di
v>
</header>
</div>
<div
class=
"wrapper-content wrapper"
>
<
section
class=
"content"
>
<
article
class=
"content-primary"
role=
"main
"
>
<div
class=
"wrapper-assets"
/
>
<
div
class=
"content"
>
<
div
class=
"content-primary
"
>
<div
class=
"wrapper-assets"
>
</div
>
<div
class=
"ui-loading"
>
<p><span
class=
"spin"
><span
class=
"icon fa fa-refresh"
aria-hidden=
"true"
></span></span>
<span
class=
"copy"
>
${_("Loading")}
</span></p>
</div>
</
article
>
</
div
>
<aside
class=
"content-supplementary"
role=
"complementary"
>
<aside
class=
"content-supplementary"
role=
"complementary"
aria-label=
"${_("
Help
adding
Files
and
Uploads
")}"
>
<div
class=
"bit"
>
<h3
class=
"title-3"
>
${_("Adding Files for Your Course")}
</h3>
...
...
@@ -84,14 +83,14 @@
</div>
</aside>
</
section
>
</
div
>
</div>
<div
class=
"upload-modal modal"
>
<a
href=
"#"
class=
"close-button"
><span
class=
"icon fa fa-times-circle"
aria-hidden=
"true"
></span>
<span
class=
"sr"
>
${_('close')}
</span></a>
<div
class=
"modal-body"
>
<h
1
class=
"title"
>
${_("Upload New File")}
</h1
>
<
h2>
${_("Max per-file size: {max_filesize}MB").format(max_filesize=max_file_size_in_mbs)}
</h2
>
<h
2
class=
"title"
>
${_("Upload New File")}
</h2
>
<
p>
${_("Max per-file size: {max_filesize}MB").format(max_filesize=max_file_size_in_mbs)}
</p
>
<p
class=
"file-name"
>
<div
class=
"progress-bar"
>
<div
class=
"progress-fill"
></div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment