正在显示
1 个修改的文件
包含
6 行增加
和
0 行删除
@@ -27,6 +27,12 @@ | @@ -27,6 +27,12 @@ | ||
27 | 27 | ||
28 | 28 | ||
29 | <div class="form-group"> | 29 | <div class="form-group"> |
30 | + <label class="control-label col-xs-12 col-sm-2">{:__('Reservation_time')}:</label> | ||
31 | + <div class="col-xs-12 col-sm-8"> | ||
32 | + <input id="c-reservation_time" class="form-control datetimepicker" data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true" name="row[reservation_time]" type="text" value="{:date('Y-m-d H:i:s')}"> | ||
33 | + </div> | ||
34 | + </div> | ||
35 | + <div class="form-group"> | ||
30 | <label class="control-label col-xs-12 col-sm-2">{:__('Create_time')}:</label> | 36 | <label class="control-label col-xs-12 col-sm-2">{:__('Create_time')}:</label> |
31 | <div class="col-xs-12 col-sm-8"> | 37 | <div class="col-xs-12 col-sm-8"> |
32 | <input id="c-create_time" class="form-control datetimepicker" data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true" name="row[create_time]" type="text" value="{:date('Y-m-d H:i:s')}"> | 38 | <input id="c-create_time" class="form-control datetimepicker" data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true" name="row[create_time]" type="text" value="{:date('Y-m-d H:i:s')}"> |
-
请 注册 或 登录 后发表评论