rearranged buttons (closes #79)
This commit is contained in:
parent
989225a8f1
commit
1eb7ef2512
1 changed files with 5 additions and 5 deletions
|
@ -54,16 +54,16 @@
|
|||
|
||||
<div id="accordion">
|
||||
<div id="controls">
|
||||
<button value="move-back" title="scroll backward" ><img src="images/control_rewind_blue.png" /></button>
|
||||
<button value="zoom-in" title="zoom in" ><img src="images/zoom_in.png" /></button>
|
||||
<button value="zoom-out" title="zoom out" ><img src="images/zoom_out.png" /></button>
|
||||
<button value="move-back" title="scroll backward"><img src="images/control_rewind_blue.png"/></button>
|
||||
<button value="move-forward" title="scroll forward"><img src="images/control_fastforward_blue.png"/></button>
|
||||
<button value="move-last" title="scroll to presence">Jetzt <img src="images/control_end_blue.png"/></button>
|
||||
<button value="zoom-in" title="zoom in"><img src="images/zoom_in.png"/></button>
|
||||
<button value="zoom-out" title="zoom out"><img src="images/zoom_out.png"/></button>
|
||||
<button value="zoom-hour">Stunde</button>
|
||||
<button value="zoom-day">Tag</button>
|
||||
<button value="zoom-week">Woche</button>
|
||||
<button value="zoom-month">Monat</button>
|
||||
<button value="zoom-year">Jahr</button>
|
||||
<button value="move-last" title="scroll to presence" >Jetzt <img src="images/control_end_blue.png" /></button>
|
||||
<button value="move-forward" title="scroll forward" ><img src="images/control_fastforward_blue.png" /></button>
|
||||
</div>
|
||||
|
||||
<h3><img src="images/table.png" alt="" /> Kanäle</h3>
|
||||
|
|
Loading…
Add table
Reference in a new issue