Home Artica & System Front-end Administration How to skin definitively the interface

How to skin definitively the interface

Print PDF

I you want to skin the Artica interface and prevent erase templates by the Artica update process do the folowing:

for example your template  will be called "mytemplate"

  •  Create a directory in 
/usr/share/artica-postfix/ressources/templates/mytemplate
  • Copy the content of the default template
cp -rfv /usr/share/artica-postfix/ressources/templates/default/*  /usr/share/artica-postfix/ressources/templates/mytemplate
type echo "mytemplate" >/etc/artica-postfix/settings/Daemons/ArticaFixedTemplate 

Now your template is fixed and you can change it.

 

Change the picture on the logo page 

If you want to change the logo in the logon page : 

Create a file 

/etc/artica-postfix/settings/Daemons/ArticaLogonImage

put it the path to the picture.

if your image is on /usr/share/artica-postfix/myimages/picture.png

add in the ArticaLogonImage file :

 myimages/picture.png

You can add the picture in your template directory by put the picture  in

/usr/share/artica-postfix/ressources/templates/mytemplate/picture.png

and add in ArticaLogonImage file:

  %TEMPLATE%picture.png
 

Remove SSH Control top menu

to remove this menu, type 

echo 1>/etc/artica-postfix/settings/Daemons/DisableSSHControl 

restart your login session.

 

 

 

Last Updated on Thursday, 16 April 2009 23:44