Merge branch 'develop' into 'master'
Version 1.1.1 See merge request framasoft/framadate!292
This commit is contained in:
commit
9829c826ef
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// FRAMADATE version
|
// FRAMADATE version
|
||||||
const VERSION = '1.1.0';
|
const VERSION = '1.1.1';
|
||||||
|
|
||||||
// PHP Needed version
|
// PHP Needed version
|
||||||
const PHP_NEEDED_VERSION = '5.6';
|
const PHP_NEEDED_VERSION = '5.6';
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<h1>{$poll->title|html|string_format:__('EditLink', 'Edit link for poll "%s"')}</h1>
|
<h1>{$poll->title|html|string_format:__('EditLink', 'Edit link for poll "%s"')}</h1>
|
||||||
<p>
|
<p>
|
||||||
{__('EditLink', 'Here is the link for editing your vote:')}
|
{__('EditLink', 'Here is the link for editing your vote:')}
|
||||||
<a href="{poll_url id=$poll->admin_id vote_id=$editedVoteUniqueId}">{$poll->title|html}</a>
|
<a href="{poll_url id=$poll_id vote_id=$editedVoteUniqueId}">{$poll->title|html}</a>
|
||||||
</p>
|
</p>
|
Loading…
Reference in New Issue
Block a user