Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
19ee0a8c
Commit
19ee0a8c
authored
Feb 11, 2006
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some "title"s for image buttons.
parent
bc230c07
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
share/http/dialogs/main
share/http/dialogs/main
+1
-1
share/http/dialogs/playlist
share/http/dialogs/playlist
+5
-5
No files found.
share/http/dialogs/main
View file @
19ee0a8c
...
...
@@ -30,7 +30,7 @@ sout and playlist .
<div
id=
"main"
class=
"dialog"
>
<div
class=
"title"
>
VLC media player
<button
id=
"btn_toggle_text"
onclick=
"toggle_btn_text();"
>
<button
id=
"btn_toggle_text"
onclick=
"toggle_btn_text();"
title=
"Help"
>
<img
src=
"images/help.png"
alt=
"Help"
/>
Help
</button>
...
...
share/http/dialogs/playlist
View file @
19ee0a8c
...
...
@@ -34,25 +34,25 @@ This dialog needs the following dialogs to be fully functional: <none>
<img src="images/delete.png" alt="Delete" />
<span class="btn_text">Delete</span>
</button>-->
<button
id=
"btn_empty"
onclick=
"pl_empty();"
onmouseover=
"button_over(this);"
onmouseout=
"button_out(this);"
>
<button
id=
"btn_empty"
onclick=
"pl_empty();"
onmouseover=
"button_over(this);"
onmouseout=
"button_out(this);"
title=
"Empty"
>
<img
src=
"images/empty.png"
alt=
"Empty"
/>
<span
class=
"btn_text"
>
Empty
</span>
</button>
<button
id=
"btn_sort"
onclick=
"pl_sort();"
onmouseover=
"button_over(this);"
onmouseout=
"button_out(this);"
>
<button
id=
"btn_sort"
onclick=
"pl_sort();"
onmouseover=
"button_over(this);"
onmouseout=
"button_out(this);"
title=
"Sort"
>
<img
src=
"images/sort.png"
alt=
"Sort"
/>
<span
class=
"btn_text"
>
Sort
</span>
</button>
<button
id=
"btn_shuffle"
onclick=
"pl_shuffle();"
onmouseover=
"button_over(this);"
onmouseout=
"button_out(this);"
>
<button
id=
"btn_shuffle"
onclick=
"pl_shuffle();"
onmouseover=
"button_over(this);"
onmouseout=
"button_out(this);"
title=
"Shuffle"
>
<img
src=
"images/shuffle.png"
alt=
"Shuffle"
/>
<span
class=
"btn_text"
>
Shuffle
</span>
</button>
<button
id=
"btn_loop"
onclick=
"pl_loop();"
onmouseover=
"button_over(this);"
onmouseout=
"button_out(this);"
>
<button
id=
"btn_loop"
onclick=
"pl_loop();"
onmouseover=
"button_over(this);"
onmouseout=
"button_out(this);"
title=
"Loop"
>
<img
src=
"images/loop.png"
alt=
"Loop"
/>
<span
class=
"btn_text"
>
Loop
</span>
</button>
<button
id=
"btn_repeat"
onclick=
"pl_repeat();"
onmouseover=
"button_over(this);"
onmouseout=
"button_out(this);"
>
<button
id=
"btn_repeat"
onclick=
"pl_repeat();"
onmouseover=
"button_over(this);"
onmouseout=
"button_out(this);"
title=
"Repeat"
>
<img
src=
"images/repeat.png"
alt=
"Repeat"
/>
<span
class=
"btn_text"
>
Repeat
</span>
</button>
...
...
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