Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
0f1d5653
Commit
0f1d5653
authored
May 18, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify UI.
parent
19b9841e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
58 deletions
+0
-58
product/ERP5Security/ERP5BearerExtractionPlugin.py
product/ERP5Security/ERP5BearerExtractionPlugin.py
+0
-6
product/ERP5Security/www/ERP5Security_addERP5BearerExtractionPlugin.zpt
...curity/www/ERP5Security_addERP5BearerExtractionPlugin.zpt
+0
-16
product/ERP5Security/www/ERP5Security_editERP5BearerExtractionPlugin.zpt
...urity/www/ERP5Security_editERP5BearerExtractionPlugin.zpt
+0
-36
No files found.
product/ERP5Security/ERP5BearerExtractionPlugin.py
View file @
0f1d5653
...
...
@@ -64,12 +64,6 @@ class ERP5BearerExtractionPlugin(BasePlugin):
meta_type
=
"ERP5 Bearer Extraction Plugin"
security
=
ClassSecurityInfo
()
manage_options
=
(({
'label'
:
'Edit'
,
'action'
:
'manage_editERP5BearerExtractionPluginForm'
,},
)
+
BasePlugin
.
manage_options
[:]
)
def
__init__
(
self
,
id
,
title
=
None
):
#Register value
self
.
_setId
(
id
)
...
...
product/ERP5Security/www/ERP5Security_addERP5BearerExtractionPlugin.zpt
View file @
0f1d5653
...
...
@@ -26,22 +26,6 @@
<input type="text" name="title" size="40" />
</td>
</tr>
<tr>
<td align="left" valign="top">
<div class="form-label">
Portal Type with tokens
</div>
</td>
<td align="left" valign="top">
<input type="text" name="token_portal_type" size="40" />
</td>
</tr>
<tr>
<td>Method to validate found token</td>
<td>
<input type="text" name="token_validation_method" value=""/>
</td>
</tr>
<tr>
<td colspan="2"> <input type="submit" value="add plugin"/>
</td>
...
...
product/ERP5Security/www/ERP5Security_editERP5BearerExtractionPlugin.zpt
deleted
100644 → 0
View file @
19b9841e
<h1 tal:replace="structure context/manage_page_header">PAGE HEADER</h1>
<h2 tal:replace="structure here/manage_tabs"> TABS </h2>
<h2 tal:define="form_title string:Edit ERP5 Bearer Extraction Plugin"
tal:replace="structure context/manage_form_title">FORM TITLE</h2>
<p class="form-help">Please configure portal type containing tokens</p>
<form action="manage_editERP5BearerExtractionPlugin" method="POST">
<table tal:define="token_portal_type request/token_portal_type|context/token_portal_type|string:; token_validation_method request/token_validation_method|context/token_validation_method|string:;">
<tr>
<td>Portal Type with tokens</td>
<td>
<input type="text" name="token_portal_type" value=""
tal:attributes="value token_portal_type;" />
</td>
</tr>
<tr>
<td>Method to validate found token</td>
<td>
<input type="text" name="token_validation_method" value=""
tal:attributes="value token_validation_method;" />
</td>
</tr>
<tr>
<td colspan="2">
<input type="submit" value="save"/>
</td>
</tr>
</table>
</form>
<h1 tal:replace="structure context/manage_page_footer">PAGE FOOTER</h1>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment