Author: matevz
Date: Wed Mar  6 12:56:09 2013
New Revision: 1453318

URL: http://svn.apache.org/r1453318
Log:
#430 - Multiproduct UI: Administration pages (product selection dropdown not 
visible in 'Accounts' pages)

Modified:
    
incubator/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/theme.py

Modified: 
incubator/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/theme.py
URL: 
http://svn.apache.org/viewvc/incubator/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/theme.py?rev=1453318&r1=1453317&r2=1453318&view=diff
==============================================================================
--- 
incubator/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/theme.py
 (original)
+++ 
incubator/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/theme.py
 Wed Mar  6 12:56:09 2013
@@ -80,6 +80,10 @@ class BloodhoundTheme(ThemeBase):
         'admin_repositories.html' : ('bh_admin_repositories.html', 
'_modify_admin_breadcrumb'),
         'admin_versions.html' : ('bh_admin_versions.html', 
'_modify_admin_breadcrumb'),
         'admin_products.html' : ('bh_admin_products.html', 
'_modify_admin_breadcrumb'),
+        # no template substitutions below - use the default template,
+        # but call the modifier nonetheless
+        'admin_accountsconfig.html' : ('admin_accountsconfig.html', 
'_modify_admin_breadcrumb'),
+        'admin_users.html' : ('admin_users.html', '_modify_admin_breadcrumb'),
 
         # Preferences
         'prefs_advanced.html' : ('bh_prefs_advanced.html', None),


Reply via email to