Skip to content

Commit

Permalink
Update user_list.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Sep 29, 2024
1 parent 17e2f8c commit 40849f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/web/admin/user_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<form action=user_list.php class="form-search form-inline">
<input type="text" name="keyword" value="<?php echo htmlentities($gkeyword,ENT_QUOTES) ?>" class="form-control search-query" placeholder="<?php echo $MSG_USER_ID.', '.$MSG_NICK.', '.$MSG_SCHOOL?>">
<button type="submit" class="form-control"><?php echo $MSG_SEARCH?></button>
<a href="user_list.php?trash"><i class='icon large trash color grey' ></i></a>
</form>
<a href="user_list.php?trash">垃圾箱</a>
</center>

<center>
Expand Down

0 comments on commit 40849f9

Please sign in to comment.