[otrs-cvs] ITSMConfigItem/Kernel/Output/HTML/Standard AgentITSMConfigItemEdit.dtl, 1.24, 1.25

CVS commits notifications of OTRS.org cvs-log at otrs.org
Sun May 4 12:48:46 GMT 2008


Comments:
Update of /home/cvs/ITSMConfigItem/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv28668/Kernel/Output/HTML/Standard

Modified Files:
	AgentITSMConfigItemEdit.dtl 
Log Message:
Fixed bug# 2876 - No mouseover info available for name, deployment state and incident state.

Author: mh

Index: AgentITSMConfigItemEdit.dtl
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/Standard/AgentITSMConfigItemEdit.dtl,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** AgentITSMConfigItemEdit.dtl	16 Feb 2008 17:16:54 -0000	1.24
--- AgentITSMConfigItemEdit.dtl	4 May 2008 12:48:40 -0000	1.25
***************
*** 55,61 ****
--- 55,63 ----
                        <tr class="contentbody">
                          <td class="contentkey">
+                           <div title="$Text{"The name of this config item"}">
                            $Text{"Name"}:
                            <font color="red" title="$Text{"Required"}">*</font>
                            &nbsp;
+                           </div>
                          </td>
                          <td class="contentvalue" colspan="5">
***************
*** 75,81 ****
--- 77,85 ----
                        <tr class="contentbody">
                          <td class="contentkey">
+                           <div title="$Text{"The deployment state of this config item"}">
                            $Text{"Deployment State"}:
                            <font color="red" title="$Text{"Required"}">*</font>
                            &nbsp;
+                           </div>
                          </td>
                          <td class="contentvalue" colspan="5">
***************
*** 95,101 ****
--- 99,107 ----
                        <tr class="contentbody">
                          <td class="contentkey">
+                           <div title="$Text{"The incident state of this config item"}">
                            $Text{"Incident State"}:
                            <font color="red" title="$Text{"Required"}">*</font>
                            &nbsp;
+                           </div>
                          </td>
                          <td class="contentvalue" colspan="5">


More information about the cvs-log mailing list