Author:   Lars Michelsen <[email protected]>
Date:     Sat Sep 24 22:32:35 2011 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Sat Sep 24 22:32:35 2011 +0200

Fixed checkbox styling in chrome

---

 share/server/core/classes/WuiViewMapAddModify.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/server/core/classes/WuiViewMapAddModify.php 
b/share/server/core/classes/WuiViewMapAddModify.php
index 46fab1d..c2ddd62 100644
--- a/share/server/core/classes/WuiViewMapAddModify.php
+++ b/share/server/core/classes/WuiViewMapAddModify.php
@@ -160,7 +160,7 @@ class WuiViewMapAddModify {
             if($prop['must'])
                 array_push($rowClasses, 'must');
 
-            $ret .= '<tr class="'.implode(' ', $rowClasses).'"'.$rowHide.'><td 
class=tdlabel>'.$propname.'</td><td class=tdfield>';
+            $ret .= '<tr class="'.implode(' ', $rowClasses).'"'.$rowHide.'><td 
class=tdlabel>'.$propname.'</td><td class=tdfield width=22>';
 
             $onChange = '';
             // Submit the form when an attribute which has dependant 
attributes is changed


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to