Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ayush Tiwari
erp5
Commits
b8607c3a
Commit
b8607c3a
authored
Jul 22, 2014
by
Romain Courteaud
🐸
Committed by
Sebastien Robin
Aug 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display current active tab
parent
1a6716c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_tab_list_js.xml
...plateItem/web_page_module/rjs_gadget_erp5_tab_list_js.xml
+12
-4
bt5/erp5_web_renderjs_ui/bt/revision
bt5/erp5_web_renderjs_ui/bt/revision
+1
-1
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_tab_list_js.xml
View file @
b8607c3a
...
...
@@ -162,10 +162,18 @@
})\n
.push(function
(all_result)
{\n
for
(
i =
0;
i
<
all_result.length;
i
+=
1)
{\n
nav_html
+=
navigation_template({\n
title:
view_list[i].title,\n
link:
all_result[i],\n
});\n
if
(view_list[i]
.name =
==
options.view)
{\n
nav_html
+=
active_navigation_template({\n
title:
view_list[i].title,\n
link:
all_result[i],\n
});\n
}
else
{\n
nav_html
+=
navigation_template({\n
title:
view_list[i].title,\n
link:
all_result[i],\n
});\n
}\n
\n
}\n
nav_html
+=
\'</ul
></nav>
\';\n
nav_element.innerHTML = nav_html;\n
...
...
bt5/erp5_web_renderjs_ui/bt/revision
View file @
b8607c3a
3
\ No newline at end of file
4
\ 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