add public design files
This commit is contained in:
25
design/atomic/html/feedback/reply.tpl
Normal file
25
design/atomic/html/feedback/reply.tpl
Normal file
@@ -0,0 +1,25 @@
|
||||
<h2>Ответ на отзыв</h2>
|
||||
<i>{$feed_row->name}</i><br>{$feed_row->text}
|
||||
<form id="f_form2" style="margin-top: 20px;">
|
||||
|
||||
<div class="form-group">
|
||||
<label>Комментарий*</label>
|
||||
<textarea class="form-control" name="text"></textarea>
|
||||
</div>
|
||||
|
||||
<div class="well">
|
||||
<div id="f_images2"></div>
|
||||
<div class="clearfix"></div>
|
||||
<span class="btn btn-success fileinput-btn" ><i class="fa fa-plus"> Добавить фото</i>
|
||||
<input type="file" multiple name="img"></span>
|
||||
</div>
|
||||
|
||||
<div class="alert alert-danger f-error" id="f_text_error2" style="display: none;">введите текст комментария</div>
|
||||
|
||||
<button type="submit" class="btn btn-default" id="f_submit_btn2"><i class="fa fa-check"></i> Отправить</button>
|
||||
<p class="help-block">*Обязательное поле</p>
|
||||
<input type="hidden" name="parent_id" value="{$feed_row->id}">
|
||||
<input type="hidden" name="name" value="Ответ">
|
||||
<input type="hidden" name="email" value="">
|
||||
<input type="hidden" name="url" value="save_reply">
|
||||
</form>
|
||||
Reference in New Issue
Block a user