[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard FAQ.dtl, 1.9,
1.9.2.1
cvs-log at otrs.org
cvs-log at otrs.org
Mon Oct 2 12:19:01 CEST 2006
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv25485/Kernel/Output/HTML/Standard
Modified Files:
Tag: rel-2_0
FAQ.dtl
Log Message:
fixed javascript bug
Index: FAQ.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/Attic/FAQ.dtl,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -r1.9 -r1.9.2.1
*** FAQ.dtl 31 Oct 2005 20:54:58 -0000 1.9
--- FAQ.dtl 2 Oct 2006 09:18:58 -0000 1.9.2.1
***************
*** 1,5 ****
# --
# FAQ.dtl - provides HTML view for faq articles
! # Copyright (C) 2001-2005 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id$
--- 1,5 ----
# --
# FAQ.dtl - provides HTML view for faq articles
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
# --
[...1314 lines suppressed...]
! <td class="contentkey">$Text{"State"}</td>
! <td class="contentkey">$Text{"Changed"}</td>
! </tr>
! <!-- dtl:block:SearchResultRow -->
! <dtl if ($Env{"Color"} eq "") { $Env{"Color"} = "searchpassive"; }>
! <tr class="contentbody">
! <td class="$Env{"Color"}"><a href="$Env{"Baselink"}Action=$Env{"Action"}&FAQID=$QData{"FAQID"}">$QData{"Number"}</a></td>
! <td class="$Env{"Color"}">$QData{"Title"}</td>
! <td class="$Env{"Color"}">$QData{"Category"}</td>
! <td class="$Env{"Color"}">$QData{"Language"}</td>
! <td class="$Env{"Color"}">$QData{"State"}</td>
! <td class="$Env{"Color"}">($TimeLong{"$Data{"Changed"}"})</td>
! </tr>
! <dtl if ($Env{"Color"} eq "searchactive") { $Env{"Color"} = ""; }>
! <dtl if ($Env{"Color"} eq "searchpassive") { $Env{"Color"} = "searchactive"; }>
! <!-- dtl:block:SearchResultRow -->
! </table>
! </td>
</tr>
</table>
More information about the cvs-log
mailing list