-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[refs #281898] Migrate code from pas.plugins.authomatic fork
- Loading branch information
1 parent
ec2fb18
commit dea26cd
Showing
9 changed files
with
469 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<h1 tal:replace="structure here/manage_page_header">Header</h1> | ||
|
||
<h2>Add EEA Entra plugin</h2> | ||
|
||
<p class="form-help"> | ||
Adds the EEA Entra plugin. | ||
</p> | ||
|
||
<form action="manage_addEEAEntraPlugin" method="POST"> | ||
<table> | ||
<tr> | ||
<td class="form-label"> Id </td> | ||
<td> <input type="hidden" name="id" value="eea_entra"/> </td> | ||
</tr> | ||
<tr> | ||
<td class="form-label"> Title </td> | ||
<td> <input type="text" name="title" /> </td> | ||
</tr> | ||
<tr> | ||
<td colspan="2"> | ||
<div class="form-element"> | ||
<input type="submit" value="submit"/> | ||
</div> | ||
</td> | ||
</tr> | ||
</table> | ||
</form> | ||
<h1 tal:replace="structure here/manage_page_footer">Footer</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.