Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
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
nexedi
ecommerce-ui
Commits
a36921ab
Commit
a36921ab
authored
Oct 03, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add JIO and form field validation plugins back on pages
parent
ff714199
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
18 deletions
+12
-18
account.html
account.html
+2
-8
index.html
index.html
+2
-2
invoices.html
invoices.html
+2
-2
networks.html
networks.html
+2
-2
servers.html
servers.html
+2
-2
services.html
services.html
+2
-2
No files found.
account.html
View file @
a36921ab
...
...
@@ -30,12 +30,6 @@
<!-- action menu -->
</div>
</div>
<hr>
<!--
<div class="erp5_gadget" data-gadget="fieldlist" data-gadget-id="account_01">
</div>
-->
</div>
</div>
...
...
@@ -46,12 +40,12 @@
<script
src=
"js/libs/jquery/jquery.js"
></script>
<script
src=
"js/libs/jquery-mobile/jquery-mobile.js"
></script>
<script
src=
"js/extensions.js"
></script>
<!--
<script
src=
"js/libs/jio/sha256.amd.js"
></script>
<script
src=
"js/libs/jio/jio.js"
></script>
<script
src=
"js/libs/jio/complex_queries.js"
></script>
<script
src=
"js/libs/jio/localstorage.js"
></script>
-->
<script
src=
"js/plugins/validval/jquery.validVal.js"
></script>
<!-- stuff happens here -->
<script
src=
"js/erp5_loader.js"
></script>
...
...
index.html
View file @
a36921ab
...
...
@@ -31,12 +31,12 @@
<script
src=
"js/libs/jquery/jquery.js"
></script>
<script
src=
"js/libs/jquery-mobile/jquery-mobile.js"
></script>
<script
src=
"js/extensions.js"
></script>
<!--
<script
src=
"js/libs/jio/sha256.amd.js"
></script>
<script
src=
"js/libs/jio/jio.js"
></script>
<script
src=
"js/libs/jio/complex_queries.js"
></script>
<script
src=
"js/libs/jio/localstorage.js"
></script>
-->
<script
src=
"js/plugins/validval/jquery.validVal.js"
></script>
<!-- stuff happens here -->
<script
src=
"js/erp5_loader.js"
></script>
...
...
invoices.html
View file @
a36921ab
...
...
@@ -42,12 +42,12 @@
<script
src=
"js/libs/jquery/jquery.js"
></script>
<script
src=
"js/libs/jquery-mobile/jquery-mobile.js"
></script>
<script
src=
"js/extensions.js"
></script>
<!--
<script
src=
"js/libs/jio/sha256.amd.js"
></script>
<script
src=
"js/libs/jio/jio.js"
></script>
<script
src=
"js/libs/jio/complex_queries.js"
></script>
<script
src=
"js/libs/jio/localstorage.js"
></script>
-->
<script
src=
"js/plugins/validval/jquery.validVal.js"
></script>
<!-- stuff happens here -->
<script
src=
"js/erp5_loader.js"
></script>
...
...
networks.html
View file @
a36921ab
...
...
@@ -47,12 +47,12 @@
<script
src=
"js/libs/jquery/jquery.js"
></script>
<script
src=
"js/libs/jquery-mobile/jquery-mobile.js"
></script>
<script
src=
"js/extensions.js"
></script>
<!--
<script
src=
"js/libs/jio/sha256.amd.js"
></script>
<script
src=
"js/libs/jio/jio.js"
></script>
<script
src=
"js/libs/jio/complex_queries.js"
></script>
<script
src=
"js/libs/jio/localstorage.js"
></script>
-->
<script
src=
"js/plugins/validval/jquery.validVal.js"
></script>
<!-- stuff happens here -->
<script
src=
"js/erp5_loader.js"
></script>
...
...
servers.html
View file @
a36921ab
...
...
@@ -47,12 +47,12 @@
<script
src=
"js/libs/jquery/jquery.js"
></script>
<script
src=
"js/libs/jquery-mobile/jquery-mobile.js"
></script>
<script
src=
"js/extensions.js"
></script>
<!--
<script
src=
"js/libs/jio/sha256.amd.js"
></script>
<script
src=
"js/libs/jio/jio.js"
></script>
<script
src=
"js/libs/jio/complex_queries.js"
></script>
<script
src=
"js/libs/jio/localstorage.js"
></script>
-->
<script
src=
"js/plugins/validval/jquery.validVal.js"
></script>
<!-- stuff happens here -->
<script
src=
"js/erp5_loader.js"
></script>
...
...
services.html
View file @
a36921ab
...
...
@@ -47,12 +47,12 @@
<script
src=
"js/libs/jquery/jquery.js"
></script>
<script
src=
"js/libs/jquery-mobile/jquery-mobile.js"
></script>
<script
src=
"js/extensions.js"
></script>
<!--
<script
src=
"js/libs/jio/sha256.amd.js"
></script>
<script
src=
"js/libs/jio/jio.js"
></script>
<script
src=
"js/libs/jio/complex_queries.js"
></script>
<script
src=
"js/libs/jio/localstorage.js"
></script>
-->
<script
src=
"js/plugins/validval/jquery.validVal.js"
></script>
<!-- stuff happens here -->
<script
src=
"js/erp5_loader.js"
></script>
...
...
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