|
|
@@ -17,14 +17,14 @@
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">昵称:</label>
|
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
- <input id="c-nickname" class="form-control" data-rule="required" name="row[nickname]" type="text" value="{$row.nickname|htmlentities}" />
|
|
|
+ <input id="c-nickname" class="form-control" name="row[nickname]" type="text" value="{$row.nickname|htmlentities}" />
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">姓名:</label>
|
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
- <input id="c-name" class="form-control" data-rule="required" placeholder="请输入姓名" name="row[name]" type="text" value="{$row.name|htmlentities}" />
|
|
|
+ <input id="c-name" class="form-control" placeholder="请输入姓名" name="row[name]" type="text" value="{$row.name|htmlentities}" />
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
@@ -32,7 +32,7 @@
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">手机号:</label>
|
|
|
<div class="col-xs-8">
|
|
|
- <input id="c-phone" type="text" class="form-control" name="row[phone]" value="{$row.phone|htmlentities}" data-rule="required">
|
|
|
+ <input id="c-phone" type="text" class="form-control" name="row[phone]" value="{$row.phone|htmlentities}" >
|
|
|
</div>
|
|
|
</div>
|
|
|
|