]> git.sesse.net Git - vlc/blobdiff - share/http/dialogs/main
Added mute button to http interface
[vlc] / share / http / dialogs / main
index ecf038a0766b9ef7aef3ab5d59440e3f3e9fa37e..244c4d9f83b3ac9bb204c90d60a79953c9dc9639 100644 (file)
@@ -94,6 +94,10 @@ sout and playlist .
       <img src="images/volume_up.png" alt="Increase Volume" />
       <span class="btn_text">Increase Volume</span>
     </button>
+    <button id="btn_volume_mute" onclick="volume_mute();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Mute Volume" >
+      <img src="images/volume_mute.png" alt="Mute Volume" />
+      <span class="btn_text">Mute Volume</span>
+    </button>
   </div>
   <div id="status">
     <span id="state">(?)</span>