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
4a7f7d65
Commit
4a7f7d65
authored
May 09, 2013
by
cahrens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the other templates that include metadata-edit.html.
parent
cad8ae1b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
14 deletions
+19
-14
cms/templates/widgets/html-edit.html
+11
-11
cms/templates/widgets/problem-edit.html
+3
-0
cms/templates/widgets/raw-edit.html
+5
-3
No files found.
cms/templates/widgets/html-edit.html
View file @
4a7f7d65
<
%
include
file=
"metadata-edit.html"
/>
<div
class=
"wrapper-comp-editor"
id=
"editor-tab"
>
<section
class=
"html-editor editor"
>
<ul
class=
"editor-tabs"
>
<li><a
href=
"#"
class=
"visual-tab tab current"
data-tab=
"visual"
>
Visual
</a></li>
<li><a
href=
"#"
class=
"html-tab tab"
data-tab=
"advanced"
>
HTML
</a></li>
</ul>
<div
class=
"row"
>
<textarea
class=
"tiny-mce"
>
${data | h}
</textarea>
<textarea
name=
""
class=
"edit-box"
>
${data | h}
</textarea>
</div>
</section>
<section
class=
"html-editor editor"
>
<ul
class=
"editor-tabs"
>
<li><a
href=
"#"
class=
"visual-tab tab current"
data-tab=
"visual"
>
Visual
</a></li>
<li><a
href=
"#"
class=
"html-tab tab"
data-tab=
"advanced"
>
HTML
</a></li>
</ul>
<div
class=
"row"
>
<textarea
class=
"tiny-mce"
>
${data | h}
</textarea>
<textarea
name=
""
class=
"edit-box"
>
${data | h}
</textarea>
</div>
</section>
</div>
cms/templates/widgets/problem-edit.html
View file @
4a7f7d65
<
%
include
file=
"metadata-edit.html"
/>
<div
class=
"wrapper-comp-editor"
id=
"editor-tab"
>
<section
class=
"problem-editor editor"
>
<div
class=
"row"
>
%if enable_markdown:
...
...
@@ -105,3 +106,4 @@
<
/div
>
<
/article
>
</script>
</div>
\ No newline at end of file
cms/templates/widgets/raw-edit.html
View file @
4a7f7d65
<
%
include
file=
"metadata-edit.html"
/>
<section
class=
"raw-edit"
>
<textarea
name=
""
class=
"edit-box"
rows=
"8"
cols=
"40"
>
${data | h}
</textarea>
</section>
<div
class=
"wrapper-comp-editor"
id=
"editor-tab"
>
<section
class=
"raw-edit"
>
<textarea
name=
""
class=
"edit-box"
rows=
"8"
cols=
"40"
>
${data | h}
</textarea>
</section>
</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