* adjust the create form's style.
* adjust row height of table. * adjust fieldset's style.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<script language='Javascript'>
|
||||
userList = "<?php echo join(',', array_keys($users));?>".split(',');
|
||||
</script>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin' id='createform'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->bug->create;?></caption>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user