Admin.php: better information.

Hui-IndentCode
Lan Hui 2021-07-24 10:41:43 +08:00
parent 72dda73043
commit 9e267b7bf0
1 changed files with 2 additions and 2 deletions

View File

@ -146,12 +146,12 @@ if(isset($_SESSION['info_Admin_Users'])) {
<!-- code contributed by Xu Xiaopeng (https://github.com/xxp1999) --> <!-- code contributed by Xu Xiaopeng (https://github.com/xxp1999) -->
<div id="menu2" class="container tab-pane fade" style="margin-top:10px" > <div id="menu2" class="container tab-pane fade" style="margin-top:10px" >
<b>Please separate student numbers with spaces.</b><br> <b>Separate two student numbers with a space.</b><br>
<form action="batch_insert.php" method="post"> <form action="batch_insert.php" method="post">
<p> <p>
<textarea cols="80" rows="16" name="users" required=""></textarea> <textarea cols="80" rows="16" name="users" required=""></textarea>
</p> </p>
<input type="submit" class="btn btn-primary" value="Create All"><br> <input type="submit" class="btn btn-primary" value="Register Students"><br>
</form> </form>
</div> </div>