Remove old skins from menu

environments/ppa-mbqj77/deployments/1
Xavier Guimard 8 years ago
parent b9d3048600
commit b1ce342b2d
  1. 12
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
  2. 3
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
  3. 2
      lemonldap-ng-manager/site/htdocs/static/struct.json

@ -1971,18 +1971,6 @@ qr/^(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][-a-zA-Z0-
{ {
'k' => 'bootstrap', 'k' => 'bootstrap',
'v' => 'Bootstrap' 'v' => 'Bootstrap'
},
{
'k' => 'pastel',
'v' => 'Pastel'
},
{
'k' => 'impact',
'v' => 'Impact'
},
{
'k' => 'dark',
'v' => 'Dark'
} }
], ],
'type' => 'portalskin' 'type' => 'portalskin'

@ -381,9 +381,6 @@ sub attributes {
documentation => 'Name of portal skin', documentation => 'Name of portal skin',
select => [ select => [
{ k => 'bootstrap', v => 'Bootstrap' }, { k => 'bootstrap', v => 'Bootstrap' },
{ k => 'pastel', v => 'Pastel' },
{ k => 'impact', v => 'Impact' },
{ k => 'dark', v => 'Dark' },
], ],
}, },
portalSkinBackground => { portalSkinBackground => {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save