Revision 930
Added by doc almost 17 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
| 14 | 14 |
15-Feb-2009 Christian Sommer |
| 15 |
+ redirect time for function print_success can now be defined in Settings (ticket #603) |
|
| 15 |
# special chars like are shown when editing Add-on CSS files (ticket #678) |
|
| 16 |
! redirect time for function print_success can now be defined in Settings (ticket #603) |
|
| 16 | 17 |
- removed reload admin tool |
| 17 | 18 |
+ added possibility to reload Add-ons via the Add-on section |
| 18 | 19 |
14-Feb-2009 Christian Sommer |
| trunk/wb/modules/edit_module_files.php | ||
|---|---|---|
| 130 | 130 |
<input type="hidden" name="mod_dir" value="<?php echo $mod_dir; ?>"> |
| 131 | 131 |
<input type="hidden" name="edit_file" value="<?php echo $css_file; ?>" /> |
| 132 | 132 |
<input type="hidden" name="action" value="save"> |
| 133 |
|
|
| 134 |
<textarea id="code_area" name="css_data" cols="115" rows="25" wrap="VIRTUAL" style="margin:2px;"><?php echo $css_content; ?>
|
|
| 133 |
<textarea id="code_area" name="css_data" cols="115" rows="25" wrap="VIRTUAL" style="margin:2px;"><?php |
|
| 134 |
echo htmlspecialchars($css_content); ?>
|
|
| 135 | 135 |
</textarea> |
| 136 | 136 |
|
| 137 | 137 |
<table cellpadding="0" cellspacing="0" border="0" width="100%"> |
Also available in: Unified diff
special chars like are shown when editing Add-on CSS files (ticket #678)