Design updates
This commit is contained in:
		@@ -1,5 +1,4 @@
 | 
			
		||||
<?php
 | 
			
		||||
echo '<div id="wpbody-content">';
 | 
			
		||||
echo '<h1>Kalender-Einstellungen</h1>';
 | 
			
		||||
if (isset($_POST['submit'])) {
 | 
			
		||||
    echo '<div id="bdp_success">Die Einstellungen wurden gespeichert.</div>';
 | 
			
		||||
@@ -22,7 +21,6 @@ if (null !== $categories) {
 | 
			
		||||
}
 | 
			
		||||
?>
 | 
			
		||||
<form method="post" action="admin.php?page=bdp-kompass%2Fmodules%2Findex.php&loadmodule=calendar">
 | 
			
		||||
    <div class="bdp_cal_outer">
 | 
			
		||||
        <fieldset class="bdp_cal_inner">
 | 
			
		||||
            <legend>Datenabfrage</legend>
 | 
			
		||||
 | 
			
		||||
@@ -84,8 +82,5 @@ if (null !== $categories) {
 | 
			
		||||
                    <td class="bdp_cal_event_grey"></td>
 | 
			
		||||
                </tr>
 | 
			
		||||
            </table>
 | 
			
		||||
        </fieldset>
 | 
			
		||||
    <input class="bdp_submit" type="submit" name="submit" value="Einstellungen speichern">
 | 
			
		||||
    <input class="button" type="submit" name="submit" value="Einstellungen speichern">
 | 
			
		||||
</form>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
		Reference in New Issue
	
	Block a user