[otrs-cvs] CVS: Incident/Kernel/Output/HTML/Standard AgentIncidentEditAttackEventsEdit.dtl,1.9,1.10 AgentIncidentEditAttackEventsExtend.dtl,1.14,1.15 AgentIncidentEditDetailSpecification.dtl,1.7,1.8 AgentIncidentImport.dtl,1.11,1.12

cvs-log at otrs.org cvs-log at otrs.org
Thu Nov 16 16:03:30 CET 2006


Update of /home/cvs/Incident/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv9493/Kernel/Output/HTML/Standard

Modified Files:
	AgentIncidentEditAttackEventsEdit.dtl 
	AgentIncidentEditAttackEventsExtend.dtl 
	AgentIncidentEditDetailSpecification.dtl 
	AgentIncidentImport.dtl 
Log Message:
improved Headerline

Index: AgentIncidentEditAttackEventsEdit.dtl
===================================================================
RCS file: /home/cvs/Incident/Kernel/Output/HTML/Standard/AgentIncidentEditAttackEventsEdit.dtl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** AgentIncidentEditAttackEventsEdit.dtl	5 Jul 2006 14:03:33 -0000	1.9
--- AgentIncidentEditAttackEventsEdit.dtl	16 Nov 2006 15:03:28 -0000	1.10
***************
*** 1,4 ****
! # AgentIncidentEditSpecification.dtl - provides HTML form for incident edit mask
! # Copyright (C) 2003-2006 OTRS GmbH, http://www.otrs.com/
  # --
  # $Id$
--- 1,5 ----
! # --
! # AgentIncidentEditAttackEventsEdit.dtl - provides HTML form for incident edit mask
! # Copyright (C) 2003-2006 OTRS GmbH, http://otrs.com/
  # --
  # $Id$

Index: AgentIncidentEditAttackEventsExtend.dtl
===================================================================
RCS file: /home/cvs/Incident/Kernel/Output/HTML/Standard/AgentIncidentEditAttackEventsExtend.dtl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** AgentIncidentEditAttackEventsExtend.dtl	11 Jul 2006 06:17:16 -0000	1.14
--- AgentIncidentEditAttackEventsExtend.dtl	16 Nov 2006 15:03:28 -0000	1.15
***************
*** 1,4 ****
! # AgentIncidentEditSpecification.dtl - provides HTML form for incident edit mask
! # Copyright (C) 2003-2006 OTRS GmbH, http://www.otrs.com/
  # --
  # $Id$
--- 1,5 ----
! # --
! # AgentIncidentEditAttackEventsExtend.dtl - provides HTML form for incident edit mask
! # Copyright (C) 2003-2006 OTRS GmbH, http://otrs.com/
  # --
  # $Id$

Index: AgentIncidentEditDetailSpecification.dtl
===================================================================
RCS file: /home/cvs/Incident/Kernel/Output/HTML/Standard/AgentIncidentEditDetailSpecification.dtl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** AgentIncidentEditDetailSpecification.dtl	11 Jul 2006 06:17:16 -0000	1.7
--- AgentIncidentEditDetailSpecification.dtl	16 Nov 2006 15:03:28 -0000	1.8
***************
*** 1,4 ****
! # AgentIncidentEditSpecification.dtl - provides HTML form for incident edit mask
! # Copyright (C) 2003-2006 OTRS GmbH, http://www.otrs.com/
  # --
  # $Id$
--- 1,5 ----
! # --
! # AgentIncidentEditDetailSpecification.dtl - provides HTML form for incident edit mask
! # Copyright (C) 2003-2006 OTRS GmbH, http://otrs.com/
  # --
  # $Id$
***************
*** 32,36 ****
    </tr>
    <tr>
!     <td class="contentkey">$Text{"Priority"}:<span class="required"><b>$Data{"RequiredPriorityID"}</span></td>
      <td class="contentvalue">
        $Data{"Prioritys"}&nbsp;&nbsp;$Text{"Suggestion"}:&nbsp;$Text{"$Data{"PrioritySuggestion"}"}
--- 33,37 ----
    </tr>
    <tr>
!     <td class="contentkey">$Text{"Priority"}:<span class="required">$Data{"RequiredPriorityID"}</span></td>
      <td class="contentvalue">
        $Data{"Prioritys"}&nbsp;&nbsp;$Text{"Suggestion"}:&nbsp;$Text{"$Data{"PrioritySuggestion"}"}
***************
*** 155,219 ****
          </tr>
        </table>
!       <td>
!       </tr>
!       <tr>
!         <td colspan="2">&nbsp;</td>
!       </tr>
!       <tr>
!         <td class="contentkey">$Text{"AlternativID"}:<span class="required">$Data{"RequiredAlternativID"}</span></td>
!         <td >
!           <table border="0" cellpadding="2" cellspacing="0" >
  <!-- dtl:block:AlternativID -->
!             <tr>
!               <td>
!                 <input type="text" name="AlternativID[$QData{"AlternativIDID"}]" value="$QData{"AlternativID"}" size="30">&nbsp;&nbsp;
!               </td>
!               <td>
!                 <input class="button" type="submit" name="AlternativIDDelete[$QData{"AlternativIDID"}]" value="$Text{"Delete"}">
!               </td>
!             </tr>
  <!-- dtl:block:AlternativID -->
!             <tr>
!               <td>
!                 <input class="button" type="submit" name="AlterativIDAdd" value="$Text{"Add"}">
!               </td>
!               <td>&nbsp;</td>
!             </tr>
!           </table>
!         </td>
!       </tr>
!       <tr>
!         <td class="contentkey">$Text{"RelatedActivity"}:<span class="required">$Data{"RequiredRelatedActivity"}</span></td>
!         <td>
!           <table border="0" cellpadding="2" cellspacing="0" >
  <!-- dtl:block:RelatedActivity -->
!             <tr>
!               <td>
!                 <input type="text" name="RelatedActivity[$QData{"RelatedActivityID"}]" value="$QData{"RelatedActivity"}" size="30">&nbsp;&nbsp;
!               </td>
!               <td>
!                 <input class="button" type="submit" name="RelatedActivityDelete[$QData{"RelatedActivityID"}]" value="$Text{"Delete"}">
!               </td>
!             </tr>
  <!-- dtl:block:RelatedActivity -->
!             <tr>
!               <td>
!                 <input class="button" type="submit" name="RelatedActivityAdd" value="$Text{"Add"}">
!               </td>
!               <td>&nbsp;</td>
!             </tr>
!           </table>
!         </td>
!       </tr>
!       <tr>
!         <td colspan="2">&nbsp;</td>
!       </tr>
!       <tr>
!         <td class="contentkey">$Text{"Remark"}:<span class="required">$Data{"RequiredDetailSpecificationRemark"}</span></td>
!         <td class="contentvalue">
!           <input type="text" name="DetailSpecificationRemark" value="$QData{"DetailSpecificationRemark"}" size="60">
  #                            <textarea rows="4" name="DetailSpecificationRemark" cols="80">$QData{"DetailSpecificationRemark"}</textarea>
!         </td>
!       </tr>
!     </table>
  <!-- end form -->
--- 156,224 ----
          </tr>
        </table>
!     </td>
!   </tr>
!   <tr>
!     <td colspan="2">&nbsp;</td>
!   </tr>
!   <tr>
!     <td class="contentkey">$Text{"AlternativID"}:<span class="required">$Data{"RequiredAlternativID"}</span></td>
!     <td>
!       <table border="0" cellpadding="2" cellspacing="0" >
  <!-- dtl:block:AlternativID -->
!         <tr>
!           <td>
!             <input type="text" name="AlternativID[$QData{"AlternativIDID"}]" value="$QData{"AlternativID"}" size="30">&nbsp;&nbsp;
!           </td>
!           <td>
!             <input class="button" type="submit" name="AlternativIDDelete[$QData{"AlternativIDID"}]" value="$Text{"Delete"}">
!           </td>
!         </tr>
  <!-- dtl:block:AlternativID -->
!         <tr>
!           <td>
!             <input class="button" type="submit" name="AlterativIDAdd" value="$Text{"Add"}">
!           </td>
!           <td>&nbsp;</td>
!         </tr>
!       </table>
!     </td>
!   </tr>
!   <tr>
!     <td class="contentkey">
!       $Text{"RelatedActivity"}:<span class="required">$Data{"RequiredRelatedActivity"}</span>
!     </td>
!     <td>
!       <table border="0" cellpadding="2" cellspacing="0" >
  <!-- dtl:block:RelatedActivity -->
!         <tr>
!           <td>
!             <input type="text" name="RelatedActivity[$QData{"RelatedActivityID"}]" value="$QData{"RelatedActivity"}" size="30">&nbsp;&nbsp;
!           </td>
!           <td>
!             <input class="button" type="submit" name="RelatedActivityDelete[$QData{"RelatedActivityID"}]" value="$Text{"Delete"}">
!           </td>
!         </tr>
  <!-- dtl:block:RelatedActivity -->
!         <tr>
!           <td>
!             <input class="button" type="submit" name="RelatedActivityAdd" value="$Text{"Add"}">
!           </td>
!           <td>&nbsp;</td>
!         </tr>
!       </table>
!     </td>
!   </tr>
!   <tr>
!     <td colspan="2">&nbsp;</td>
!   </tr>
!   <tr>
!     <td class="contentkey">
!       $Text{"Remark"}:<span class="required">$Data{"RequiredDetailSpecificationRemark"}</span>
!     </td>
!     <td class="contentvalue">
!       <input type="text" name="DetailSpecificationRemark" value="$QData{"DetailSpecificationRemark"}" size="60">
  #                            <textarea rows="4" name="DetailSpecificationRemark" cols="80">$QData{"DetailSpecificationRemark"}</textarea>
!     </td>
!   </tr>
! </table>
  <!-- end form -->

Index: AgentIncidentImport.dtl
===================================================================
RCS file: /home/cvs/Incident/Kernel/Output/HTML/Standard/AgentIncidentImport.dtl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** AgentIncidentImport.dtl	6 Sep 2006 06:51:46 -0000	1.11
--- AgentIncidentImport.dtl	16 Nov 2006 15:03:28 -0000	1.12
***************
*** 1,4 ****
  # AgentIncidentImport.dtl - provides HTML form for incident export mask
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
--- 1,5 ----
+ # --
  # AgentIncidentImport.dtl - provides HTML form for incident export mask
! # Copyright (C) 2003-2006 OTRS GmbH, http://otrs.com/
  # --
  # $Id$



More information about the cvs-log mailing list