Revision 785
Added by doc over 16 years ago
modify_settings.php | ||
---|---|---|
58 | 58 |
?> |
59 | 59 |
<h2><?php echo $MOD_NEWS['SETTINGS']; ?></h2> |
60 | 60 |
<?php |
61 |
// include the button to edit the optionla module CSS files
|
|
61 |
// include the button to edit the optional module CSS files
|
|
62 | 62 |
// Note: CSS styles for the button are defined in backend.css (div class="mod_moduledirectory_edit_css") |
63 |
css_edit(); |
|
63 |
// Place this call outside of any <form></form> construct!!! |
|
64 |
css_edit('news'); |
|
64 | 65 |
?> |
65 | 66 |
|
66 | 67 |
<form name="modify" action="<?php echo WB_URL; ?>/modules/news/save_settings.php" method="post" style="margin: 0;"> |
Also available in: Unified diff
added updated edit CSS functions to the News module