Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Romain Courteaud
erp5_rtl_support
Commits
48bbad50
Commit
48bbad50
authored
Jun 29, 2011
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not highlight empty string
parent
11ead93e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_js/erp5_km.js.xml
...plateItem/portal_skins/erp5_km_theme/km_js/erp5_km.js.xml
+7
-5
bt5/erp5_km/bt/revision
bt5/erp5_km/bt/revision
+1
-1
No files found.
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_js/erp5_km.js.xml
View file @
48bbad50
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
_EtagSupport__etag
</string>
</key>
<key>
<string>
_EtagSupport__etag
</string>
</key>
<value>
<string>
ts0
7528717.77
</string>
</value>
<value>
<string>
ts0
9346482.3
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
__name__
</string>
</key>
<key>
<string>
__name__
</string>
</key>
...
@@ -255,9 +255,11 @@ function highlight_search_word(){\n
...
@@ -255,9 +255,11 @@ function highlight_search_word(){\n
// multiple words\n
// multiple words\n
search_word_list = search_text.split("%20")\n
search_word_list = search_text.split("%20")\n
for(var i=0; i
<search_word_list.length
;
i++)
{\n
for(var i=0; i
<search_word_list.length
;
i++)
{\n
document_body.highlight(search_word_list[i],
"highlight")\n
if
(search_word_list[i]
!=
\'\')
{\n
headline.highlight(search_word_list[i],
"highlight")\n
document_body.highlight(search_word_list[i],
"highlight")\n
title.highlight(search_word_list[i],
"highlight")\n
headline.highlight(search_word_list[i],
"highlight")\n
title.highlight(search_word_list[i],
"highlight")\n
}\n
\n
\n
}\n
}\n
}\n
}\n
...
@@ -275,7 +277,7 @@ $(document).ready(initialize_form);\n
...
@@ -275,7 +277,7 @@ $(document).ready(initialize_form);\n
</item>
</item>
<item>
<item>
<key>
<string>
size
</string>
</key>
<key>
<string>
size
</string>
</key>
<value>
<int>
8
364
</int>
</value>
<value>
<int>
8
417
</int>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
title
</string>
</key>
<key>
<string>
title
</string>
</key>
...
...
bt5/erp5_km/bt/revision
View file @
48bbad50
1809
1810
\ No newline at end of file
\ 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