Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
Léo-Paul Géneau
slapos.core
Commits
ce25152d
Commit
ce25152d
authored
May 02, 2019
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_jio: Fix label display when page is render in wide desktop screen.
Label is hidden behind the panel.
parent
c1c49646
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
master/bt5/slapos_jio/SkinTemplateItem/portal_skins/slapos_hal_json_style/WebSite_viewRecoverAccount.zpt
...kins/slapos_hal_json_style/WebSite_viewRecoverAccount.zpt
+3
-0
master/bt5/slapos_jio/SkinTemplateItem/portal_skins/slapos_hal_json_style/WebSite_viewResetPassword.zpt
...skins/slapos_hal_json_style/WebSite_viewResetPassword.zpt
+2
-1
No files found.
master/bt5/slapos_jio/SkinTemplateItem/portal_skins/slapos_hal_json_style/WebSite_viewRecoverAccount.zpt
View file @
ce25152d
...
...
@@ -7,6 +7,7 @@
</head>
<body
tal:define=
"form_action string:portal_password/mailPasswordResetRequest;"
>
<div
data-role=
'page'
>
<div
data-gadget-scope=
'header'
>
<div
class=
"ui-header"
>
...
...
@@ -44,5 +45,7 @@
</section>
</article>
</div>
</div>
</body>
</html>
\ No newline at end of file
master/bt5/slapos_jio/SkinTemplateItem/portal_skins/slapos_hal_json_style/WebSite_viewResetPassword.zpt
View file @
ce25152d
...
...
@@ -6,7 +6,7 @@
<link
rel=
"stylesheet"
href=
"gadget_erp5_nojqm.css"
>
</head>
<body
tal:define=
"form_action string:portal_password/PasswordTool_changeUserPassword;"
>
<div
data-role=
'page'
>
<div
data-gadget-scope=
'header'
>
<div
class=
"ui-header"
>
<h1><span>
Reset your password
</span></h1>
...
...
@@ -45,5 +45,6 @@
</section>
</article>
</div>
</div>
</body>
</html>
\ No newline at end of file
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