layout fix

This commit is contained in:
Roland Gruber 2008-04-15 14:35:43 +00:00
parent e2637e0995
commit 0068c4bd4a
1 changed files with 2 additions and 2 deletions

View File

@ -436,7 +436,7 @@ foreach($_SESSION['currentPDFStructure'] as $key => $entry) {
$nonTextSections .= '<option value="' . $key . '">' . $section_headline . "</option>\n";
?>
<tr>
<td colspan="2" width="200">
<td nowrap colspan="2" width="400">
<?php
// Section headline is a value entry
if(preg_match("/^_[a-zA-Z_]+/",$name)) {
@ -493,7 +493,7 @@ foreach($_SESSION['currentPDFStructure'] as $key => $entry) {
$sections .= '<option value="' . ($key + 1) . '">' . _('Static text') . "</option>\n";
?>
<tr>
<td colspan="2" width="200">
<td nowrap colspan="2" width="400">
<b><?php echo _('Static text');?></b>
</td>
<td width="20">