forked from ScoDoc/ScoDoc
ajout id sur décision
This commit is contained in:
parent
96c9a5c647
commit
393383e13b
@ -455,7 +455,7 @@ def decisions_possible_rows(Se, assiduite, subtitle="", trclass=""):
|
||||
for ch in choices:
|
||||
H.append(
|
||||
"""<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)
|
||||
% (trclass, ch.rule_id, ch.codechoice, ch.rule_id)
|
||||
)
|
||||
H.append("%s </input></td>" % ch.explication)
|
||||
if Se.prev:
|
||||
|
Loading…
x
Reference in New Issue
Block a user