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
8dc6a8fd
Commit
8dc6a8fd
authored
8 years ago
by
aspangaro
Browse files
Options
Downloads
Patches
Plain Diff
Correct presentation
parent
f1166f18
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/compta/paiement/cheque/card.php
+13
-11
13 additions, 11 deletions
htdocs/compta/paiement/cheque/card.php
htdocs/compta/prelevement/create.php
+1
-1
1 addition, 1 deletion
htdocs/compta/prelevement/create.php
htdocs/ecm/docdir.php
+6
-6
6 additions, 6 deletions
htdocs/ecm/docdir.php
with
20 additions
and
18 deletions
htdocs/compta/paiement/cheque/card.php
+
13
−
11
View file @
8dc6a8fd
...
...
@@ -3,8 +3,8 @@
* Copyright (C) 2007-2011 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2009-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2011-2016 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2013 Philippe Grand
<philippe.grand@atoo-net.com>
* Copyright (C) 2015
Alexandre Spangaro
<aspangaro.dolibarr@gmail.com>
* Copyright (C) 2013 Philippe Grand
<philippe.grand@atoo-net.com>
* Copyright (C) 2015
-2016
Alexandre Spangaro
<aspangaro.dolibarr@gmail.com>
*
* 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
...
...
@@ -21,9 +21,9 @@
*/
/**
* \file
htdocs/compta/paiement/cheque/card.php
* \ingroup
bank, invoice
* \brief
Page for cheque deposits
* \file
htdocs/compta/paiement/cheque/card.php
* \ingroup
bank, invoice
* \brief
Page for cheque deposits
*/
require
'../../../main.inc.php'
;
...
...
@@ -298,7 +298,9 @@ if (GETPOST('removefilter'))
$filteraccountid
=
0
;
}
llxHeader
();
$title
=
$langs
->
trans
(
"Cheques"
)
.
" - "
.
$langs
->
trans
(
"Card"
);
$helpurl
=
""
;
llxHeader
(
""
,
$title
,
$helpurl
);
$form
=
new
Form
(
$db
);
$formfile
=
new
FormFile
(
$db
);
...
...
@@ -386,7 +388,7 @@ if ($action == 'new')
print
'<table class="border" width="100%">'
;
//print '<tr><td width="30%">'.$langs->trans('Date').'</td><td width="70%">'.dol_print_date($now,'day').'</td></tr>';
// Filter
print
'<tr><td
width="200
">'
.
$langs
->
trans
(
"DateChequeReceived"
)
.
'</td><td>'
;
print
'<tr><td
class="titlefieldcreate
">'
.
$langs
->
trans
(
"DateChequeReceived"
)
.
'</td><td>'
;
print
$form
->
select_date
(
$filterdate
,
'fd'
,
0
,
0
,
1
,
''
,
1
,
1
,
1
);
print
'</td></tr>'
;
print
'<tr><td>'
.
$langs
->
trans
(
"BankAccount"
)
.
'</td><td>'
;
...
...
@@ -502,7 +504,7 @@ if ($action == 'new')
print
'<td>'
.
$value
[
"emetteur"
]
.
"</td>
\n
"
;
print
'<td>'
.
$value
[
"banque"
]
.
"</td>
\n
"
;
print
'<td align="right">'
.
price
(
$value
[
"amount"
],
0
,
$langs
,
1
,
-
1
,
-
1
,
$conf
->
currency
)
.
'</td>'
;
// Link to payment
print
'<td align="center">'
;
$paymentstatic
->
id
=
$value
[
"paymentid"
];
...
...
@@ -528,7 +530,7 @@ if ($action == 'new')
print
' '
;
}
print
'</td>'
;
print
'<td align="center">'
;
print
'<input id="'
.
$value
[
"id"
]
.
'" class="flat checkforremise_'
.
$bid
.
'" checked type="checkbox" name="toRemise[]" value="'
.
$value
[
"id"
]
.
'">'
;
print
'</td>'
;
...
...
@@ -563,7 +565,7 @@ else
$accountstatic
->
label
=
$object
->
account_label
;
print
'<table class="border" width="100%">'
;
print
'<tr><td
width=20%
>'
;
print
'<tr><td
class="titlefield"
>'
;
print
'<table class="nobordernopadding" width="100%"><tr><td>'
;
print
$langs
->
trans
(
'Ref'
);
...
...
@@ -760,7 +762,7 @@ else
dol_print_error
(
$db
);
}
dol_fiche_end
();
dol_fiche_end
();
}
...
...
This diff is collapsed.
Click to expand it.
htdocs/compta/prelevement/create.php
+
1
−
1
View file @
8dc6a8fd
...
...
@@ -122,7 +122,7 @@ if ($nb < 0 || $nb1 < 0 || $nb11 < 0)
}
print
'<table class="border" width="100%">'
;
print
'<tr><td>'
.
$langs
->
trans
(
"NbOfInvoiceToWithdraw"
)
.
'</td>'
;
print
'<tr><td
class="titlefield"
>'
.
$langs
->
trans
(
"NbOfInvoiceToWithdraw"
)
.
'</td>'
;
print
'<td align="right">'
;
print
$nb
;
print
'</td></tr>'
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/ecm/docdir.php
+
6
−
6
View file @
8dc6a8fd
<?php
/* Copyright (C) 2008-2012 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2008-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2015
Alexandre Spangaro
<aspangaro.dolibarr@gmail.com>
* Copyright (C) 2015
-2016
Alexandre Spangaro
<aspangaro.dolibarr@gmail.com>
*
* 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
...
...
@@ -18,9 +18,9 @@
*/
/**
* \file
htdocs/ecm/docdir.php
* \ingroup
ecm
* \brief
Main page for ECM section area
* \file
htdocs/ecm/docdir.php
* \ingroup ecm
* \brief
Main page for ECM section area
*/
require
'../main.inc.php'
;
...
...
@@ -160,7 +160,7 @@ if ($action == 'create')
print
'<table class="border" width="100%">'
;
// Label
print
'<tr><td class="fieldrequired">'
.
$langs
->
trans
(
"Label"
)
.
'</td><td><input name="label" size="40" maxlength="32" value="'
.
$ecmdir
->
label
.
'"></td></tr>'
.
"
\n
"
;
print
'<tr><td class="
titlefieldcreate
fieldrequired">'
.
$langs
->
trans
(
"Label"
)
.
'</td><td><input name="label" size="40" maxlength="32" value="'
.
$ecmdir
->
label
.
'"></td></tr>'
.
"
\n
"
;
print
'<tr><td>'
.
$langs
->
trans
(
"AddIn"
)
.
'</td><td>'
;
print
$formecm
->
select_all_sections
(
!
empty
(
$_GET
[
"catParent"
])
?
$_GET
[
"catParent"
]
:
$ecmdir
->
fk_parent
,
'catParent'
);
...
...
@@ -176,7 +176,7 @@ if ($action == 'create')
print
'</td></tr>'
.
"
\n
"
;
print
'</table><br>'
;
dol_fiche_end
();
print
'<div class="center">'
;
...
...
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