Changeset 1c0ac8 in indico


Ignore:
Timestamp:
02/21/11 11:08:27 (2 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
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)
Message:

[MIN] Get rid of tab indent

Location:
indico/MaKaC/webinterface/tpls
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/tpls/ConfAccessControlFrame.tpl

    r559c5c r1c0ac8  
    77        <td colspan="5" style="height: 10px"></td> 
    88    </tr> 
    9 <% includeTpl('AccessControlStatusFrame', parentName=parentName, privacy=privacy, \ 
     9    <% includeTpl('AccessControlStatusFrame', parentName=parentName, privacy=privacy, \ 
    1010    parentPrivacy=parentPrivacy, statusColor = statusColor, parentStatusColor=parentStatusColor,\ 
    1111    locator=locator, isFullyPublic=isFullyPublic) %> 
    1212    <tr> 
    1313        <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)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> 
     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> 
    2222    </tr> 
    2323</table> 
  • indico/MaKaC/webinterface/tpls/ConfModificationControlFrame.tpl

    r559c5c r1c0ac8  
    1111        <td nowrap class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Modification key")%></span></td> 
    1212        <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)s 
    15                 <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> 
    2020    </tr> 
    2121</table> 
Note: See TracChangeset for help on using the changeset viewer.