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
fe4f7129
Commit
fe4f7129
authored
Apr 6, 2017
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
FIX #6636 Complete fix
parent
5d099d24
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/compta/bank/categ.php
+1
-1
1 addition, 1 deletion
htdocs/compta/bank/categ.php
htdocs/core/menus/standard/eldy.lib.php
+2
-2
2 additions, 2 deletions
htdocs/core/menus/standard/eldy.lib.php
htdocs/langs/en_US/categories.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/en_US/categories.lang
with
4 additions
and
3 deletions
htdocs/compta/bank/categ.php
+
1
−
1
View file @
fe4f7129
...
@@ -80,7 +80,7 @@ if ($categid) {
...
@@ -80,7 +80,7 @@ if ($categid) {
llxHeader
();
llxHeader
();
print
load_fiche_titre
(
$langs
->
trans
(
"Rubriques"
),
''
,
'title_bank.png'
);
print
load_fiche_titre
(
$langs
->
trans
(
"Rubriques
Transactions
"
),
''
,
'title_bank.png'
);
print
'<form method="POST" action="'
.
$_SERVER
[
"PHP_SELF"
]
.
'">'
;
print
'<form method="POST" action="'
.
$_SERVER
[
"PHP_SELF"
]
.
'">'
;
print
'<input type="hidden" name="token" value="'
.
$_SESSION
[
'newtoken'
]
.
'">'
;
print
'<input type="hidden" name="token" value="'
.
$_SESSION
[
'newtoken'
]
.
'">'
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/core/menus/standard/eldy.lib.php
+
2
−
2
View file @
fe4f7129
...
@@ -1073,8 +1073,8 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
...
@@ -1073,8 +1073,8 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
$langs
->
load
(
"categories"
);
$langs
->
load
(
"categories"
);
$newmenu
->
add
(
"/categories/index.php?type=5"
,
$langs
->
trans
(
"Rubriques"
),
0
,
$user
->
rights
->
categorie
->
creer
,
''
,
$mainmenu
,
'tags'
);
$newmenu
->
add
(
"/categories/index.php?type=5"
,
$langs
->
trans
(
"Rubriques"
),
0
,
$user
->
rights
->
categorie
->
creer
,
''
,
$mainmenu
,
'tags'
);
$newmenu
->
add
(
"/categories/card.php?action=create&type=5"
,
$langs
->
trans
(
"NewCategory"
),
1
,
$user
->
rights
->
categorie
->
creer
);
$newmenu
->
add
(
"/categories/card.php?action=create&type=5"
,
$langs
->
trans
(
"NewCategory"
),
1
,
$user
->
rights
->
categorie
->
creer
);
$newmenu
->
add
(
"/compta/bank/categ.php"
,
$langs
->
trans
(
"RubriquesTransactions"
),
1
,
$user
->
rights
->
banque
->
configurer
);
$newmenu
->
add
(
"/compta/bank/categ.php"
,
$langs
->
trans
(
"RubriquesTransactions"
),
0
,
$user
->
rights
->
categorie
->
creer
,
''
,
$mainmenu
,
'tags'
);
$newmenu
->
add
(
"/compta/bank/categ.php"
,
$langs
->
trans
(
"NewCategory"
),
1
,
$user
->
rights
->
categorie
->
creer
,
''
,
$mainmenu
,
'tags'
);
}
}
// Prelevements
// Prelevements
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/categories.lang
+
1
−
0
View file @
fe4f7129
# Dolibarr language file - Source file is en_US - categories
# Dolibarr language file - Source file is en_US - categories
Rubrique=Tag/Category
Rubrique=Tag/Category
Rubriques=Tags/Categories
Rubriques=Tags/Categories
RubriquesTransactions=Tags/Categories of transactions
categories=tags/categories
categories=tags/categories
NoCategoryYet=No tag/category of this type created
NoCategoryYet=No tag/category of this type created
In=In
In=In
...
...
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