forked from science-ation/science-ation
fix alignment of the top table
This commit is contained in:
parent
9e3473dd33
commit
d871810065
@ -309,10 +309,10 @@ $(document).ready(function() {
|
||||
|
||||
|
||||
<br />
|
||||
<table>
|
||||
<table style="width: 500px;">
|
||||
<tr><td>
|
||||
<?=i18n("Choose Status")?>:
|
||||
<form name="statuschangerform" method="get" action="registration_list.php">
|
||||
<?=i18n("Choose Status")?>:
|
||||
<select name="showstatus" onchange="document.forms.statuschangerform.submit()">
|
||||
|
||||
<?
|
||||
|
Loading…
Reference in New Issue
Block a user