mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
신고 취소시 뜨는 창의 UI를 일부 고침.
This commit is contained in:
parent
a7af0f9eb8
commit
4cc522b5dd
1 changed files with 4 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
window.close();
|
window.close();
|
||||||
</script>
|
</script>
|
||||||
<section class="declare_document">
|
<section class="declare_document">
|
||||||
<h1>{$lang->improper_document_declare}</h1>
|
<h1>{$lang->improper_document_declare}<!--@if($type == 'cancel')-->{$lang->cancel}<!--@end--></h1>
|
||||||
<form action="./" method="post" id="fo_component" ruleset="insertDeclare">
|
<form action="./" method="post" id="fo_component" ruleset="insertDeclare">
|
||||||
<input type="hidden" name="module" value="document" />
|
<input type="hidden" name="module" value="document" />
|
||||||
<!--@if($type == 'cancel')-->
|
<!--@if($type == 'cancel')-->
|
||||||
|
|
@ -22,6 +22,7 @@
|
||||||
<p>{$target_document->getSummary(200)}</p>
|
<p>{$target_document->getSummary(200)}</p>
|
||||||
</section>
|
</section>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
<!--@if($type !== 'cancel')-->
|
||||||
<label class="x_control-label" for="message_option">{$lang->improper_document_declare_reason}</label>
|
<label class="x_control-label" for="message_option">{$lang->improper_document_declare_reason}</label>
|
||||||
<div class="x_controls">
|
<div class="x_controls">
|
||||||
<select name="message_option" id="message_option">
|
<select name="message_option" id="message_option">
|
||||||
|
|
@ -30,9 +31,10 @@
|
||||||
<textarea name="declare_message" id="declare_message"></textarea>
|
<textarea name="declare_message" id="declare_message"></textarea>
|
||||||
<p>{$lang->about_improper_document_declare}<p>
|
<p>{$lang->about_improper_document_declare}<p>
|
||||||
</div>
|
</div>
|
||||||
|
<!--@end-->
|
||||||
<div class="x_clearfix btnArea">
|
<div class="x_clearfix btnArea">
|
||||||
<div class="x_pull-right">
|
<div class="x_pull-right">
|
||||||
<button type="submit" class="x_btn x_btn-primary" />{$lang->cmd_submit}</button>
|
<button type="submit" class="x_btn x_btn-primary" /><!--@if($type == 'cancel')-->{$lang->cmd_cancel_declare}<!--@else-->{$lang->cmd_submit}<!--@end--></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue