Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Georgios Dagkakis
erp5
Commits
77e4a94f
Commit
77e4a94f
authored
May 18, 2012
by
Łukasz Nowak
Committed by
Rafael Monnerat
Sep 17, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify UI.
parent
c5c9794a
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 @
77e4a94f
...
@@ -64,12 +64,6 @@ class ERP5BearerExtractionPlugin(BasePlugin):
...
@@ -64,12 +64,6 @@ class ERP5BearerExtractionPlugin(BasePlugin):
meta_type
=
"ERP5 Bearer Extraction Plugin"
meta_type
=
"ERP5 Bearer Extraction Plugin"
security
=
ClassSecurityInfo
()
security
=
ClassSecurityInfo
()
manage_options
=
(({
'label'
:
'Edit'
,
'action'
:
'manage_editERP5BearerExtractionPluginForm'
,},
)
+
BasePlugin
.
manage_options
[:]
)
def
__init__
(
self
,
id
,
title
=
None
):
def
__init__
(
self
,
id
,
title
=
None
):
#Register value
#Register value
self
.
_setId
(
id
)
self
.
_setId
(
id
)
...
...
product/ERP5Security/www/ERP5Security_addERP5BearerExtractionPlugin.zpt
View file @
77e4a94f
...
@@ -26,22 +26,6 @@
...
@@ -26,22 +26,6 @@
<input type="text" name="title" size="40" />
<input type="text" name="title" size="40" />
</td>
</td>
</tr>
</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>
<tr>
<td colspan="2"> <input type="submit" value="add plugin"/>
<td colspan="2"> <input type="submit" value="add plugin"/>
</td>
</td>
...
...
product/ERP5Security/www/ERP5Security_editERP5BearerExtractionPlugin.zpt
deleted
100644 → 0
View file @
c5c9794a
<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