1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-30 04:17:02 +00:00

fix: post_question button

This commit is contained in:
Baoshuo Ren 2022-10-06 10:07:55 +08:00
parent 3fb14ca50d
commit 236c338a68
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -75,12 +75,12 @@
<h3>提问</h3>
<?php if ($my_questions_pag != null): ?>
<div>
<?php if ($post_question): ?>
<div class="float-right">
<div class="d-flex justify-content-between align-items-center mb-2">
<h4 class="mb-0">我的提问</h4>
<?php if ($post_question): ?>
<button id="button-display-post-question" type="button" class="btn btn-primary btn-xs">提问题</button>
</div>
<?php endif ?>
<h4>我的提问</h4>
<?php endif ?>
</div>
<?php if ($post_question): ?>
<div id="div-form-post-question" style="display:none" class="bot-buffer-md">
<?php $post_question->printHTML() ?>