Skip to content
Snippets Groups Projects
Commit dce1b3cb authored by Satish's avatar Satish
Browse files

Added footer for login page

parent 964d9eea
No related branches found
No related tags found
1 merge request!206Added footer for login page
......@@ -15,7 +15,7 @@
background-position: center;
background-size: cover;
width: 100%;
height: 100%;
height: 96%;
background-repeat: no-repeat;
}
hr {
......@@ -120,7 +120,6 @@
}
.app-footer p {
margin-top: 0px;
padding-bottom: 0px !important;
}
.footer {
background-color: #fbfbfb;
......@@ -392,4 +391,5 @@
loginFormDiv.find('#username').focus();
});
</script>
</div>
{/strip}
\ No newline at end of file
{*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.1
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************}
</div>
</body>
</html>
......@@ -85,7 +85,7 @@ class Users_Login_View extends Vtiger_View_Controller {
function postProcess(Vtiger_Request $request) {
$moduleName = $request->getModule();
$viewer = $this->getViewer($request);
$viewer->view('LoginFooter.tpl', $moduleName);
$viewer->view('Footer.tpl', $moduleName);
}
function getPageTitle(Vtiger_Request $request) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment