[otrs-cvs] CVS: Advisory/Kernel/Output/HTML/Standard
AgentAdvisoryEditAffectedSystems.dtl,1.11,1.12
cvs-log at otrs.org
cvs-log at otrs.org
Tue Nov 14 17:00:25 CET 2006
Update of /home/cvs/Advisory/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv12378/Kernel/Output/HTML/Standard
Modified Files:
AgentAdvisoryEditAffectedSystems.dtl
Log Message:
changed headerline and html-tag error
Index: AgentAdvisoryEditAffectedSystems.dtl
===================================================================
RCS file: /home/cvs/Advisory/Kernel/Output/HTML/Standard/AgentAdvisoryEditAffectedSystems.dtl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** AgentAdvisoryEditAffectedSystems.dtl 31 Oct 2006 12:51:14 -0000 1.11
--- AgentAdvisoryEditAffectedSystems.dtl 14 Nov 2006 16:00:13 -0000 1.12
***************
*** 1,4 ****
# AgentAdvisoryEditAffectedSystems.dtl - provides HTML form for advisory edit mask
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
+ # --
# AgentAdvisoryEditAffectedSystems.dtl - provides HTML form for advisory edit mask
! # Copyright (C) 2003-2006 OTRS GmbH, http://otrs.com/
# --
# $Id$
***************
*** 87,91 ****
<!-- dtl:block:system -->
<tr>
! <td colspan="4"><input class="button" type="submit" value="$Text{"System add"}..." name="Add::$QData{"TagKey"}{'system'}"></td>
</tr>
<!-- dtl:block:system_list -->
--- 88,94 ----
<!-- dtl:block:system -->
<tr>
! <td colspan="4">
! <input class="button" type="submit" value="$Text{"System add"}..." name="Add::$QData{"TagKey"}{'system'}">
! </td>
</tr>
<!-- dtl:block:system_list -->
***************
*** 99,110 ****
<a name="$QData{"TagKey"}"></a>
<tr>
! <td class="contentkey$Data{"NotCommonField"}" colspan="2">$Text{"$Data{"Key"}"} $QData{"Number"}/$QData{"NumberMax"}<span class="required">$Data{"Required"}</span></td>
!
<td> </td>
! <td rowspan="3"><input class="button" type="submit" value="$Text{"Delete"}" name="Delete::$QData{"TagKey"}"></td>
</tr>
<!-- dtl:block:information_type -->
<tr>
! <td class="contentkey$Data{"NotCommonField"}" width="150"> $Text{"$Data{"Key"}"}:<span class="required">$Data{"Required"}</span></td>
<td width="21"> </td>
<td class="contentvalue">$Data{"List"}</td>
--- 102,118 ----
<a name="$QData{"TagKey"}"></a>
<tr>
! <td class="contentkey$Data{"NotCommonField"}" colspan="2">
! $Text{"$Data{"Key"}"} $QData{"Number"}/$QData{"NumberMax"}<span class="required">$Data{"Required"}</span>
! </td>
<td> </td>
! <td rowspan="3">
! <input class="button" type="submit" value="$Text{"Delete"}" name="Delete::$QData{"TagKey"}">
! </td>
</tr>
<!-- dtl:block:information_type -->
<tr>
! <td class="contentkey$Data{"NotCommonField"}" width="150">
! $Text{"$Data{"Key"}"}:<span class="required">$Data{"Required"}</span>
! </td>
<td width="21"> </td>
<td class="contentvalue">$Data{"List"}</td>
***************
*** 112,116 ****
<!-- dtl:block:information_type -->
<tr>
! <td class="contentkey$Data{"NotCommonField"}"> $Text{"$Data{"Key"}"}:<span class="required">$Data{"Required"}</span></td>
<td class="contentvalue" colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
--- 120,126 ----
<!-- dtl:block:information_type -->
<tr>
! <td class="contentkey$Data{"NotCommonField"}">
! $Text{"$Data{"Key"}"}:<span class="required">$Data{"Required"}</span>
! </td>
<td class="contentvalue" colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
***************
*** 121,125 ****
<!-- dtl:block:information_lang -->
<!-- dtl:block:information_Content -->
! <td class="contentvalue"><textarea rows="3" name="$QData{"TagKey"}" cols="68">$QData{"Content"}</textarea></td>
<!-- dtl:block:information_Content -->
</tr>
--- 131,137 ----
<!-- dtl:block:information_lang -->
<!-- dtl:block:information_Content -->
! <td class="contentvalue">
! <textarea rows="3" name="$QData{"TagKey"}" cols="68">$QData{"Content"}</textarea>
! </td>
<!-- dtl:block:information_Content -->
</tr>
***************
*** 133,144 ****
<!-- dtl:block:information -->
<tr>
! <td colspan="4"><input class="button" type="submit" value="$Text{"System Information add"}" name="Add::$QData{"TagKey"}{'information'}"></td>
</tr>
- </tr>
- <td colspan="4"> </td>
- </tr>
- <tr>
- <td class="contentfooter" colspan="4"> </td>
- </tr>
</table>
<!-- dtl:block:System_Information -->
--- 145,158 ----
<!-- dtl:block:information -->
<tr>
! <td colspan="4">
! <input class="button" type="submit" value="$Text{"System Information add"}" name="Add::$QData{"TagKey"}{'information'}">
! </td>
! </tr>
! <tr>
! <td colspan="4"> </td>
! </tr>
! <tr>
! <td class="contentfooter" colspan="4"> </td>
</tr>
</table>
<!-- dtl:block:System_Information -->
More information about the cvs-log
mailing list