Preorder campaign rework

This commit is contained in:
Luca Haid
2025-03-05 16:39:27 +00:00
parent 83d211ed10
commit 0420480399
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@ Vue.component('Preordercampaign', {
<tt-table :data="window['TT_CONFIG']['CAMPAIGNS']" :config="PreordercampaignTableConfig">
<template v-slot:top-buttons>
<button v-if="window['TT_CONFIG']['IS_ADMIN'] === '1'" type="button" class="btn btn-primary" @click="window.location = window['TT_CONFIG']['ADD_URL']">
<i class="fas fa-plus"></i> Vorbestellung hinzufügen
<i class="fas fa-plus"></i> Vorbestellkampagne hinzufügen
</button>
<a v-if="window['TT_CONFIG']['SHOW_MISC_BUTTONS'] === '1'" class="btn btn-purple" :href="window['TT_CONFIG']['PREORDER_DISCOUNT_IMPORT_URL']">
<i class="fas fa-tags fa-fw"></i> Gutscheincodes importieren</a>