NAVIGATION
This shows you the differences between two versions of the page.
|
english:modules:be_user_group:enhancement [2009/04/25 08:06] 127.0.0.1 external edit |
english:modules:be_user_group:enhancement [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{indexmenu_n>10}} | {{indexmenu_n>10}} | ||
| - | ====== Enhancement ====== | + | ====== Enhancement V2.0 ====== |
| - | This extension represents a module group administration for the backend. Different functional areas for simple user can be hided. | + | This extension represents a module group administration for the backend. Different functional areas for simple user can be hidden. |
| Forum: [[http://forum.phpwcms.org/viewtopic.php?f=2&t=18437&hilit=gruppen]] [DE] | Forum: [[http://forum.phpwcms.org/viewtopic.php?f=2&t=18437&hilit=gruppen]] [DE] | ||
| Line 15: | Line 15: | ||
| ===== Changelog KH ===== | ===== Changelog KH ===== | ||
| + | |||
| + | FIXME Translate | ||
| + | |||
| - Knut Heermann (flip-flop) | - Knut Heermann (flip-flop) | ||
| Line 20: | Line 23: | ||
| ---- | ---- | ||
| == 08.03.09 Fontgroesze geaendert == | == 08.03.09 Fontgroesze geaendert == | ||
| - | + | ||
| **File: admin.groups.tmpl.php** | **File: admin.groups.tmpl.php** | ||
| Line 47: | Line 50: | ||
| == Module ausblenden: == | == Module ausblenden: == | ||
| - | // Zusammensetzung des Bezeichners: 'be_modules_'$value["name"] | + | * Zusammensetzung des Bezeichners: 'be_modules_'$value["name"] |
| - | // $value["name"] ist der Linkname des Moduls ´bsp. bei Glossar = glossary | + | * $value["name"] ist der Linkname des Moduls ´bsp. bei Glossar = glossary |
| - | // ($value["name"] => Mit der Maus über Modul hovern => Statuszeile) | + | * ($value["name"] => Mit der Maus über Modul hovern => Statuszeile) |
| <code> | <code> | ||
| - Mod. Bannerwerbung (alias: ads) -> array(0, $BL['be_modules_ads']) | - Mod. Bannerwerbung (alias: ads) -> array(0, $BL['be_modules_ads']) | ||
| - | - Mod. Kalender/Events (alias: claendar) -> array(0, $BL['be_modules_calendar']) | + | - Mod. Kalender/Events (alias: calendar) -> array(0, $BL['be_modules_calendar']) |
| - Mod. Glossar (alias: glossary) -> array(0, $BL['be_modules_glossary']) | - Mod. Glossar (alias: glossary) -> array(0, $BL['be_modules_glossary']) | ||
| - Mod. Shop/Produkte (alias: shop) -> array(0, $BL['be_modules_shop']) | - Mod. Shop/Produkte (alias: shop) -> array(0, $BL['be_modules_shop']) | ||