|
@@ -27,13 +27,13 @@
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('Firstname')}:</label>
|
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
- <input id="c-firstname" class="form-control" name="row[firstname]" type="text" value="{$row.firstname|htmlentities}">
|
|
|
+ <input id="c-firstname" data-rule="required" class="form-control" name="row[firstname]" type="text" value="{$row.firstname|htmlentities}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('Lastname')}:</label>
|
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
- <input id="c-lastname" class="form-control" name="row[lastname]" type="text" value="{$row.lastname|htmlentities}">
|
|
|
+ <input id="c-lastname" data-rule="required" class="form-control" name="row[lastname]" type="text" value="{$row.lastname|htmlentities}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
@@ -161,7 +161,7 @@
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('Whatsapp')}:</label>
|
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
- <input id="c-whatsapp" class="form-control" name="row[whatsapp]" type="text" value="{$row.whatsapp|htmlentities}">
|
|
|
+ <input id="c-whatsapp" data-rule="required" class="form-control" name="row[whatsapp]" type="text" value="{$row.whatsapp|htmlentities}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|