1
0

Merge branch 'master' of github.com:agourd/dev-fsociety

This commit is contained in:
HorlogeSkynet 2015-12-03 23:26:23 +01:00
commit 0d9a6bb634
2 changed files with 2 additions and 2 deletions
src/Template/Crisis

@ -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']);