Fix apv2, WIP
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
<div class="grid grid-2col">
|
||||
{{!-- Group Identity --}}
|
||||
|
||||
<div>
|
||||
<h4>{{ localize 'IDENTITY.profile' }}</h4>
|
||||
<div class="flexrow flex-group-center">
|
||||
<input type="text" name="system.identity.profile" value="{{system.identity.profile}}"
|
||||
placeholder="Profil du groupe..." style="flex: 1;" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4>{{ localize 'IDENTITY.origin' }}</h4>
|
||||
@@ -25,24 +17,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4>{{ localize 'VERMINE.level' }}</h4>
|
||||
<div class="flexrow flex-group-center">
|
||||
<input type="number" name="system.level.value" value="{{system.level.value}}"
|
||||
data-dtype="Number" min="{{system.level.min}}" max="{{system.level.max}}" />
|
||||
<span>/ {{system.level.max}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4>{{ localize 'VERMINE.reputation' }}</h4>
|
||||
<div class="flexrow flex-group-center">
|
||||
<input type="number" name="system.reputation.value" value="{{system.reputation.value}}"
|
||||
data-dtype="Number" min="{{system.reputation.min}}" max="{{system.reputation.max}}" />
|
||||
<span>/ {{system.reputation.max}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{!-- Group Notes --}}
|
||||
<div class="grid-span-2">
|
||||
<h4>{{ localize 'IDENTITY.notes' }}</h4>
|
||||
|
||||
Reference in New Issue
Block a user