Changeset 1c0ac8 in indico
- Timestamp:
- 02/21/11 11:08:27 (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, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- f5f6da
- Parents:
- 559c5c
- git-author:
- Adrian Moennich <jerome.ernst.monnich@…> (01/06/11 15:29:10)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (02/21/11 11:08:27)
- Location:
- indico/MaKaC/webinterface/tpls
- Files:
-
- 2 edited
-
ConfAccessControlFrame.tpl (modified) (1 diff)
-
ConfModificationControlFrame.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/ConfAccessControlFrame.tpl
r559c5c r1c0ac8 7 7 <td colspan="5" style="height: 10px"></td> 8 8 </tr> 9 <% includeTpl('AccessControlStatusFrame', parentName=parentName, privacy=privacy, \9 <% includeTpl('AccessControlStatusFrame', parentName=parentName, privacy=privacy, \ 10 10 parentPrivacy=parentPrivacy, statusColor = statusColor, parentStatusColor=parentStatusColor,\ 11 11 locator=locator, isFullyPublic=isFullyPublic) %> 12 12 <tr> 13 13 <td class="titleCellTD"><span class="titleCellFormat"><%= _("Access key")%></span></td> 14 <td bgcolor="white" width="100%%" valign="top" class="blacktext">15 <form action="%(setAccessKeyURL)s" method="POST" onsubmit="if(this.accessKey.value) return confirm('<%=_("Please note that it is more secure to make the event private instead of using an access keyy.")%>');">16 %(locator)s17 <input name="accessKey" type="password" size=25 value="%(accessKey)s">18 <input type="submit" class="btn" value="<%= _("change")%>">19 <div class="warningText"><%=_("Note: It is more secure to use make the event private instead of using an access key!")%></div>20 </form>21 </td>14 <td bgcolor="white" width="100%%" valign="top" class="blacktext"> 15 <form action="%(setAccessKeyURL)s" method="POST" onsubmit="if(this.accessKey.value) return confirm('<%=_("Please note that it is more secure to make the event private instead of using an access keyy.")%>');"> 16 %(locator)s 17 <input name="accessKey" type="password" size=25 value="%(accessKey)s"> 18 <input type="submit" class="btn" value="<%= _("change")%>"> 19 <div class="warningText"><%=_("Note: It is more secure to use make the event private instead of using an access key!")%></div> 20 </form> 21 </td> 22 22 </tr> 23 23 </table> -
indico/MaKaC/webinterface/tpls/ConfModificationControlFrame.tpl
r559c5c r1c0ac8 11 11 <td nowrap class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Modification key")%></span></td> 12 12 <td class="blacktext"> 13 <form action="%(setModifKeyURL)s" method="POST" onsubmit="if(this.modifKey.value) return confirm('<%=_("Please note that it is more secure to use the managers list instead of a modification key.")%>');">14 %(locator)s15 <input name="modifKey" type="password" size=25 value="%(modifKey)s">16 <input type="submit" class="btn" value="<%= _("change")%>">17 <span class="warningText"><%=_("Note: It is more secure to use the manager list instead of a modification key!")%></span>18 </form>19 </td>13 <form action="%(setModifKeyURL)s" method="POST" onsubmit="if(this.modifKey.value) return confirm('<%=_("Please note that it is more secure to use the managers list instead of a modification key.")%>');"> 14 %(locator)s 15 <input name="modifKey" type="password" size=25 value="%(modifKey)s"> 16 <input type="submit" class="btn" value="<%= _("change")%>"> 17 <div class="warningText"><%=_("Note: It is more secure to use the manager list instead of a modification key!")%></div> 18 </form> 19 </td> 20 20 </tr> 21 21 </table>
Note: See TracChangeset
for help on using the changeset viewer.
