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
3f5254ad
Commit
3f5254ad
authored
Dec 10, 2012
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added tool tip text to several other UI controls in templates
parent
a3579e31
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
cms/templates/asset_index.html
+2
-2
cms/templates/component.html
+2
-1
cms/templates/editable_preview.html
+1
-1
No files found.
cms/templates/asset_index.html
View file @
3f5254ad
...
...
@@ -21,7 +21,7 @@
<
/div
>
<
/td
>
<
td
class
=
"name-col"
>
<
a
href
=
"{{url}}"
class
=
"filename"
>
{{
displayname
}}
<
/a
>
<
a
data
-
tooltip
=
"Open/download this file"
href
=
"{{url}}"
class
=
"filename"
>
{{
displayname
}}
<
/a
>
<
div
class
=
"embeddable-xml"
><
/div
>
<
/td
>
<
td
class
=
"date-col"
>
...
...
@@ -61,7 +61,7 @@
</div>
</td>
<td
class=
"name-col"
>
<a
href=
"${asset['url']}"
class=
"filename"
>
${asset['displayname']}
</a>
<a
data-tooltip=
"Open/download this file"
href=
"${asset['url']}"
class=
"filename"
>
${asset['displayname']}
</a>
<div
class=
"embeddable-xml"
></div>
</td>
<td
class=
"date-col"
>
...
...
cms/templates/component.html
View file @
3f5254ad
...
...
@@ -9,5 +9,5 @@
<a
href=
"#"
class=
"edit-button standard"
><span
class=
"edit-icon"
></span>
Edit
</a>
<a
href=
"#"
class=
"delete-button standard"
><span
class=
"delete-icon"
></span>
Delete
</a>
</div>
<a
href=
"#"
class=
"drag-handle"
></a>
<a
data-tooltip=
"Drag to reorder"
href=
"#"
class=
"drag-handle"
></a>
${preview}
\ No newline at end of file
cms/templates/editable_preview.html
View file @
3f5254ad
...
...
@@ -4,7 +4,7 @@ ${content}
<a
href=
"#"
class=
"edit-button"
><span
class=
"edit-icon white"
></span>
Edit
</a>
<a
href=
"#"
class=
"delete-button"
><span
class=
"delete-icon white"
></span>
Delete
</a>
</div>
<a
href=
"#"
class=
"drag-handle"
></a>
<a
data-tooltip=
"Drag to reorder"
href=
"#"
class=
"drag-handle"
></a>
<div
class=
"component-editor"
>
<h5>
Edit Video Component
</h5>
<textarea
class=
"component-source"
><video
youtube=
"1.50:q1xkuPsOY6Q,1.25:9WOY2dHz5i4,1.0:4rpg8Bq6hb4,0.75:KLim9Xkp7IY"
/></textarea>
...
...
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