Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
don
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LQDN Adminsys
don
Commits
486e03ed
Commit
486e03ed
authored
Mar 21, 2019
by
okhin
🚴
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'preprod' into 'master'
Preprod See merge request
!108
parents
0dd800ee
4b6a8a0c
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/controller/admin.php
app/controller/admin.php
+2
-2
app/view/campaign/faq.html
app/view/campaign/faq.html
+2
-2
No files found.
app/controller/admin.php
View file @
486e03ed
...
...
@@ -1001,7 +1001,7 @@ class Admin extends Controller
$time_struct
[
'tm_sec'
],
$time_struct
[
'tm_mon'
]
+
1
,
$time_struct
[
'tm_mday'
],
$time_struct
[
'tm_year'
]
$time_struct
[
'tm_year'
]
+
1900
));
$cb
[
'expiration'
]
=
$new_expiration
;
if
(
$data
[
'status'
]
==
''
)
{
...
...
@@ -1357,7 +1357,7 @@ class Admin extends Controller
$time_struct
[
'tm_sec'
],
$time_struct
[
'tm_mon'
]
+
1
,
$time_struct
[
'tm_mday'
],
$time_struct
[
'tm_year'
]
$time_struct
[
'tm_year'
]
+
1900
));
// Pour un don récurrent, on recherche son équivalent qui peut ne pas exister
$result
=
$db
->
query
(
"SELECT email
...
...
app/view/campaign/faq.html
View file @
486e03ed
...
...
@@ -193,10 +193,10 @@
</div>
<div
class=
"panel panel-default blue collapsible collapsible-white-pure"
>
<input
id=
"action1
3
"
type=
"checkbox"
>
<input
id=
"action1
7
"
type=
"checkbox"
>
<div
class=
"panel-heading"
>
<h4>
<label
for=
"action1
3
"
>
{{ _("Quand recevrai-je mon t-shirt
?") }}
<span
class=
"panel-caret pull-right"
></span></label>
<label
for=
"action1
7
"
>
{{ _("Quand recevrai-je mon t-shirt
?") }}
<span
class=
"panel-caret pull-right"
></span></label>
</h4>
</div>
<div
class=
"collapsed "
>
...
...
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