Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Show more breadcrumbs
Madhuk
vtigercrm
Commits
dce1b3cb
Commit
dce1b3cb
authored
7 years ago
by
Satish
Browse files
Options
Downloads
Patches
Plain Diff
Added footer for login page
parent
964d9eea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
layouts/v7/modules/Users/Login.tpl
+2
-2
2 additions, 2 deletions
layouts/v7/modules/Users/Login.tpl
layouts/v7/modules/Users/LoginFooter.tpl
+0
-11
0 additions, 11 deletions
layouts/v7/modules/Users/LoginFooter.tpl
modules/Users/views/Login.php
+1
-1
1 addition, 1 deletion
modules/Users/views/Login.php
with
3 additions
and
14 deletions
layouts/v7/modules/Users/Login.tpl
+
2
−
2
View file @
dce1b3cb
...
...
@@ -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
This diff is collapsed.
Click to expand it.
layouts/v7/modules/Users/LoginFooter.tpl
deleted
100644 → 0
+
0
−
11
View file @
964d9eea
{*+**********************************************************************************
* 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>
This diff is collapsed.
Click to expand it.
modules/Users/views/Login.php
+
1
−
1
View file @
dce1b3cb
...
...
@@ -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
(
'
Login
Footer.tpl'
,
$moduleName
);
$viewer
->
view
(
'Footer.tpl'
,
$moduleName
);
}
function
getPageTitle
(
Vtiger_Request
$request
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment