summaryrefslogtreecommitdiff
path: root/views/partials/eventGroupForm.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/eventGroupForm.handlebars')
-rw-r--r--views/partials/eventGroupForm.handlebars34
1 files changed, 17 insertions, 17 deletions
diff --git a/views/partials/eventGroupForm.handlebars b/views/partials/eventGroupForm.handlebars
index 0f30790..5cc8b40 100644
--- a/views/partials/eventGroupForm.handlebars
+++ b/views/partials/eventGroupForm.handlebars
@@ -1,44 +1,44 @@
<input type="hidden" name="magicLinkToken" value="{{magicLinkToken}}" x-ref="magicLinkToken">
<div class="form-group">
- <label for="eventGroupName">{{t "group.p.eventgroupname" }}</label>
- <input type="text" class="form-control" id="eventGroupName" name="eventGroupName" placeholder="{{t "snappy" }}" x-model="data.eventGroupName">
+ <label for="eventGroupName">{{t "common.eventgroupname" }}</label>
+ <input type="text" class="form-control" id="eventGroupName" name="eventGroupName" placeholder="{{t "views.partials.snappy" }}" x-model="data.eventGroupName">
</div>
<div class="form-group">
- <label for="eventGroupDescription">{{t "group.p.eventgroupdescription" }}</label>
+ <label for="eventGroupDescription">{{t "views.partials.eventgroupform.eventgroupddesc" }}</label>
<textarea class="form-control" id="eventGroupDescription" name="eventGroupDescription" x-model="data.eventGroupDescription">{{eventGroupData.description}}</textarea>
- <small class="form-text">{{{t "mdsupport" }}}</small>
+ <small class="form-text">{{{t "views.partials.mdsupport" }}}</small>
</div>
<div class="form-group">
- <label for="eventGroupURL">{{t "group.p.eventgroupurl" }}</label>
+ <label for="eventGroupURL">{{t "views.partials.eventgroupform.eventgroupurl" }}</label>
<input type="url" class="form-control" id="eventGroupURL" name="eventGroupURL" placeholder="https://example.com" x-model="data.eventGroupURL">
- <small class="form-text">{{t "group.p.eventgroupurldesc" }}</small>
+ <small class="form-text">{{t "views.partials.eventgroupform.eventgroupurldesc" }}</small>
</div>
<div class="form-group">
- <label for="hostName">{{t "group.p.hostname" }}</label>
- <input type="text" class="form-control" id="eventGroupHostName" name="hostName" placeholder="{{t "group.p.isshowgroup" }}" x-model="data.hostName">
+ <label for="hostName">{{t "views.partials.eventgroupform.hostname" }}</label>
+ <input type="text" class="form-control" id="eventGroupHostName" name="hostName" placeholder="{{t "views.partials.eventgroupform.isshowningroup" }}" x-model="data.hostName">
</div>
<div class="form-group">
- <label for="creatorEmail">{{t "group.p.creatoremail" }}</label>
+ <label for="creatorEmail">{{t "views.partials.eventgroupform.creatoremail" }}</label>
<div class="form-group">
- <input type="email" class="form-control" id="eventGroupCreatorEmail" name="creatorEmail" placeholder="{{t "wontshow" }}" x-model.fill="data.creatorEmail" {{#if creatorEmail}}value="{{creatorEmail}}" readonly{{/if}}>
- <small class="form-text">{{t "creatoremaildesc" }}</small>
+ <input type="email" class="form-control" id="eventGroupCreatorEmail" name="creatorEmail" placeholder="{{t "views.partials.wontshow" }}" x-model.fill="data.creatorEmail" {{#if creatorEmail}}value="{{creatorEmail}}" readonly{{/if}}>
+ <small class="form-text">{{t "views.partials.creatoremaildesc" }}</small>
</div>
</div>
<div class="form-group">
- <label>{{t "coverimg" }}</label>
+ <label>{{t "common.coverimg" }}</label>
<div class="image-preview" id="group-image-preview">
- <label for="eventGroupImageUpload" id="group-image-label">{{t "choosefile" }}</label>
+ <label for="eventGroupImageUpload" id="group-image-label">{{t "views.partials.choosefile" }}</label>
<input type="file" name="imageUpload" id="group-image-upload" accept="image/jpeg,image/gif,image/png" x-ref="eventGroupImageUpload"/>
</div>
- <small class="form-text">{{t "recommendeddimensions" }}</small>
+ <small class="form-text">{{t "views.partials.recommendeddimensions" }}</small>
</div>
{{#if showPublicEventList}}
<div class="form-group">
- <label>{{{t "group.options" }}}</label>
+ <label>{{{t "views.partials.eventgroup.options" }}}</label>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="publicGroupCheckbox" name="publicCheckbox" x-model="data.publicCheckbox">
<label class="form-check-label" for="publicGroupCheckbox">
- {{t "group.p.publicgroup" }}
+ {{t "views.partials.eventgroupform.publicgroup" }}
</label>
</div>
</div>
@@ -50,7 +50,7 @@
role="alert"
x-show="errors.length > 0"
>
- <p><i class="fas fa-exclamation-triangle"></i> {{t "fixerrors" }}</p>
+ <p><i class="fas fa-exclamation-triangle"></i> {{t "views.partials.fixerrors" }}</p>
<ul>
<template x-for="error in errors">
<li x-html="error.message"></li>