Commit fe2d6895 authored by Simon Latapie's avatar Simon Latapie

* index.html: little fix with volume textbox

parent 7584c7bb
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
<input type="submit" name="control" value="next" /> <input type="submit" name="control" value="next" />
<input type="submit" name="control" value="fullscreen" /> <input type="submit" name="control" value="fullscreen" />
</td> </td>
</form>
<form>
<td colspan="0" align="right"> <td colspan="0" align="right">
Current Volume: <vlc id="value" param1="volume" /> <input type="text" name="value" size="5"><input type="hidden" name="control" value="volume"><input type="submit" name="Set" value="Set"> Current Volume: <vlc id="value" param1="volume" /> <input type="text" name="value" size="5"><input type="hidden" name="control" value="volume"><input type="submit" name="Set" value="Set">
</td> </td>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment