Merge branch 'master' of github.com:agourd/dev-fsociety
This commit is contained in:
commit
0d9a6bb634
@ -15,7 +15,7 @@
|
||||
echo $this->Form->input('severity', ['label' => 'Gravité']);
|
||||
echo $this->Form->input('longitude', ['label' => 'Longitude', 'minLongi' => -180.0000, 'maxLongi' => 180.0000]);
|
||||
echo $this->Form->input('latitude', ['label' => 'Latitude', 'minLati' => -90.0000, 'maxLati' => 90.0000]);
|
||||
echo $this->Form->input('state', ['label' => 'Etat']);
|
||||
echo $this->Form->input('state', ['label' => 'Pays']);
|
||||
echo $this->Form->input('address', ['label' => 'Adresse']);
|
||||
echo $this->Form->input('type', ['label' => 'Type']);
|
||||
echo $this->Form->input('hashtags', ['label' => 'Hashtags']);
|
||||
|
@ -21,7 +21,7 @@
|
||||
echo $this->Form->input('severity', ['label' => 'Gravité']);
|
||||
echo $this->Form->input('longitude', ['label' => 'Longitude', 'minLongi' => -180.0000, 'maxLongi' => 180.0000]);
|
||||
echo $this->Form->input('latitude', ['label' => 'Latitude', 'minLati' => -90.0000, 'maxLati' => 90.0000]);
|
||||
echo $this->Form->input('state', ['label' => 'Etat']);
|
||||
echo $this->Form->input('state', ['label' => 'Pays']);
|
||||
echo $this->Form->input('address', ['label' => 'Adresse']);
|
||||
echo $this->Form->input('type', ['label' => 'Type']);
|
||||
echo $this->Form->input('hashtags', ['label' => 'Hashtags']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user