@@ -65,8 +65,13 @@
|
||||
<div class="row mt-3">
|
||||
|
||||
<div class="col">
|
||||
<label for="discordrole">{{__('Discord Role ID(s) (optional)')}}</label>
|
||||
<input rel="txtTooltip" title="{{__("Enter one or more comma-separated role IDs to be given to successful candidates")}}" data-toggle="tooltip" data-placement="bottom" type="text" id="discordrole" name="discordRole" class="form-control">
|
||||
<label for="pgroup">{{__('Permission group')}}</label>
|
||||
<input rel="txtTooltip" title="{{__("The permission group from your server/network's permissions manager. Compatible with Luckperms and PEX (This feature is deprecated and will be removed on a future version).")}}" data-toggle="tooltip" data-placement="bottom" type="text" id="pgroup" name="permissionGroup" class="form-control">
|
||||
</div>
|
||||
|
||||
<div class="col">
|
||||
<label for="discordrole">{{__('Discord Role ID')}} (*)</label>
|
||||
<input rel="txtTooltip" title="{{__("Discord Desktop: Go to your Account Settings > Appearance -> Advanced and toggle Developer Mode. On your server's roles tab, right click any role to copy it's ID.")}}" data-toggle="tooltip" data-placement="bottom" type="text" id="discordrole" name="discordRole" class="form-control">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -88,17 +93,7 @@
|
||||
<label for="vacancyCount">{{__('Free slots')}}</label>
|
||||
<input rel="txtTooltip" title="{{__('The number of free slots decreases each time an applicant is approved for this vacancy.')}}" data-toggle="tooltip" data-placement="bottom" type="text" id="vacancyCount" name="vacancyCount" class="form-control">
|
||||
|
||||
<label for="requiredAge">{{__('Minimum age')}}</label>
|
||||
<input rel="txtTooltip" title="{{__('How old must users be to apply for this vacancy?')}}" data-toggle="tooltip" data-placement="bottom" type="number" min="13" max="100" id="requiredAge" name="requiredAge" class="form-control">
|
||||
|
||||
|
||||
<div class="form-check mt-4">
|
||||
<input type="hidden" value="off" name="requireDiscordAccount">
|
||||
<input class="form-check-input" type="checkbox" id="requireDiscordAccount" name="requireDiscordAccount">
|
||||
<label class="text-bold form-check-label" for="requireDiscordAccount">
|
||||
{{ __('Require a Discord account for users to apply') }}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
Reference in New Issue
Block a user