View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001712 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2010-03-20 10:39 | 2010-04-08 16:38 |
| Reporter | avenger | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 4.2.0 revision 23610 | ||||
| Summary | 0001712: Template override for "admin" templates | ||||
| Description | Allow template overriding also for admin templates. | ||||
| Additional Information | Implementation: In "oxconfig.php" replace // Check for custom template $sCustomTheme = $this->getConfigParam( 'sCustomTheme' ); if( !$blAdmin && $sCustomTheme && $sCustomTheme != $sTheme) { $sReturn = $this->getDir($sFile, $sDir, $blAdmin, $iLang, $iShopl, $sCustomTheme, $blAbsolute, $blReturnArray); } with // Check for custom template //Avenger $sCustomTheme='sCustomTheme'; if ( $blAdmin ) { $sCustomTheme .= 'Admin'; } $sCustomTheme = $this->getConfigParam( $sCustomTheme ); if( $sCustomTheme && $sCustomTheme != $sTheme) { $sReturn = $this->getDir($sFile, $sDir, false, $iLang, $iShopl, $sCustomTheme, $blAbsolute, $blReturnArray); } //Avenger And add $this->sCustomThemeAdmin = 'admin_powertemplate'; to "config.inc.php" | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
|
|
Reminder sent to: avenger Hi, This feature request is already registered on feature requests system on oxid.uservoice.com: http://oxid.uservoice.com/forums/31940-feature-requests/suggestions/373276 and http://oxid.uservoice.com/forums/31940-feature-requests/suggestions/418834 You can register there all requests for new features or system improvements. Thank you for your idea. Best regards, Birute M. |
|
|
Closed as this is a feature request |