Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jean Carlo Rossa Hauck
dotProject
Commits
569d4dfc
Commit
569d4dfc
authored
5 years ago
by
Hillesheim
Browse files
Options
Download
Email Patches
Plain Diff
Resolvido problema de substituicao de strings pelo texto correspondente
parent
1e1f267b
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
locales/pt_br/common.inc
+164
-77
locales/pt_br/common.inc
modules/dotproject_plus/feedback/feedback_area.php
+4
-2
modules/dotproject_plus/feedback/feedback_area.php
with
168 additions
and
79 deletions
+168
-79
locales/pt_br/common.inc
View file @
569d4dfc
This diff is collapsed.
Click to expand it.
modules/dotproject_plus/feedback/feedback_area.php
View file @
569d4dfc
...
...
@@ -89,10 +89,12 @@
dosql
:
'
do_show_feedback
'
}
}).
done
(
function
(
response
)
{
$
.
alert
({
title
:
"
Feedback
"
,
content
:
response
content
:
response
,
onClose
:
function
()
{
window
.
location
.
reload
();
}
});
});
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help