Revision 790
Added by doc over 17 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
| 14 | 14 |
02-Apr-2008 Christian Sommer |
| 15 |
! some code clean-up in News module |
|
| 15 | 16 |
! fixed some layout issues with Form module (combination with Output-filter) |
| 16 | 17 |
! fixed layout issue with optional subject/body text of encrypted mailto links |
| 17 | 18 |
# fixed bug in the mailto Javascript encryption code of the Output-Filter module |
| trunk/wb/modules/news/edit_css.php | ||
|---|---|---|
| 40 | 40 |
} |
| 41 | 41 |
|
| 42 | 42 |
// set defaults if output varibles are not set in the languages files |
| 43 |
if(!isset($CAP_EDIT_CSS)) $CAP_EDIT_CSS = 'Edit CSS'; |
|
| 44 | 43 |
if(!isset($HEADING_CSS_FILE)) $HEADING_CSS_FILE = 'Actual module file: '; |
| 45 | 44 |
if(!isset($TXT_EDIT_CSS_FILE)) $TXT_EDIT_CSS_FILE = 'Edit the CSS definitions in the textarea below.'; |
| 46 | 45 |
|
| trunk/wb/modules/news/css.functions.php | ||
|---|---|---|
| 59 | 59 |
if($frontend_css || $backend_css) {
|
| 60 | 60 |
// default text used for the edit CSS routines if not defined in the modules language file |
| 61 | 61 |
if(!isset($CAP_EDIT_CSS)) $CAP_EDIT_CSS = 'Edit CSS'; |
| 62 |
if(!isset($HEADING_CSS_FILE)) $HEADING_CSS_FILE = 'Actual module file: '; |
|
| 63 |
if(!isset($TXT_EDIT_CSS_FILE)) $TXT_EDIT_CSS_FILE = 'Edit the CSS definitions in the textarea below.'; |
|
| 64 | 62 |
?> |
| 65 | 63 |
<form name="edit_module_file" action="<?php echo WB_URL .'/modules/' .$mod_dir . |
| 66 | 64 |
'/edit_css.php';?>" method="post" style="margin: 0; align:right;"> |
Also available in: Unified diff
Some code clean-up in News module