Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
latoilescoute-dev
scoodle
Commits
8ce671e4
Commit
8ce671e4
authored
Apr 15, 2018
by
Thomas Citharel
Browse files
Merge branch '1.1.3-bugfix' into 'master'
1.1.3 bugfix See merge request framasoft/framadate!299
parents
53572dbc
901f907d
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/inc/constants.php
View file @
8ce671e4
...
...
@@ -18,7 +18,7 @@
*/
// FRAMADATE version
const
VERSION
=
'1.1.
1
'
;
const
VERSION
=
'1.1.
3
'
;
// PHP Needed version
const
PHP_NEEDED_VERSION
=
'5.6'
;
...
...
tpl/part/vote_table_classic.tpl
View file @
8ce671e4
...
...
@@ -206,7 +206,7 @@
</li>
<li
class=
"hide"
>
<input
type=
"radio"
id=
"n-choice-
{
$id
}
"
name=
"choices[
{
$id
}
]"
value=
" "
{(
isset
($
selectedNewVotes
[$
id
])
||
(""
!==
$
selectedNewVotes
[$
id
]))
?
""
:
"
checked
"}
{(
isset
($
selectedNewVotes
[$
id
])
&&
(""
!==
$
selectedNewVotes
[$
id
]))
?
""
:
"
checked
"}
/>
</li>
</ul>
...
...
tpl/part/vote_table_date.tpl
View file @
8ce671e4
...
...
@@ -269,7 +269,7 @@
</li>
<li
class=
"hide"
>
<input
type=
"radio"
id=
"n-choice-
{
$i
}
"
name=
"choices[
{
$i
}
]"
value=
" "
{(
isset
($
selectedNewVotes
[$
i
])
||
(""
!==
$
selectedNewVotes
[$
i
]))
?
""
:
"
checked
"}
{(
isset
($
selectedNewVotes
[$
i
])
&&
(""
!==
$
selectedNewVotes
[$
i
]))
?
""
:
"
checked
"}
/>
</li>
</ul>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment