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 />
|
<br />
|
||||||
<table>
|
<table style="width: 500px;">
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<?=i18n("Choose Status")?>:
|
|
||||||
<form name="statuschangerform" method="get" action="registration_list.php">
|
<form name="statuschangerform" method="get" action="registration_list.php">
|
||||||
|
<?=i18n("Choose Status")?>:
|
||||||
<select name="showstatus" onchange="document.forms.statuschangerform.submit()">
|
<select name="showstatus" onchange="document.forms.statuschangerform.submit()">
|
||||||
|
|
||||||
<?
|
<?
|
||||||
|
Loading…
Reference in New Issue
Block a user