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
d396c624
Commit
d396c624
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: alignement
parent
639d4f03
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
htdocs/commande/card.php
+3
-3
3 additions, 3 deletions
htdocs/commande/card.php
htdocs/holiday/index.php
+1
-1
1 addition, 1 deletion
htdocs/holiday/index.php
htdocs/langs/en_US/admin.lang
+1
-1
1 addition, 1 deletion
htdocs/langs/en_US/admin.lang
with
5 additions
and
5 deletions
htdocs/commande/card.php
+
3
−
3
View file @
d396c624
...
...
@@ -1148,7 +1148,7 @@ else if ($action == 'update_extras') {
/*
* Add file in email form
*/
*/
if
(
GETPOST
(
'addfile'
))
{
require_once
DOL_DOCUMENT_ROOT
.
'/core/lib/files.lib.php'
;
...
...
@@ -1162,7 +1162,7 @@ if (GETPOST('addfile')) {
/*
* Remove file in email form
*/
*/
if
(
GETPOST
(
'removedfile'
))
{
require_once
DOL_DOCUMENT_ROOT
.
'/core/lib/files.lib.php'
;
...
...
@@ -1177,7 +1177,7 @@ if (GETPOST('removedfile')) {
/*
* Send mail
*/
*/
if
(
$action
==
'send'
&&
!
GETPOST
(
'addfile'
)
&&
!
GETPOST
(
'removedfile'
)
&&
!
GETPOST
(
'cancel'
))
{
$langs
->
load
(
'mails'
);
...
...
This diff is collapsed.
Click to expand it.
htdocs/holiday/index.php
+
1
−
1
View file @
d396c624
...
...
@@ -257,7 +257,7 @@ print_liste_field_titre($langs->trans("Employe"),$_SERVER["PHP_SELF"],"cp.fk_use
print_liste_field_titre
(
$langs
->
trans
(
"ValidatorCP"
),
$_SERVER
[
"PHP_SELF"
],
"cp.fk_validator"
,
""
,
''
,
''
,
$sortfield
,
$sortorder
);
print_liste_field_titre
(
$langs
->
trans
(
"DateDebCP"
),
$_SERVER
[
"PHP_SELF"
],
"cp.date_debut"
,
""
,
''
,
'align="center"'
,
$sortfield
,
$sortorder
);
print_liste_field_titre
(
$langs
->
trans
(
"DateFinCP"
),
$_SERVER
[
"PHP_SELF"
],
"cp.date_fin"
,
""
,
''
,
'align="center"'
,
$sortfield
,
$sortorder
);
print_liste_field_titre
(
$langs
->
trans
(
"Duration"
));
print_liste_field_titre
(
$langs
->
trans
(
"Duration"
)
,
$_SERVER
[
"PHP_SELF"
],
''
,
''
,
''
,
'align="right"'
,
$sortfield
,
$sortorder
);
print_liste_field_titre
(
$langs
->
trans
(
"Status"
),
$_SERVER
[
"PHP_SELF"
],
"cp.statut"
,
""
,
''
,
'align="center"'
,
$sortfield
,
$sortorder
);
print
'<td></td>'
;
print
"</tr>
\n
"
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/admin.lang
+
1
−
1
View file @
d396c624
...
...
@@ -1382,7 +1382,7 @@ MailingSetup=EMailing module setup
MailingEMailFrom=Sender EMail (From) for emails sent by emailing module
MailingEMailError=Return EMail (Errors-to) for emails with errors
##### Notification #####
NotificationSetup=
N
otification
bu email
module setup
NotificationSetup=
EMail n
otification module setup
NotificationEMailFrom=Sender EMail (From) for emails sent for notifications
ListOfAvailableNotifications=List of available notifications (This list depends on activated modules)
##### Sendings #####
...
...
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