Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
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
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
22bea1b6
Commit
22bea1b6
authored
14 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
New: Prepare for new features
parent
cc93d642
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/core/tpl/login.tpl.php
+4
-0
4 additions, 0 deletions
htdocs/core/tpl/login.tpl.php
with
4 additions
and
0 deletions
htdocs/core/tpl/login.tpl.php
+
4
−
0
View file @
22bea1b6
...
@@ -66,6 +66,10 @@ function donnefocus() {
...
@@ -66,6 +66,10 @@ function donnefocus() {
<form
id=
"login"
name=
"login"
method=
"post"
action=
"
<?php
echo
$php_self
;
?>
"
>
<form
id=
"login"
name=
"login"
method=
"post"
action=
"
<?php
echo
$php_self
;
?>
"
>
<input
type=
"hidden"
name=
"token"
value=
"
<?php
echo
$_SESSION
[
'newtoken'
];
?>
"
>
<input
type=
"hidden"
name=
"token"
value=
"
<?php
echo
$_SESSION
[
'newtoken'
];
?>
"
>
<input
type=
"hidden"
name=
"loginfunction"
value=
"loginfunction"
/>
<input
type=
"hidden"
name=
"loginfunction"
value=
"loginfunction"
/>
<!-- Add fields to send local user information -->
<input
type=
"hidden"
name=
"tz"
value=
""
/>
<input
type=
"hidden"
name=
"screenwidth"
value=
""
/>
<input
type=
"hidden"
name=
"screenheight"
value=
""
/>
<table
class=
"login"
summary=
"
<?php
echo
$title
;
?>
"
cellpadding=
"0"
cellspacing=
"0"
border=
"0"
align=
"center"
>
<table
class=
"login"
summary=
"
<?php
echo
$title
;
?>
"
cellpadding=
"0"
cellspacing=
"0"
border=
"0"
align=
"center"
>
<tr
class=
"vmenu"
><td
align=
"center"
>
<?php
echo
$title
;
?>
</td></tr>
<tr
class=
"vmenu"
><td
align=
"center"
>
<?php
echo
$title
;
?>
</td></tr>
...
...
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