Skip to content
Snippets Groups Projects
Verified Commit 1f129c5d authored by Till Glöggler's avatar Till Glöggler
Browse files

change icons, refs #753

parent 0d0c0c24
No related branches found
No related tags found
No related merge requests found
...@@ -86,13 +86,13 @@ ...@@ -86,13 +86,13 @@
<studip-icon <studip-icon
:style="{visibility: canMoveUp ? 'visible' : 'hidden'}" :style="{visibility: canMoveUp ? 'visible' : 'hidden'}"
shape="arr_2up" role="navigation" shape="arr_2up" role="navigation"
@click="$emit('moveUp', event.token)" @click="$emit('moveUp', event.token)"
:title="$gettext('Element nach oben verschieben')" :title="$gettext('Element nach oben verschieben')"
/> />
<studip-icon <studip-icon
:style="{visibility: canMoveDown ? 'visible' : 'hidden'}" :style="{visibility: canMoveDown ? 'visible' : 'hidden'}"
shape="arr_2down" role="navigation" shape="arr_2down" role="navigation"
@click="$emit('moveDown', event.token)" @click="$emit('moveDown', event.token)"
:title="$gettext('Element nach unten verschieben')" :title="$gettext('Element nach unten verschieben')"
/> />
</div> </div>
...@@ -274,7 +274,7 @@ export default { ...@@ -274,7 +274,7 @@ export default {
menuItems.push({ menuItems.push({
id: 3, id: 3,
label: this.$gettext('Verknüpfungen'), label: this.$gettext('Verknüpfungen'),
icon: 'add', icon: 'link-intern',
emit: 'performAction', emit: 'performAction',
emitArguments: 'VideoAddToPlaylist' emitArguments: 'VideoAddToPlaylist'
}); });
...@@ -293,7 +293,7 @@ export default { ...@@ -293,7 +293,7 @@ export default {
menuItems.push({ menuItems.push({
id: 5, id: 5,
label: this.$gettext('Schnitteditor öffnen'), label: this.$gettext('Schnitteditor öffnen'),
icon: 'knife', icon: 'video2',
emit: 'redirectAction', emit: 'redirectAction',
emitArguments: '/editor/' + this.event.token emitArguments: '/editor/' + this.event.token
}); });
...@@ -303,7 +303,7 @@ export default { ...@@ -303,7 +303,7 @@ export default {
menuItems.push({ menuItems.push({
id: 6, id: 6,
label: this.$gettext('Anmerkungen hinzufügen'), label: this.$gettext('Anmerkungen hinzufügen'),
icon: 'knife', icon: 'chat',
emit: 'redirectAction', emit: 'redirectAction',
emitArguments: '/annotation/' + this.event.token emitArguments: '/annotation/' + this.event.token
}); });
...@@ -312,7 +312,7 @@ export default { ...@@ -312,7 +312,7 @@ export default {
menuItems.push({ menuItems.push({
id: 7, id: 7,
label: this.$gettext('Untertitel hinzufügen'), label: this.$gettext('Untertitel hinzufügen'),
icon: 'knife', icon: 'accessibility',
emit: 'performAction', emit: 'performAction',
emitArguments: 'CaptionUpload' emitArguments: 'CaptionUpload'
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment