Tellura Knowledgebase
Search:     Advanced search
Browse by category:
Glossary | Contact Us

How to put a logo into the login screen in activeCollab

Add comment
Views: 1687
Votes: 0
Comments: 0
Posted: 14 Aug, 2007
by: Admin A.
Updated: 14 Aug, 2007
by: Admin A.
Applies to version 0.7.1

The login screen is set up in the file application/layouts/dialog.php

I changed this file from this:

  </head>
  <body>
    <div id="dialog">

to this:

  </head>
  <body class="bluebg">
    <div><img src="http://www.tellura.co.uk/images/tellura_logo_900x100.jpg" alt="Tellura logo" /></div>
    <div id="dialog">

I also added this style to /public/assets/themes/default/stylesheets/dialog.css:

.bluebg {
    background-color: #E3E9F0;
}

The login screen is constructed in this file: /views/access/login.php

and language-variant text is set here: /language/en-us/actions.php. In this file I set the text for the login button as follows:

'login' => 'Workspace login',




RSS