Changeset fa6e07 in indico for indico/MaKaC/webinterface/tpls/UserAPI.tpl
- Timestamp:
- 08/23/11 15:38:47 (21 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 4c7d4152dff271ba5df5a8606605969cab454080
- Children:
- 28c4bd
- Parents:
- 2423e3
- git-author:
- Adrian Moennich <jerome.ernst.monnich@…> (05/06/11 12:22:52)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (08/23/11 15:38:47)
- File:
-
- 1 edited
-
indico/MaKaC/webinterface/tpls/UserAPI.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/UserAPI.tpl
r2423e3 rfa6e07 49 49 <td> 50 50 % if not apiKey: 51 <form action="${urlHandlers.UHUserAPICreate.getURL( )}" method="POST" onsubmit="return confirm('${_("Please only create an API key if you actually need one. Unused API keys might be deleted after some time.")}');">51 <form action="${urlHandlers.UHUserAPICreate.getURL(avatar)}" method="POST" onsubmit="return confirm('${_("Please only create an API key if you actually need one. Unused API keys might be deleted after some time.")}');"> 52 52 <input type="submit" value="Create API key" /> 53 53 </form> 54 54 % else: 55 <form action="${urlHandlers.UHUserAPICreate.getURL( )}" method="POST" onsubmit="return confirm('${_("Warning: When creating a new API key, your old key will stop working immediately!")}');">55 <form action="${urlHandlers.UHUserAPICreate.getURL(avatar)}" method="POST" onsubmit="return confirm('${_("Warning: When creating a new API key, your old key will stop working immediately!")}');"> 56 56 <input type="submit" value="Create a new API key" /> 57 57 </form>
Note: See TracChangeset
for help on using the changeset viewer.
