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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
e12aa558
Commit
e12aa558
authored
20 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Tous les boutons de suppression ont un style propre.
parent
0911fd42
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/soc.php
+3
-3
3 additions, 3 deletions
htdocs/soc.php
with
3 additions
and
3 deletions
htdocs/soc.php
+
3
−
3
View file @
e12aa558
<?php
<?php
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2003 Brian Fraval <brian@fraval.org>
* Copyright (C) 2003 Brian Fraval <brian@fraval.org>
* Copyright (C) 2004
Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2004
-2005
Laurent Destailleur <eldy@users.sourceforge.net>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
*
*
*/
*/
/*
!
\file htdocs/soc.php
/*
*
\file htdocs/soc.php
\ingroup societe
\ingroup societe
\brief Onglet societe d'une societe
\brief Onglet societe d'une societe
\version $Revision$
\version $Revision$
...
@@ -468,7 +468,7 @@ else
...
@@ -468,7 +468,7 @@ else
if
(
$user
->
rights
->
societe
->
supprimer
)
if
(
$user
->
rights
->
societe
->
supprimer
)
{
{
print
'<a class="
tabAction
" href="'
.
DOL_URL_ROOT
.
'/soc.php?socid='
.
$soc
->
id
.
'&action=delete">'
.
$langs
->
trans
(
"Delete"
)
.
'</a>'
;
print
'<a class="
butDelete
" href="'
.
DOL_URL_ROOT
.
'/soc.php?socid='
.
$soc
->
id
.
'&action=delete">'
.
$langs
->
trans
(
"Delete"
)
.
'</a>'
;
}
}
print
'</div>'
;
print
'</div>'
;
...
...
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