Added icons for controling beamer view (pan,zoom)
This commit is contained in:
parent
30afe96fc0
commit
53ee9c598d
@ -45,9 +45,9 @@
|
|||||||
<input type="button" onclick="window.location.href='{% url item_overview %}';" value="{%trans 'No' %}">
|
<input type="button" onclick="window.location.href='{% url item_overview %}';" value="{%trans 'No' %}">
|
||||||
</em>
|
</em>
|
||||||
</div>
|
</div>
|
||||||
|
<a class="beamer_edit" href="{% url beamer_bigger %}"><img src="/static/images/icons/zoom-in.png"></a> <a class="beamer_edit" href="{% url beamer_smaller %}"><img src="/static/images/icons/zoom-out.png"></a>
|
||||||
|
<a class="beamer_edit" href="{% url beamer_up %}"><img src="/static/images/icons/go-up.png"></a> <a class="beamer_edit" href="{% url beamer_down %}"><img src="/static/images/icons/go-down.png"></a> <br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a class="beamer_edit" href="{% url beamer_bigger %}">+</a> <a class="beamer_edit" href="{% url beamer_smaller %}">-</a> <br>
|
|
||||||
<a class="beamer_edit" href="{% url beamer_up %}">+</a> <a class="beamer_edit" href="{% url beamer_down %}">-</a> <br>
|
|
||||||
<table id="menu-overview" class="agendatable">
|
<table id="menu-overview" class="agendatable">
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 1px;">{% trans "Beamer" %}</th>
|
<th style="width: 1px;">{% trans "Beamer" %}</th>
|
||||||
|
BIN
openslides/static/images/icons/go-down.png
Normal file
BIN
openslides/static/images/icons/go-down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 562 B |
BIN
openslides/static/images/icons/go-up.png
Normal file
BIN
openslides/static/images/icons/go-up.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 532 B |
BIN
openslides/static/images/icons/zoom-in.png
Normal file
BIN
openslides/static/images/icons/zoom-in.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 867 B |
BIN
openslides/static/images/icons/zoom-out.png
Normal file
BIN
openslides/static/images/icons/zoom-out.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 884 B |
Loading…
Reference in New Issue
Block a user