Skip to content
Snippets Groups Projects
Commit e13f66eb authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Merge branch 'fix-fin_sondage_autre-disabled-style' into 'develop'

Remove the “disabled” class from fin_sondage_autre

See merge request framasoft/framadate/framadate!361
parents a29c2588 30714558
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
</div>
<div class="col-md-8 text-right">
<a class="btn btn-sub" href="{$SERVER_URL}/create_poll.php?type=classic" title="{__('Step 2', 'Return to step 1')}">{__('Generic', 'Back')}</a>
<button name="fin_sondage_autre" value="{__('Generic', 'Next')}" type="submit" class="btn btn-success disabled" title="{__('Step 2', 'Go to step 3')}">{__('Generic', 'Next')}</button>
<button name="fin_sondage_autre" value="{__('Generic', 'Next')}" type="submit" class="btn btn-success" title="{__('Step 2', 'Go to step 3')}">{__('Generic', 'Next')}</button>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment