Changeset 5859 for trunk/centreon/www/include/eventLogs/log.xsl
- Timestamp:
- 07/23/08 18:15:30 (4 months ago)
- Files:
-
- 1 modified
-
trunk/centreon/www/include/eventLogs/log.xsl (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/www/include/eventLogs/log.xsl
r5226 r5859 15 15 <td> 16 16 <xsl:element name='input'> 17 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form ); return false;</xsl:attribute>17 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form, ''); return false;</xsl:attribute> 18 18 <xsl:attribute name="name">notification</xsl:attribute> 19 19 <xsl:attribute name="type">checkbox</xsl:attribute> … … 27 27 <td> 28 28 <xsl:element name='input'> 29 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form ); return false;</xsl:attribute>29 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form, ''); return false;</xsl:attribute> 30 30 <xsl:attribute name="name">alert</xsl:attribute> 31 31 <xsl:attribute name="type">checkbox</xsl:attribute> … … 41 41 <td> 42 42 <xsl:element name='input'> 43 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form ); return false;</xsl:attribute>43 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form, ''); return false;</xsl:attribute> 44 44 <xsl:attribute name="name">error</xsl:attribute> 45 45 <xsl:attribute name="type">checkbox</xsl:attribute> … … 63 63 <td> 64 64 <xsl:element name='input'> 65 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form ); return false;</xsl:attribute>65 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form, ''); return false;</xsl:attribute> 66 66 <xsl:attribute name="name">up</xsl:attribute> 67 67 <xsl:attribute name="type">checkbox</xsl:attribute> … … 75 75 <td> 76 76 <xsl:element name='input'> 77 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form ); return false;</xsl:attribute>77 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form, ''); return false;</xsl:attribute> 78 78 <xsl:attribute name="name">down</xsl:attribute> 79 79 <xsl:attribute name="type">checkbox</xsl:attribute> … … 89 89 <td> 90 90 <xsl:element name='input'> 91 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form ); return false;</xsl:attribute>91 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form, ''); return false;</xsl:attribute> 92 92 <xsl:attribute name="name">unreachable</xsl:attribute> 93 93 <xsl:attribute name="type">checkbox</xsl:attribute> … … 111 111 <td> 112 112 <xsl:element name='input'> 113 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form ); return false;</xsl:attribute>113 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form, ''); return false;</xsl:attribute> 114 114 <xsl:attribute name="name">ok</xsl:attribute> 115 115 <xsl:attribute name="type">checkbox</xsl:attribute> … … 123 123 <td> 124 124 <xsl:element name='input'> 125 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form ); return false;</xsl:attribute>125 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form, ''); return false;</xsl:attribute> 126 126 <xsl:attribute name="name">warning</xsl:attribute> 127 127 <xsl:attribute name="type">checkbox</xsl:attribute> … … 137 137 <td> 138 138 <xsl:element name='input'> 139 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form ); return false;</xsl:attribute>139 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form, ''); return false;</xsl:attribute> 140 140 <xsl:attribute name="name">critical</xsl:attribute> 141 141 <xsl:attribute name="type">checkbox</xsl:attribute> … … 149 149 <td> 150 150 <xsl:element name='input'> 151 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form ); return false;</xsl:attribute>151 <xsl:attribute name="onClick">log_4_host('<xsl:value-of select="//opid"/>', this.form, ''); return false;</xsl:attribute> 152 152 <xsl:attribute name="name">unknown</xsl:attribute> 153 153 <xsl:attribute name="type">checkbox</xsl:attribute>
