moved header settings to main fieldset
This commit is contained in:
parent
da2f2277fa
commit
24f90c01b6
|
@ -399,10 +399,11 @@ echo $_SESSION['header'];
|
||||||
<form action="pdfpage.php" method="post">
|
<form action="pdfpage.php" method="post">
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="100%" colspan="3" align="left">
|
<!-- print current structure -->
|
||||||
|
<td align="left" valign="top">
|
||||||
<fieldset class="<?php echo $_GET['type']; ?>edit">
|
<fieldset class="<?php echo $_GET['type']; ?>edit">
|
||||||
<legend>
|
<legend>
|
||||||
<b><?php echo _('Page settings'); if (isset($_GET['pdfname'])) echo " (" . $_GET['pdfname'] . ")"; ?></b>
|
<b><?php if (isset($_GET['pdfname'])) echo $_GET['pdfname']; ?></b>
|
||||||
</legend>
|
</legend>
|
||||||
<BR>
|
<BR>
|
||||||
<b><?php echo _('Headline'); ?>:</b>
|
<b><?php echo _('Headline'); ?>:</b>
|
||||||
|
@ -412,21 +413,7 @@ echo $_SESSION['header'];
|
||||||
<select name="logoFile" size="1">
|
<select name="logoFile" size="1">
|
||||||
<?php echo $logos; ?>
|
<?php echo $logos; ?>
|
||||||
</select>
|
</select>
|
||||||
</fieldset>
|
<BR><HR><BR>
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td colspan="3">
|
|
||||||
<br>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<!-- print current structure -->
|
|
||||||
<td align="left" valign="top">
|
|
||||||
<fieldset class="<?php echo $_GET['type']; ?>edit">
|
|
||||||
<legend>
|
|
||||||
<b><?php echo _("PDF structure"); ?></b>
|
|
||||||
</legend>
|
|
||||||
<table>
|
<table>
|
||||||
<?php
|
<?php
|
||||||
$sections = '<option value="0">' . _('Beginning') . "</option>\n";
|
$sections = '<option value="0">' . _('Beginning') . "</option>\n";
|
||||||
|
|
Loading…
Reference in New Issue