mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Refactor - Change height to CM
This commit is contained in:
@@ -10,8 +10,8 @@ Config.UseDeferrals = false -- EXPERIMENTAL Character Registration Method.
|
||||
|
||||
-- These values are for the second input validation in server/main.lua
|
||||
Config.MaxNameLength = 20
|
||||
Config.MinHeight = 45
|
||||
Config.MaxHeight = 96
|
||||
Config.MinHeight = 120
|
||||
Config.MaxHeight = 220
|
||||
Config.LowestYear = 1900
|
||||
Config.HighestYear = 2021
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<div style="color: rgb(46, 187, 205);font-size: 12px; font-family: 'Gill Sans', sans-serif", sans-serif;>Date of Birth (MM/DD/YYYY)</div>
|
||||
<input id="dateofbirth" type="text" name="dateofbirth" class="" placeholder="Date of Birth (MM/DD/YYYY)" dateformat="M d y" min="01/01/1900" max="12/31/2020" onfocus="(this.type='date')"><br>
|
||||
<div style="color: rgb(46, 187, 205);font-size: 12px; font-family: 'Gill Sans', sans-serif", sans-serif;>Height</div>
|
||||
<input id="height" type="number" class="" name="height" min="48" max="96" placeholder="Height" onKeyDown="if(this.value.length==2 && event.keyCode!=8)"><br>
|
||||
<input id="height" type="number" class="" name="height" min="120" max="220" placeholder="Height (cm)" onKeyDown="if(this.value.length==2 && event.keyCode!=8)"><br>
|
||||
<center>
|
||||
<div class="radio-toolbar">
|
||||
<input type="radio" id="radiom" name="sex" value="m" checked>
|
||||
|
||||
Reference in New Issue
Block a user