Config Item Display

Moderator: crythias

Post Reply
otrspk
Znuny newbie
Posts: 3
Joined: 02 Aug 2010, 11:57
Znuny Version: 2.4

Config Item Display

Post by otrspk »

I have recently started to evaluate OTRS and would like to know if
there is any way to change the fields displayed by :

index.pl?Action=AgentITSMConfigItem&ClassID=68

I have modified

/opt/otrs/Kernel/Output/HTML/Standard/AgentITSMConfigItem.dtl

as following for two new fields, but no luck, I get the header, but no
data. Anybody out there can help out?

<td class="mainbody" align="center">
<br>
<table border="0" width="800" cellspacing="0" cellpadding="3">
<tr class="contenthead">
<td class="contentkey" width="20">&nbsp;</td>
<td class="contentkey">$Text{"Number"}</td>
<td class="contentkey">$Text{"Name"}</td>
<td class="contentkey">$Text{"Deployment State"}</td>
<td class="contentkey" width="150">$Text{"Last Change"}</td>
<td class="contentkey">$Text{"SerialNumber"}</td>
<td class="contentkey">$Text{"Physical Location"}</td>
</tr>
<!-- dtl:block:ClassRow -->
<tr class="contentbody">
<td class="$QData{"CssClass"}" align="right">
<img border="0"
src="$Config{"Frontend::ImagePath"}$QData{"CurInciSignal"}.png"
title="$Text{"$QData{"CurInciState"}"}"
alt="$Text{"$QData{"CurInciState"}"}">
</td>
<td class="$QData{"CssClass"}">
<a href="$Env{"Baselink"}Action=AgentITSMConfigItemZoom&ConfigItemID=$QData{"ConfigItemID"}">$QData{"Number"}</a>
</td>
<td class="$QData{"CssClass"}">$QData{"Name","40"}</td>
<td class="$QData{"CssClass"}">$Text{"$QData{"CurDeplState"}"}</td>
<td class="$QData{"CssClass"}"
width="150">$TimeLong{"$QData{"CreateTime"}"}</td>
<td class="$QData{"CssClass"}">$QData{"SerialNumber"}</td>
<td class="$QData{"CssClass"}">$QData{"PhysLoc"}</td>
</tr>
chris17
Znuny newbie
Posts: 33
Joined: 08 Jan 2010, 10:22
Znuny Version: 2.4.4

Re: Config Item Display

Post by chris17 »

I've the same Problem. I would like to add the owner of a config item.
OTRS: 2.4.9, OTRS::ITSM 1.3.2
OS: Suse 10.2
Apache2/MySQL 5
otrspk
Znuny newbie
Posts: 3
Joined: 02 Aug 2010, 11:57
Znuny Version: 2.4

Re: Config Item Display

Post by otrspk »

Apparently this is not possible in the current release, and I am not sure if this is in the books for future releases. This is something would be nice to have
chris17
Znuny newbie
Posts: 33
Joined: 08 Jan 2010, 10:22
Znuny Version: 2.4.4

Re: Config Item Display

Post by chris17 »

It's not possible without modifications... Im still searching the data definition to define the Owner in the CssClass. So I think it should be possible.
OTRS: 2.4.9, OTRS::ITSM 1.3.2
OS: Suse 10.2
Apache2/MySQL 5
chris17
Znuny newbie
Posts: 33
Joined: 08 Jan 2010, 10:22
Znuny Version: 2.4.4

Re: Config Item Display

Post by chris17 »

I think you don't speak german... but maybe the files will help you...

http://forums.otrs.org/viewtopic.php?f=17&t=2486
OTRS: 2.4.9, OTRS::ITSM 1.3.2
OS: Suse 10.2
Apache2/MySQL 5
Post Reply