projects
/
order_line_extra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94809e9
)
Hide date picker when input disabled.
author
Maxime Bourget
<bmx007@gmail.com>
Sat, 22 Jun 2013 20:45:09 +0000
(21:45 +0100)
committer
Maxime Bourget
<bmx007@gmail.com>
Sat, 22 Jun 2013 20:45:09 +0000
(21:45 +0100)
order_lines_view.php
patch
|
blob
|
history
diff --git
a/order_lines_view.php
b/order_lines_view.php
index 59e0566c0f0b343fc49bd6bc2e1995bbc4ff3556..76253314375879b25f34034cc4bbe26720213558 100644
(file)
--- a/
order_lines_view.php
+++ b/
order_lines_view.php
@@
-236,6
+236,11
@@
span.before-tooltip {
position: relative;
}
+input:disabled + a {
+ display: none;
+
+}
+
</style>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script text="text/javascript">