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
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
Laurent S
erp5
Commits
0fd97d16
Commit
0fd97d16
authored
Aug 04, 2014
by
Sven Franck
Committed by
Sebastien Robin
Aug 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated login form to pre-enhanced JQM
parent
5a0e20d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
3 deletions
+26
-3
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_pt_loginform_html.xml
...tem/web_page_module/rjs_gadget_erp5_pt_loginform_html.xml
+26
-3
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_pt_loginform_html.xml
View file @
0fd97d16
...
...
@@ -125,9 +125,32 @@
\n
<fieldset
class=
"center"
>
\n
<form
class=
"login_form"
>
\n
<input
type=
"text"
data-enhanced=
"true"
value=
""
name=
"login"
required=
"required"
/>
\n
<input
type=
"password"
data-enhanced=
"true"
value=
""
name=
"password"
required=
"required"
/>
\n
<input
data-enhanced=
"true"
type=
"submit"
value=
"Login"
>
\n
<div
class=
"ui-card ui-body-inherit ui-corner-all ui-shadow ui-content ui-responsive"
>
\n
<label
class=
"ui-input-wrap"
>
\n
<span
class=
"ui-input-wrap-label"
>
Login:
</span>
\n
<div
class=
"ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset"
>
\n
<input
type=
"text"
required=
"required"
data-enhanced=
"true"
name=
"login"
value=
""
/>
\n
</div>
\n
</label>
\n
<label
class=
"ui-input-wrap"
>
\n
<span
class=
"ui-input-wrap-label"
>
Password:
</span>
\n
<div
class=
"ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset"
>
\n
<input
type=
"password"
required=
"required"
name=
"password"
value=
""
data-enhanced=
"true"
/>
\n
</div>
\n
</label>
\n
<div
class=
"ui-grid-a ui-responsive"
>
\n
<div
class=
"ui-block-a"
>
\n
<!-- <a href="#" class="ui-disabled ui-link">Forgot password</a> -->
\n
</div>
\n
<div
class=
"ui-block-b"
>
\n
<div
class=
"ui-btn ui-btn-b ui-input-btn ui-corner-all ui-icon-carat-r ui-btn-icon-right"
>
\n
<span>
Login
</span>
\n
<input
data-enhanced=
"true"
type=
"submit"
value=
"Login"
/>
\n
</div>
\n
</div>
\n
</div>
\n
\n
</div>
\n
</form>
\n
</fieldset>
\n
\n
...
...
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