Changeset 8b580b in indico
- Timestamp:
- 03/22/11 16:21:48 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
- Children:
- c08b10
- Parents:
- d285dc
- Location:
- indico/MaKaC/webinterface
- Files:
-
- 2 edited
-
pages/registrationForm.py (modified) (1 diff)
-
tpls/ConfModifRegFormGeneralSectionFieldEdit.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/pages/registrationForm.py
r5f7a6d r8b580b 1385 1385 1386 1386 def _getFieldTypesHTML(self): 1387 html=["""<select name="input" onchange="javascript:$E( WConfModifRegFormGeneralSectionFieldEdit).dom.submit();">"""]1387 html=["""<select name="input" onchange="javascript:$E('WConfModifRegFormGeneralSectionFieldEdit').dom.submit(); $E('submitButton').dom.disabled=true; $E('cancelButton').dom.disabled=true;">"""] 1388 1388 keylist=registration.FieldInputs.getAvailableInputKeys() 1389 1389 keylist.sort() -
indico/MaKaC/webinterface/tpls/ConfModifRegFormGeneralSectionFieldEdit.tpl
r19825c r8b580b 35 35 </script> 36 36 37 <form id="WConfModifRegFormGeneralSectionFieldEdit" name="WConfModifRegFormGeneralSectionFieldEdit" action=<%= postURL %> method="POST" onsubmit="return controle() ">37 <form id="WConfModifRegFormGeneralSectionFieldEdit" name="WConfModifRegFormGeneralSectionFieldEdit" action=<%= postURL %> method="POST" onsubmit="return controle();"> 38 38 <table width="80%" align="center" border="0" style="border-left: 1px solid #777777"> 39 39 <tr> … … 71 71 <tr> 72 72 <td valign="bottom" align="left" colspan="2"> 73 <input type="submit" class="btn" name="save" value="<%= _("save")%>" style="width:80px" onFocus="saveIsFocused=true;" onBlur="saveIsFocused=false;">74 <input type="submit" class="btn" name="cancel" value="<%= _("cancel")%>" style="width:80px">73 <input id="submitButton" type="submit" class="btn" name="save" value="<%= _("save")%>" style="width:80px" onFocus="saveIsFocused=true;" onBlur="saveIsFocused=false;"> 74 <input id="cancelButton" type="submit" class="btn" name="cancel" value="<%= _("cancel")%>" style="width:80px"> 75 75 </td> 76 76 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
