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
be0d4dba
Commit
be0d4dba
authored
13 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Doxygen
parent
893b7b96
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/public/members/new.php
+7
-3
7 additions, 3 deletions
htdocs/public/members/new.php
htdocs/public/members/public_list.php
+0
-2
0 additions, 2 deletions
htdocs/public/members/public_list.php
with
7 additions
and
5 deletions
htdocs/public/members/new.php
+
7
−
3
View file @
be0d4dba
...
...
@@ -70,8 +70,12 @@ if (empty($conf->global->MEMBER_ENABLE_PUBLIC))
/**
* Show header for new member
*
* @param string $title
* @param string $head
* @param string $title Title
* @param string $head Head array
* @param int $disablejs More content into html header
* @param int $disablehead More content into html header
* @param array $arrayofjs Array of complementary js files
* @param array $arrayofcss Array of complementary css files
* @return void
*/
function
llxHeaderVierge
(
$title
,
$head
=
""
,
$disablejs
=
0
,
$disablehead
=
0
,
$arrayofjs
=
''
,
$arrayofcss
=
''
)
...
...
@@ -462,7 +466,7 @@ foreach($extrafields->attribute_label as $key=>$value)
{
print
"<tr><td>"
.
$value
.
"</td><td>"
;
print
$extrafields
->
showInputField
(
$key
,
GETPOST
(
'options_'
.
$key
));
print
"</td></tr>
"
.
"
\n
"
;
print
"</td></tr>
\n
"
;
}
// Comments
print
'<tr>'
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/public/members/public_list.php
+
0
−
2
View file @
be0d4dba
...
...
@@ -61,8 +61,6 @@ function llxHeaderVierge($title, $head = "")
/**
* Show footer for member list
*
* @param string $title
* @param string $head
* @return void
*/
function
llxFooterVierge
()
...
...
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