Revision 382
Added by Matthias almost 19 years ago
| add.php | ||
|---|---|---|
| 29 | 29 |
*/ |
| 30 | 30 |
|
| 31 | 31 |
// Insert an extra rows into the database |
| 32 |
$header = '<table cellpadding=\"2\" cellspacing=\"0\" border=\"0\" width=\"100%\">';
|
|
| 32 |
$header = '<table cellpadding=\"2\" cellspacing=\"0\" border=\"0\" width=\"98%\">';
|
|
| 33 | 33 |
$field_loop = '<tr><td class=\"field_title\">{TITLE}{REQUIRED}:</td><td>{FIELD}</td></tr>';
|
| 34 | 34 |
$footer = '<tr><td> </td> |
| 35 | 35 |
<td> |
Also available in: Unified diff
Fixed table width 100% are wrong displayed in container templates when IE is used (#350)