Compare commits
3 Commits
pkg/stable
...
dist/eole/
Author | SHA1 | Date | |
---|---|---|---|
0708b98110 | |||
199abcb900 | |||
78831a1bec |
8
debian/eole-lemonldap-themes.postinst
vendored
8
debian/eole-lemonldap-themes.postinst
vendored
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Création du lien de template transnum
|
||||
if [ ! -L "/usr/share/lemonldap-ng/portal/templates/transnum" ]
|
||||
then
|
||||
ln -s /usr/share/lemonldap-ng/portal/templates/transnum /var/lib/lemonldap-ng/portal/skins/transnum
|
||||
fi
|
||||
#if [ ! -L "/usr/share/lemonldap-ng/portal/templates/transnum" ]
|
||||
#then
|
||||
# ln -s /usr/share/lemonldap-ng/portal/templates/transnum /var/lib/lemonldap-ng/portal/skins/transnum
|
||||
#fi
|
||||
|
@ -30,7 +30,9 @@ body{
|
||||
}
|
||||
|
||||
.alert {
|
||||
color:#ffffff;
|
||||
background-color: #96281b;
|
||||
border-color: #96281b;
|
||||
color:#fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user