Skip to content
Snippets Groups Projects
Commit 95f8154a authored by markus scheller's avatar markus scheller
Browse files

Removed the admin options from the examples

parent d77a4132
Branches
No related tags found
1 merge request!11Resolve "Dokumentation überarbeiten"
......@@ -103,7 +103,6 @@
<td class="hidden-xs"><span class="glyphicon glyphicon-pencil"></span> Geplant</td>
<td class="">
<div class="btn-group btn-group-xs">
<a href="#example_protocoll_overview" class="btn btn-danger" onclick="return confirm('Bist du dir sicher, dass du das Protokoll {} löschen möchtest?');"><span class="glyphicon glyphicon-trash"></span></a>
</div>
</td>
</tr>
......@@ -115,7 +114,6 @@
<td class="hidden-xs"><span class="glyphicon glyphicon-pencil"></span> Geplant</td>
<td class="">
<div class="btn-group btn-group-xs">
<a href="#example_protocoll_overview" class="btn btn-danger" onclick="return confirm('Bist du dir sicher, dass du das Protokoll {} löschen möchtest?');"><span class="glyphicon glyphicon-trash"></span></a>
</div>
</td>
</tr>
......@@ -128,7 +126,6 @@
<td class="">
<div class="btn-group btn-group-xs">
<a href="#example_protocoll_overview" class="btn btn-success"><span class="glyphicon glyphicon-download"></span></a>
<a href="#example_protocoll_overview" class="btn btn-danger" onclick="return confirm('Bist du dir sicher, dass du das Protokoll {} löschen möchtest?');"><span class="glyphicon glyphicon-trash"></span></a>
</div>
</td>
</tr>
......@@ -141,7 +138,6 @@
<td class="">
<div class="btn-group btn-group-xs">
<a href="#example_protocoll_overview" class="btn btn-success"><span class="glyphicon glyphicon-download"></span></a>
<a href="#example_protocoll_overview" class="btn btn-danger" onclick="return confirm('Bist du dir sicher, dass du das Protokoll {} löschen möchtest?');"><span class="glyphicon glyphicon-trash"></span></a>
</div>
</td>
</tr>
......@@ -154,7 +150,6 @@
<td class="">
<div class="btn-group btn-group-xs">
<a href="#example_protocoll_overview" class="btn btn-success"><span class="glyphicon glyphicon-download"></span></a>
<a href="#example_protocoll_overview" class="btn btn-danger" onclick="return confirm('Bist du dir sicher, dass du das Protokoll {} löschen möchtest?');"><span class="glyphicon glyphicon-trash"></span></a>
</div>
</td>
</tr>
......@@ -167,7 +162,6 @@
<td class="">
<div class="btn-group btn-group-xs">
<a href="#example_protocoll_overview" class="btn btn-success"><span class="glyphicon glyphicon-download"></span></a>
<a href="#example_protocoll_overview" class="btn btn-danger" onclick="return confirm('Bist du dir sicher, dass du das Protokoll {} löschen möchtest?');"><span class="glyphicon glyphicon-trash"></span></a>
</div>
</td>
</tr>
......@@ -211,8 +205,6 @@
<a class="btn btn-default" href="#example_update_protocoll" onclick="return confirm('Bist du dir sicher, dass du manuell eine Einladung verschicken willst? Dies wird auch automatisch geschehen.');">Einladung versenden</a>
{% endif %}
<a class="btn btn-default" href="#example_update_protocoll">Typ</a>
<a class="btn btn-default" href="#example_update_protocoll">Neu kompilieren</a>
<a class="btn btn-danger" href="#example_update_protocoll" onclick="return confirm('Bist du dir sicher, dass du das Protokoll löschen möchtest?');">Löschen</a>
</div>
</li>
<li class="list-group-item">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment