layout fix
This commit is contained in:
parent
e2637e0995
commit
0068c4bd4a
|
@ -436,7 +436,7 @@ foreach($_SESSION['currentPDFStructure'] as $key => $entry) {
|
||||||
$nonTextSections .= '<option value="' . $key . '">' . $section_headline . "</option>\n";
|
$nonTextSections .= '<option value="' . $key . '">' . $section_headline . "</option>\n";
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" width="200">
|
<td nowrap colspan="2" width="400">
|
||||||
<?php
|
<?php
|
||||||
// Section headline is a value entry
|
// Section headline is a value entry
|
||||||
if(preg_match("/^_[a-zA-Z_]+/",$name)) {
|
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";
|
$sections .= '<option value="' . ($key + 1) . '">' . _('Static text') . "</option>\n";
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" width="200">
|
<td nowrap colspan="2" width="400">
|
||||||
<b><?php echo _('Static text');?></b>
|
<b><?php echo _('Static text');?></b>
|
||||||
</td>
|
</td>
|
||||||
<td width="20">
|
<td width="20">
|
||||||
|
|
Loading…
Reference in New Issue