ajout id sur décision

This commit is contained in:
Aurélien Plancke 2021-06-18 10:40:54 +02:00
parent 474f52bc79
commit 96c9a5c647
1 changed files with 2 additions and 2 deletions

View File

@ -454,8 +454,8 @@ def decisions_possible_rows(Se, assiduite, subtitle="", trclass=""):
H.append("<th>Code %s</th><th>Devenir</th></tr>" % TitleCur)
for ch in choices:
H.append(
"""<tr class="%s"><td title="règle %s"><input type="radio" name="codechoice" value="%s" onClick="document.getElementById('subut').disabled=false;">"""
% (trclass, ch.rule_id, ch.codechoice)
"""<tr class="%s"><td title="règle %s"><input type="radio" name="codechoice" value="%s" id="choice_input_%s" onClick="document.getElementById('subut').disabled=false;">"""
% (trclass, ch.rule_id, ch.codechoice, ch.codechoice)
)
H.append("%s </input></td>" % ch.explication)
if Se.prev: