[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard AAATicket.dtl, 1.22, 1.23 AdminEmail.dtl,1.11,1.12 AdminLog.dtl,1.11,1.12 AdminPerformanceLog.dtl,1.3,1.4 AdminQueueAutoResponseForm.dtl,1.13,1.14 AdminQueueResponsesChangeForm.dtl,1.13,1.14 AdminRoleForm.dtl,1.4,1.5 AdminRoleGroupChangeForm.dtl,1.7,1.8 AdminRoleUserChangeForm.dtl,1.9,1.10 AdminSMIMEForm.dtl,1.16,1.17 AdminStateForm.dtl,1.19,1.20 AdminUserGroupChangeForm.dtl,1.15,1.16 AgentInfo.dtl,1.3,1.4 AgentPreferencesForm.dtl, 1.20, 1.21 AgentStatsEditSpecification.dtl, 1.2, 1.3 AgentTicketBounce.dtl,1.6,1.7 AgentTicketBulk.dtl,1.7,1.8 AgentTicketCustomer.dtl,1.9,1.10 AgentTicketMerge.dtl,1.8,1.9 AgentTicketOwner.dtl,1.10,1.11 AgentTicketPlain.dtl,1.4,1.5 AgentTicketPrint.dtl,1.15,1.16 AgentTicketPriority.dtl,1.9,1.10 AgentTicketSearchResult.dtl,1.7,1.8 CustomerError.dtl,1.6,1.7 CustomerLogin.dtl,1.18,1.19 CustomerStatusView.dtl,1.26,1.27 CustomerTicketPrint.dtl,1.4,1.5 Installer.dtl,1.10,1.11 PrintFooter.dtl,1.7,1.8

cvs-log at otrs.org cvs-log at otrs.org
Mon Dec 18 01:10:02 CET 2006


Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv8250

Modified Files:
	AAATicket.dtl AdminEmail.dtl AdminLog.dtl 
	AdminPerformanceLog.dtl AdminQueueAutoResponseForm.dtl 
	AdminQueueResponsesChangeForm.dtl AdminRoleForm.dtl 
	AdminRoleGroupChangeForm.dtl AdminRoleUserChangeForm.dtl 
	AdminSMIMEForm.dtl AdminStateForm.dtl 
	AdminUserGroupChangeForm.dtl AgentInfo.dtl 
	AgentPreferencesForm.dtl AgentStatsEditSpecification.dtl 
	AgentTicketBounce.dtl AgentTicketBulk.dtl 
	AgentTicketCustomer.dtl AgentTicketMerge.dtl 
	AgentTicketOwner.dtl AgentTicketPlain.dtl AgentTicketPrint.dtl 
	AgentTicketPriority.dtl AgentTicketSearchResult.dtl 
	CustomerError.dtl CustomerLogin.dtl CustomerStatusView.dtl 
	CustomerTicketPrint.dtl Installer.dtl PrintFooter.dtl 
Log Message:
code cleanup


Index: AdminEmail.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminEmail.dtl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** AdminEmail.dtl	29 Aug 2006 16:56:06 -0000	1.11
--- AdminEmail.dtl	18 Dec 2006 00:09:59 -0000	1.12
***************
*** 9,14 ****
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
  <!-- start -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
    <tr>
      <td class="mainhead">
--- 9,15 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td class="mainhead">
***************
*** 19,25 ****
      <td align="center" class="mainbody">
        <br>
- 
  <!-- dtl:block:Sent -->
- 
        <table border="0" width="700" cellspacing="0" cellpadding="4">
          <tr>
--- 20,24 ----
***************
*** 34,46 ****
          </tr>
        </table>
- 
        <br>
  <!-- dtl:block:Sent -->
- 
  <!-- dtl:block:Form -->
        <form action="$Env{"CGIHandle"}" method="post">
          <input type="hidden" name="Action" value="$Env{"Action"}">
          <input type="hidden" name="Subaction" value="Send">
- 
          <table border="0" width="700" cellspacing="0" cellpadding="4">
            <tr>
--- 33,42 ----
***************
*** 49,53 ****
            <tr>
              <td class="contentbody">
- 
                <table border="0" width="700" cellspacing="0" cellpadding="4">
                  <tr>
--- 45,48 ----
***************
*** 64,68 ****
                        </tr>
                        <tr>
!                         <td valign="top">$Text{"Permission"}:<br>ro <input type="radio" name="GroupPermission" value="ro" checked> - rw <input type="radio" name="GroupPermission" value="rw"></td>
                        </tr>
                      </table>
--- 59,65 ----
                        </tr>
                        <tr>
!                         <td valign="top">
!                           $Text{"Permission"}:<br>ro <input type="radio" name="GroupPermission" value="ro" checked> - rw <input type="radio" name="GroupPermission" value="rw">
!                         </td>
                        </tr>
                      </table>
***************
*** 83,94 ****
            </tr>
            <tr>
!             <td class="contentfooter"><input class="button" type="submit" value="$Text{"send"}"></td>
            </tr>
          </table>
        </form>
  <!-- dtl:block:Form -->
- 
        <br>
- 
      </td>
    </tr>
--- 80,89 ----
            </tr>
            <tr>
!             <td class="contentfooter"><input class="button" type="submit" value="$Text{"Send"}"></td>
            </tr>
          </table>
        </form>
  <!-- dtl:block:Form -->
        <br>
      </td>
    </tr>

Index: AdminLog.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminLog.dtl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** AdminLog.dtl	29 Aug 2006 16:56:06 -0000	1.11
--- AdminLog.dtl	18 Dec 2006 00:09:59 -0000	1.12
***************
*** 9,14 ****
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
  <!-- start form -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
    <tr>
      <td class="mainhead">
--- 9,15 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start form -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td class="mainhead">
***************
*** 18,22 ****
    <tr>
      <td class="mainbody">
- 
        <p>
          <table border="0" width="100%" cellspacing="0" cellpadding="2">
--- 19,22 ----
***************
*** 40,47 ****
          </table>
        </p>
- 
      </td>
    </tr>
  </table>
  <!-- end form -->
- 
--- 40,45 ----

Index: AdminPerformanceLog.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminPerformanceLog.dtl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** AdminPerformanceLog.dtl	5 Oct 2006 01:21:38 -0000	1.3
--- AdminPerformanceLog.dtl	18 Dec 2006 00:09:59 -0000	1.4
***************
*** 9,14 ****
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
  <!-- start form -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
    <tr>
      <td class="mainhead">
--- 9,15 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start form -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td class="mainhead">
***************
*** 18,24 ****
    <tr>
      <td class="mainbody">
- 
        <br>
- 
  <!-- dtl:block:Reset -->
        <table border="0" width="700" align="center" cellspacing="0" cellpadding="4">
--- 19,23 ----
***************
*** 45,49 ****
          </tr>
        </table>
- 
        <br>
  <!-- dtl:block:Reset -->
--- 44,47 ----
***************
*** 81,91 ****
          </tr>
        </table>
- 
        <br>
  <!-- dtl:block:Table -->
- 
      </td>
    </tr>
  </table>
  <!-- end form -->
- 
--- 79,86 ----

Index: AdminQueueAutoResponseForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminQueueAutoResponseForm.dtl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** AdminQueueAutoResponseForm.dtl	12 Oct 2006 10:15:59 -0000	1.13
--- AdminQueueAutoResponseForm.dtl	18 Dec 2006 00:09:59 -0000	1.14
***************
*** 9,14 ****
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
  <!-- dtl:block:Overview -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
    <tr>
      <td class="mainhead">
--- 9,15 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- dtl:block:Overview -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td class="mainhead">
***************
*** 18,24 ****
    <tr align="center">
      <td class="mainbody">
- 
        <br>
- 
        <table border="0" width="700" align="center" cellspacing="0" cellpadding="4">
          <tr>
--- 19,23 ----
***************
*** 54,60 ****
          </tr>
        </table>
- 
        <br>
- 
      </td>
    </tr>
--- 53,57 ----
***************
*** 75,86 ****
    <tr align="center">
      <td class="mainbody">
- 
        <br>
- 
        <form action="$Env{"CGIHandle"}" method="post">
          <input type="hidden" name="Action" value="$Env{"Action"}">
          <input type="hidden" name="Subaction" value="ChangeAction">
          <input type="hidden" name="ID" value="$QData{"ID"}">
- 
          <table border="0" width="700" align="center" cellspacing="0" cellpadding="4">
            <tr>
--- 72,80 ----
***************
*** 109,117 ****
            </tr>
          </table>
- 
        </form>
- 
        <br>
- 
      </td>
    </tr>
--- 103,108 ----

Index: AdminQueueResponsesChangeForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminQueueResponsesChangeForm.dtl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** AdminQueueResponsesChangeForm.dtl	29 Aug 2006 16:56:06 -0000	1.13
--- AdminQueueResponsesChangeForm.dtl	18 Dec 2006 00:09:59 -0000	1.14
***************
*** 9,12 ****
--- 9,13 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start form -->
  <table border="0" width="100%" cellspacing="0" cellpadding="3">
***************
*** 18,24 ****
    <tr>
      <td align="center" class="mainbody">
- 
        <br>
- 
        <form action="$Env{"CGIHandle"}" method="post">
          <input type="hidden" name="Action" value="$Env{"Action"}">
--- 19,23 ----
***************
*** 34,44 ****
            </tr>
            <tr class="contentfooter">
!             <td class="contentvalue"><input class="button" type="submit" value="$Text{"submit"}"></td>
            </tr>
          </table>
        </form>
- 
        <br>
- 
      </td>
    </tr>
--- 33,41 ----
            </tr>
            <tr class="contentfooter">
!             <td class="contentvalue"><input class="button" type="submit" value="$Text{"Submit"}"></td>
            </tr>
          </table>
        </form>
        <br>
      </td>
    </tr>

Index: AdminRoleForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminRoleForm.dtl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** AdminRoleForm.dtl	29 Aug 2006 16:56:06 -0000	1.4
--- AdminRoleForm.dtl	18 Dec 2006 00:09:59 -0000	1.5
***************
*** 9,14 ****
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
  <!-- start form -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
    <tr>
      <td colspan="2" class="mainhead">
--- 9,15 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start form -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td colspan="2" class="mainhead">
***************
*** 18,22 ****
    <tr>
      <td width="40%" class="mainbody">
- 
        <form action="$Env{"CGIHandle"}" method="post">
          <input type="hidden" name="Action" value="$Env{"Action"}">
--- 19,22 ----
***************
*** 38,45 ****
          </table>
        </form>
- 
      </td>
      <td width="60%" class="mainbody">
- 
  # --
  # check subaction
--- 38,43 ----
***************
*** 59,114 ****
            <tr>
              <td class="contenthead">
!               $Text{"$Data{"Headline"}"} <a href="$Env{"Baselink"}Action=AdminGroup">$Text{"$Data{"AddLink"}"}</a>:</td>
!             </tr>
!             <tr>
!               <td class="contentbody">
! 
!                 <table border="0" cellspacing="0" cellpadding="3">
!                   <tr>
!                     <td class="contentkey">$Text{"Name"}: </td>
!                     <td class="contentvalue"> <input type="text" name="Name" value="$QData{"Name"}" size="50" maxlength="50"></td>
!                   </tr>
!                   <tr>
!                     <td class="contentkey">$Text{"Valid"}: </td>
!                     <td class="contentvalue"> $Data{"ValidOption"}</td>
!                   </tr>
!                   <tr>
!                     <td class="contentkey">$Text{"Comment"}: </td>
!                     <td class="contentvalue"> <input type="text" name="Comment" value="$QData{"Comment"}" size="50" maxlength="70"></td>
!                   </tr>
!                 </table>
! 
!               </td>
!             </tr>
!             <tr>
!               <td class="contentfooter">
!                 <input class="button" type="submit" value="$Text{"$Data{"Headline"}"}">
!               </td>
!             </tr>
!           </table>
!         </form>
! 
!       </td>
!     </tr>
!   </table>
  <!-- end form -->
- 
  <!-- start note -->
!   <table border="0" width="100%" cellspacing="0" cellpadding="3">
!     <tr>
!       <td class="mainhead">
!         $Env{"Box0"}$Text{"Note"}$Env{"Box1"}
!       </td>
!     </tr>
!     <tr>
!       <td class="mainbody">
!         <p>
!           $Text{"Create a role and put groups in it. Then add the role to the users."}
!         </p>
!         <p>
!           $Text{"It's useful for a lot of users and groups."}
!         </p>
!       </td>
!     </tr>
!   </table>
  <!-- end note -->
--- 57,115 ----
            <tr>
              <td class="contenthead">
!               $Text{"$Data{"Headline"}"} <a href="$Env{"Baselink"}Action=AdminGroup">$Text{"$Data{"AddLink"}"}</a>:
!             </td>
!           </tr>
!           <tr>
!             <td class="contentbody">
!               <table border="0" cellspacing="0" cellpadding="3">
!                 <tr>
!                   <td class="contentkey">$Text{"Name"}: </td>
!                   <td class="contentvalue">
!                     &nbsp;<input type="text" name="Name" value="$QData{"Name"}" size="50" maxlength="50">
!                   </td>
!                 </tr>
!                 <tr>
!                   <td class="contentkey">$Text{"Valid"}: </td>
!                   <td class="contentvalue">
!                     &nbsp;$Data{"ValidOption"}
!                   </td>
!                 </tr>
!                 <tr>
!                   <td class="contentkey">$Text{"Comment"}: </td>
!                   <td class="contentvalue">
!                     &nbsp;<input type="text" name="Comment" value="$QData{"Comment"}" size="50" maxlength="70">
!                   </td>
!                 </tr>
!               </table>
!             </td>
!           </tr>
!           <tr>
!             <td class="contentfooter">
!               <input class="button" type="submit" value="$Text{"$Data{"Headline"}"}">
!             </td>
!           </tr>
!         </table>
!       </form>
!     </td>
!   </tr>
! </table>
  <!-- end form -->
  <!-- start note -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
!   <tr>
!     <td class="mainhead">
!       $Env{"Box0"}$Text{"Note"}$Env{"Box1"}
!     </td>
!   </tr>
!   <tr>
!     <td class="mainbody">
!       <p>
!         $Text{"Create a role and put groups in it. Then add the role to the users."}
!       </p>
!       <p>
!         $Text{"It's useful for a lot of users and groups."}
!       </p>
!     </td>
!   </tr>
! </table>
  <!-- end note -->

Index: AdminRoleGroupChangeForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminRoleGroupChangeForm.dtl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** AdminRoleGroupChangeForm.dtl	29 Aug 2006 16:56:06 -0000	1.7
--- AdminRoleGroupChangeForm.dtl	18 Dec 2006 00:09:59 -0000	1.8
***************
*** 9,12 ****
--- 9,13 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start form -->
  <table border="0" width="100%" cellspacing="0" cellpadding="3">
***************
*** 18,24 ****
    <tr align="center">
      <td class="mainbody">
- 
        <br>
- 
        <form action="$Env{"CGIHandle"}" method="post">
          <input type="hidden" name="Action" value="$Env{"Action"}">
--- 19,23 ----
***************
*** 34,51 ****
            </tr>
            <tr class="contentfooter">
!             <td class="contentvalue"><input class="button" type="submit" value="$Text{"submit"}"></td>
            </tr>
          </table>
        </form>
- 
        <br>
- 
      </td>
    </tr>
  </table>
  <!-- end form -->
- 
  <!-- start note -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
    <tr>
      <td class="mainhead">
--- 33,47 ----
            </tr>
            <tr class="contentfooter">
!             <td class="contentvalue"><input class="button" type="submit" value="$Text{"Submit"}"></td>
            </tr>
          </table>
        </form>
        <br>
      </td>
    </tr>
  </table>
  <!-- end form -->
  <!-- start note -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td class="mainhead">

Index: AdminRoleUserChangeForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminRoleUserChangeForm.dtl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** AdminRoleUserChangeForm.dtl	29 Aug 2006 16:56:06 -0000	1.9
--- AdminRoleUserChangeForm.dtl	18 Dec 2006 00:09:59 -0000	1.10
***************
*** 9,12 ****
--- 9,13 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start form -->
  <table border="0" width="100%" cellspacing="0" cellpadding="3">
***************
*** 18,24 ****
    <tr align="center">
      <td class="mainbody">
- 
        <br>
- 
        <form action="$Env{"CGIHandle"}" method="post">
          <input type="hidden" name="Action" value="$Env{"Action"}">
--- 19,23 ----
***************
*** 31,37 ****
            <tr>
              <td align="center" class="contentbody">
- 
                <b>$Text{"$QData{"Type"}"}:</b> <a href="$Env{"Baselink"}Action=Admin$QData{"Type"}&Subaction=Change&ID=$QData{"ID"}">$QData{"Name"}</a> (id=$QData{"ID"})<br>
- 
                <table>
                  <tr>
--- 30,34 ----
***************
*** 46,67 ****
  <!-- dtl:block:Row -->
                </table>
- 
              </td>
            </tr>
            <tr class="contentfooter">
!             <td class="contentvalue"><input class="button" type="submit" value="$Text{"submit"}"></td>
            </tr>
          </table>
        </form>
- 
        <br>
- 
      </td>
    </tr>
  </table>
  <!-- end form -->
- 
  <!-- start note -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
    <tr>
      <td class="mainhead">
--- 43,60 ----
  <!-- dtl:block:Row -->
                </table>
              </td>
            </tr>
            <tr class="contentfooter">
!             <td class="contentvalue"><input class="button" type="submit" value="$Text{"Submit"}"></td>
            </tr>
          </table>
        </form>
        <br>
      </td>
    </tr>
  </table>
  <!-- end form -->
  <!-- start note -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td class="mainhead">

Index: AdminSMIMEForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminSMIMEForm.dtl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** AdminSMIMEForm.dtl	29 Aug 2006 16:56:06 -0000	1.16
--- AdminSMIMEForm.dtl	18 Dec 2006 00:09:59 -0000	1.17
***************
*** 9,14 ****
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
  <!-- start form -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
    <tr>
      <td colspan="2" class="mainhead">
--- 9,15 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start form -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td colspan="2" class="mainhead">
***************
*** 18,22 ****
    <tr>
      <td width="30%" class="mainbody">
- 
        <form action="$Env{"CGIHandle"}" method="post">
          <input type="hidden" name="Action" value="$Env{"Action"}">
--- 19,22 ----
***************
*** 43,49 ****
          </table>
        </form>
- 
        <br>
- 
        <form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data">
          <input type="hidden" name="Action" value="$Env{"Action"}">
--- 43,47 ----
***************
*** 56,63 ****
              <td class="contentbody">
                <table border="0" cellspacing="0" cellpadding="3">
! #    <tr>
! #      <td class="contentkey">$Text{"Ascii"}: </td>
! #      <td class="contentvalue"> <textarea name="String" rows="6" cols="40" wrap="$Env{"BrowserWrap"}"></textarea></td>
! #    </tr>
                  <tr>
                    <td class="contentkey">$Text{"File"}: </td>
--- 54,61 ----
              <td class="contentbody">
                <table border="0" cellspacing="0" cellpadding="3">
! #                <tr>
! #                  <td class="contentkey">$Text{"Ascii"}: </td>
! #                  <td class="contentvalue"> <textarea name="String" rows="6" cols="40" wrap="$Env{"BrowserWrap"}"></textarea></td>
! #                </tr>
                  <tr>
                    <td class="contentkey">$Text{"File"}: </td>
***************
*** 74,80 ****
          </table>
        </form>
- 
        <br>
- 
        <form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data">
          <input type="hidden" name="Action" value="$Env{"Action"}">
--- 72,76 ----
***************
*** 86,95 ****
            <tr>
              <td class="contentbody">
- 
                <table border="0" cellspacing="0" cellpadding="3">
! #    <tr>
! #      <td class="contentkey">$Text{"Ascii"}: </td>
! #      <td class="contentvalue"> <textarea name="String" rows="6" cols="40" wrap="$Env{"BrowserWrap"}"></textarea></td>
! #    </tr>
                  <tr>
                    <td class="contentkey">$Text{"File"}: </td>
--- 82,90 ----
            <tr>
              <td class="contentbody">
                <table border="0" cellspacing="0" cellpadding="3">
! #                <tr>
! #                  <td class="contentkey">$Text{"Ascii"}: </td>
! #                  <td class="contentvalue"> <textarea name="String" rows="6" cols="40" wrap="$Env{"BrowserWrap"}"></textarea></td>
! #                </tr>
                  <tr>
                    <td class="contentkey">$Text{"File"}: </td>
***************
*** 101,105 ****
                  </tr>
                </table>
- 
              </td>
            </tr>
--- 96,99 ----
***************
*** 111,118 ****
          </table>
        </form>
- 
      </td>
      <td width="70%" class="mainbody">
- 
        <table width="100%" cellspacing="0" cellpadding="4">
          <tr>
--- 105,110 ----
***************
*** 121,125 ****
          <tr>
            <td class="contentbody">
- 
              <table border="0" cellspacing="0" cellpadding="3" width="100%">
                <tr>
--- 113,116 ----
***************
*** 135,176 ****
                  <td class="$Env{"Color"}">$QData{"Type"}</td>
                  <td class="$Env{"Color"}">$QData{"Subject"}</td>
!                 <td class="$Env{"Color"}"><a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Download&Type=$QData{"Type"}&Hash=$QData{"Hash"}">$QData{"Hash","80"}</a><br>
!                   <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=DownloadFingerprint&Type=$QData{"Type"}&Hash=$QData{"Hash"}"><div title="$QData{"Fingerprint"}">$QData{"Fingerprint","12"}</div></a></td>
!                   <td class="$Env{"Color"}">$QData{"ShortStartDate"}<br>$QData{"ShortEndDate"}</td>
!                   <td align="center" class="$Env{"Color"}"><a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Delete&Type=$QData{"Type"}&Hash=$QData{"Hash"}">x</a></td>
!                 </tr>
!                 <dtl if ($Env{"Color"} eq "searchpassive") { $Env{"Color"} = ""; }>
!                 <dtl if ($Env{"Color"} eq "searchactive") { $Env{"Color"} = "searchpassive"; }>
  <!-- dtl:block:Row -->
! 
!               </table>
! 
!             </td>
!           </tr>
!           <tr>
!             <td class="contentfooter">&nbsp;</td>
!           </tr>
!         </table>
! 
!       </td>
!     </tr>
!   </table>
  <!-- end form -->
  <!-- start note -->
!   <table border="0" width="100%" cellspacing="0" cellpadding="3">
!     <tr valign="top">
!       <td class="mainhead">
!         $Env{"Box0"}$Text{"Note"}$Env{"Box1"}
!       </td>
!     </tr>
!     <tr>
!       <td class="mainbody">
!         <p>
!           $Text{"In this way you can directly edit the certification and private keys in file system."}
!           <br>
!           $Text{"Description"}: <a href="http://en.wikipedia.org/wiki/S/MIME" target="_blank">http://en.wikipedia.org/wiki/S/MIME</a>
!         </p>
!       </td>
!     </tr>
!   </table>
  <!-- end note -->
--- 126,169 ----
                  <td class="$Env{"Color"}">$QData{"Type"}</td>
                  <td class="$Env{"Color"}">$QData{"Subject"}</td>
!                 <td class="$Env{"Color"}">
!                   <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Download&Type=$QData{"Type"}&Hash=$QData{"Hash"}">$QData{"Hash","80"}</a>
!                   <br>
!                   <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=DownloadFingerprint&Type=$QData{"Type"}&Hash=$QData{"Hash"}"><div title="$QData{"Fingerprint"}">$QData{"Fingerprint","12"}</div></a>
!                 </td>
!                 <td class="$Env{"Color"}">$QData{"ShortStartDate"}<br>$QData{"ShortEndDate"}</td>
!                 <td align="center" class="$Env{"Color"}">
!                   <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Delete&Type=$QData{"Type"}&Hash=$QData{"Hash"}">x</a>
!                 </td>
!               </tr>
!               <dtl if ($Env{"Color"} eq "searchpassive") { $Env{"Color"} = ""; }>
!               <dtl if ($Env{"Color"} eq "searchactive") { $Env{"Color"} = "searchpassive"; }>
  <!-- dtl:block:Row -->
!             </table>
!           </td>
!         </tr>
!         <tr>
!           <td class="contentfooter">&nbsp;</td>
!         </tr>
!       </table>
!     </td>
!   </tr>
! </table>
  <!-- end form -->
  <!-- start note -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
!   <tr valign="top">
!     <td class="mainhead">
!       $Env{"Box0"}$Text{"Note"}$Env{"Box1"}
!     </td>
!   </tr>
!   <tr>
!     <td class="mainbody">
!       <p>
!         $Text{"In this way you can directly edit the certification and private keys in file system."}
!         <br>
!         $Text{"Description"}: <a href="http://en.wikipedia.org/wiki/S/MIME" target="_blank">http://en.wikipedia.org/wiki/S/MIME</a>
!       </p>
!     </td>
!   </tr>
! </table>
  <!-- end note -->

Index: AdminStateForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminStateForm.dtl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** AdminStateForm.dtl	29 Aug 2006 16:56:06 -0000	1.19
--- AdminStateForm.dtl	18 Dec 2006 00:09:59 -0000	1.20
***************
*** 9,14 ****
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
  <!-- start form -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
    <tr>
      <td colspan="2" class="mainhead">
--- 9,15 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start form -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td colspan="2" class="mainhead">
***************
*** 18,22 ****
    <tr>
      <td width="40%" class="mainbody">
- 
        <form action="$Env{"CGIHandle"}" method="post">
          <input type="hidden" name="Action" value="$Env{"Action"}">
--- 19,22 ----
***************
*** 38,45 ****
          </table>
        </form>
- 
      </td>
      <td width="60%" class="mainbody">
- 
  # --
  # check subaction
--- 38,43 ----
***************
*** 59,119 ****
            <tr>
              <td class="contenthead">
!               $Text{"$Data{"Headline"}"} <a href="$Env{"Baselink"}Action=$Env{"Action"}">$Text{"$Data{"AddLink"}"}</a>:</td>
!             </tr>
!             <tr>
!               <td class="contentbody">
! 
!                 <table border="0" cellspacing="0" cellpadding="3">
!                   <tr>
!                     <td class="contentkey">$Text{"State"}: </td>
!                     <td class="contentvalue"> <input type="text" name="Name" value="$QData{"Name"}" size="35" maxlength="50"></td>
!                   </tr>
!                   <tr>
!                     <td class="contentkey">$Text{"State Type"}: </td>
!                     <td class="contentvalue"> $Data{"StateTypeOption"}</td>
!                   </tr>
!                   <tr>
!                     <td class="contentkey">$Text{"Valid"}: </td>
!                     <td class="contentvalue"> $Data{"ValidOption"}</td>
!                   </tr>
!                   <tr>
!                     <td class="contentkey">$Text{"Comment"}: </td>
!                     <td class="contentvalue"> <input type="text" name="Comment" value="$QData{"Comment"}" size="50" maxlength="70"></td>
!                   </tr>
!                 </table>
! 
!               </td>
!             </tr>
!             <tr>
!               <td class="contentfooter">
!                 <input class="button" type="submit" value="$Text{"$Data{"Headline"}"}">
!               </td>
!             </tr>
!           </table>
!         </form>
! 
!       </td>
!     </tr>
!   </table>
  <!-- end form -->
  
  <!-- start note -->
!   <table border="0" width="100%" cellspacing="0" cellpadding="3">
!     <tr>
!       <td class="mainhead">
!         $Env{"Box0"}$Text{"Note"}$Env{"Box1"}
!       </td>
!     </tr>
!     <tr>
!       <td class="mainbody">
!         <p>
!           $Text{"Attention"}: $Text{"Take care that you also updated the default states in you Kernel/Config.pm!"}
!         </p>
!         <p>
!           $Text{"See also"}: <a href="http://doc.otrs.org/cvs/en/html/state.html" target="doc">http://doc.otrs.org/cvs/en/html/state.html</a>
!         </p>
!       </td>
!     </tr>
!   </table>
  <!-- end note -->
- 
--- 57,114 ----
            <tr>
              <td class="contenthead">
!               $Text{"$Data{"Headline"}"} <a href="$Env{"Baselink"}Action=$Env{"Action"}">$Text{"$Data{"AddLink"}"}</a>:
!             </td>
!           </tr>
!           <tr>
!             <td class="contentbody">
!               <table border="0" cellspacing="0" cellpadding="3">
!                 <tr>
!                   <td class="contentkey">$Text{"State"}: </td>
!                   <td class="contentvalue"> <input type="text" name="Name" value="$QData{"Name"}" size="35" maxlength="50"></td>
!                 </tr>
!                 <tr>
!                   <td class="contentkey">$Text{"State Type"}: </td>
!                   <td class="contentvalue"> $Data{"StateTypeOption"}</td>
!                 </tr>
!                 <tr>
!                   <td class="contentkey">$Text{"Valid"}: </td>
!                   <td class="contentvalue"> $Data{"ValidOption"}</td>
!                 </tr>
!                 <tr>
!                   <td class="contentkey">$Text{"Comment"}: </td>
!                   <td class="contentvalue"> <input type="text" name="Comment" value="$QData{"Comment"}" size="50" maxlength="70"></td>
!                 </tr>
!               </table>
!             </td>
!           </tr>
!           <tr>
!             <td class="contentfooter">
!               <input class="button" type="submit" value="$Text{"$Data{"Headline"}"}">
!             </td>
!           </tr>
!         </table>
!       </form>
!     </td>
!   </tr>
! </table>
  <!-- end form -->
  
  <!-- start note -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
!   <tr>
!     <td class="mainhead">
!       $Env{"Box0"}$Text{"Note"}$Env{"Box1"}
!     </td>
!   </tr>
!   <tr>
!     <td class="mainbody">
!       <p>
!         $Text{"Attention"}: $Text{"Take care that you also updated the default states in you Kernel/Config.pm!"}
!       </p>
!       <p>
!         $Text{"See also"}: <a href="http://doc.otrs.org/cvs/en/html/state.html" target="doc">http://doc.otrs.org/cvs/en/html/state.html</a>
!       </p>
!     </td>
!   </tr>
! </table>
  <!-- end note -->

Index: AdminUserGroupChangeForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminUserGroupChangeForm.dtl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** AdminUserGroupChangeForm.dtl	29 Aug 2006 16:56:06 -0000	1.15
--- AdminUserGroupChangeForm.dtl	18 Dec 2006 00:10:00 -0000	1.16
***************
*** 9,12 ****
--- 9,13 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start form -->
  <table border="0" width="100%" cellspacing="0" cellpadding="3">
***************
*** 18,24 ****
    <tr align="center">
      <td class="mainbody">
- 
        <br>
- 
        <form action="$Env{"CGIHandle"}" method="post">
          <input type="hidden" name="Action" value="$Env{"Action"}">
--- 19,23 ----
***************
*** 34,51 ****
            </tr>
            <tr class="contentfooter">
!             <td class="contentvalue"><input class="button" type="submit" value="$Text{"submit"}"></td>
            </tr>
          </table>
        </form>
- 
        <br>
- 
      </td>
    </tr>
  </table>
  <!-- end form -->
- 
  <!-- start note -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
    <tr>
      <td class="mainhead">
--- 33,47 ----
            </tr>
            <tr class="contentfooter">
!             <td class="contentvalue"><input class="button" type="submit" value="$Text{"Submit"}"></td>
            </tr>
          </table>
        </form>
        <br>
      </td>
    </tr>
  </table>
  <!-- end form -->
  <!-- start note -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td class="mainhead">

Index: AgentInfo.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentInfo.dtl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** AgentInfo.dtl	29 Aug 2006 16:56:06 -0000	1.3
--- AgentInfo.dtl	18 Dec 2006 00:10:00 -0000	1.4
***************
*** 9,14 ****
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
  <!-- start form -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
    <tr>
      <td class="mainhead">
--- 9,15 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start form -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td class="mainhead">
***************
*** 18,30 ****
    <tr>
      <td class="mainbody">
- 
        <p>
          To accept some news, a license or some changes.
        </p>
- 
        <p>
          <a href="$Env{"Baselink"}Action=$Env{"Action"}&Accept=1">Yes, accepted.</a>
        </p>
- 
      </td>
    </tr>
--- 19,28 ----

Index: AgentPreferencesForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentPreferencesForm.dtl,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** AgentPreferencesForm.dtl	29 Aug 2006 16:56:06 -0000	1.20
--- AgentPreferencesForm.dtl	18 Dec 2006 00:10:00 -0000	1.21
***************
*** 9,14 ****
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
  <!-- dtl:block:Body -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="3">
    <tr align="center">
  <!-- dtl:block:Head -->
--- 9,15 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- dtl:block:Body -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr align="center">
  <!-- dtl:block:Head -->
***************
*** 19,28 ****
    </tr>
  </table>
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="3">
    <tr align="center">
  <!-- dtl:block:Colum -->
      <td width="33%" class="mainbody">
  <!-- dtl:block:Item -->
!       <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
          <tr align="center">
            <td class="contenthead">
--- 20,29 ----
    </tr>
  </table>
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr align="center">
  <!-- dtl:block:Colum -->
      <td width="33%" class="mainbody">
  <!-- dtl:block:Item -->
!       <table border="0" width="100%" cellspacing="0" cellpadding="3">
          <tr align="center">
            <td class="contenthead">
***************
*** 60,64 ****
                  </table>
                </p>
!               <input class="button" type="submit" value="$Text{"update"}">
              </form>
            </td>
--- 61,65 ----
                  </table>
                </p>
!               <input class="button" type="submit" value="$Text{"Update"}">
              </form>
            </td>
***************
*** 77,79 ****
  </table>
  <!-- dtl:block:Body -->
- 
--- 78,79 ----

Index: AgentStatsEditSpecification.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentStatsEditSpecification.dtl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** AgentStatsEditSpecification.dtl	29 Aug 2006 16:56:06 -0000	1.2
--- AgentStatsEditSpecification.dtl	18 Dec 2006 00:10:00 -0000	1.3
***************
*** 1,4 ****
  # --
! # AgentStatEditSpecification.dtl - provides HTML form for stats edit mask
  # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
--- 1,4 ----
  # --
! # AgentStatsEditSpecification.dtl - provides HTML form for stats edit mask
  # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
***************
*** 9,12 ****
--- 9,13 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start form -->
  <form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data">
***************
*** 124,128 ****
    </table>
  </form>
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
    <tr>
      <td class="mainhead">
--- 125,129 ----
    </table>
  </form>
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td class="mainhead">

Index: AgentTicketBounce.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketBounce.dtl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** AgentTicketBounce.dtl	12 Oct 2006 10:15:59 -0000	1.6
--- AgentTicketBounce.dtl	18 Dec 2006 00:10:00 -0000	1.7
***************
*** 9,12 ****
--- 9,13 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start bounce form -->
  
***************
*** 33,38 ****
  </script>
  
! 
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
    <tr>
      <td class="contenthead">
--- 34,38 ----
  </script>
  
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td class="contenthead">
***************
*** 43,49 ****
    <tr>
      <td class="mainbody">
- 
        <br>
- 
        <form action="$Env{"CGIHandle"}" method="post" name="bounce">
          <input type="hidden" name="Action" value="$Env{"Action"}">
--- 43,47 ----
***************
*** 59,63 ****
            <tr>
              <td class="contentbody">
- 
                <table border="0" width="100%">
                  <tr>
--- 57,60 ----
***************
*** 108,114 ****
          </table>
        </form>
- 
        <br>
- 
      </td>
    </tr>
--- 105,109 ----

Index: AgentTicketBulk.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketBulk.dtl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** AgentTicketBulk.dtl	12 Oct 2006 10:15:59 -0000	1.7
--- AgentTicketBulk.dtl	18 Dec 2006 00:10:00 -0000	1.8
***************
*** 9,12 ****
--- 9,13 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start form -->
  <script language="JavaScript" type="text/javascript">
***************
*** 50,60 ****
    <tr>
      <td align="center" class="mainbody">
- 
        <br>
- 
        <form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data" name="compose">
          <input type="hidden" name="Action" value="$Env{"Action"}">
          <input type="hidden" name="Subaction" value="Do">
- 
          <table border="0" width="800" align="center" cellspacing="0" cellpadding="4">
            <tr>
--- 51,58 ----
***************
*** 63,67 ****
            <tr>
              <td class="contentbody">
- 
                $Data{"TicketIDHidden"}
                <table border="0" width="100%">
--- 61,64 ----
***************
*** 99,113 ****
                  </tr>
                </table>
- 
              </td>
            </tr>
            <tr>
!             <td colspan="2" class="contentfooter"><input class="button" accesskey="g" type="submit" value="$Text{"submit"}" onclick="return submit_compose();"></td>
            </tr>
          </table>
        </form>
- 
        <br>
- 
        <form action="$Env{"CGIHandle"}" method="post" name="spelling" target="spelling">
          <input type="hidden" name="Action" value="AgentSpelling">
--- 96,107 ----
                  </tr>
                </table>
              </td>
            </tr>
            <tr>
!             <td colspan="2" class="contentfooter"><input class="button" accesskey="g" type="submit" value="$Text{"Submit"}" onclick="return submit_compose();"></td>
            </tr>
          </table>
        </form>
        <br>
        <form action="$Env{"CGIHandle"}" method="post" name="spelling" target="spelling">
          <input type="hidden" name="Action" value="AgentSpelling">
***************
*** 115,119 ****
          <input type="hidden" name="spell_lang" value="">
        </form>
- 
      </td>
    </tr>
--- 109,112 ----

Index: AgentTicketCustomer.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketCustomer.dtl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** AgentTicketCustomer.dtl	12 Oct 2006 10:15:59 -0000	1.9
--- AgentTicketCustomer.dtl	18 Dec 2006 00:10:00 -0000	1.10
***************
*** 9,14 ****
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
  <!-- dtl:block:Customer -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
    <tr>
      <td class="mainhead">
--- 9,15 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- dtl:block:Customer -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td class="mainhead">
***************
*** 25,31 ****
    <tr>
      <td class="mainbody">
- 
        <br>
- 
        <form action="$Env{"CGIHandle"}" method="post" name="compose">
          <input type="hidden" name="Action" value="$Env{"Action"}">
--- 26,30 ----
***************
*** 64,72 ****
            </tr>
          </table>
- 
        </form>
- 
        <br>
- 
        <table border="0" width="500" align="center" cellspacing="0" cellpadding="4">
          <tr>
--- 63,68 ----
***************
*** 86,92 ****
          </tr>
        </table>
- 
        <br>
- 
      </td>
    </tr>
--- 82,86 ----
***************
*** 94,98 ****
  <!-- dtl:block:Customer -->
  <!-- dtl:block:CustomerHistory -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
    <tr>
      <td class="mainhead">
--- 88,92 ----
  <!-- dtl:block:Customer -->
  <!-- dtl:block:CustomerHistory -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td class="mainhead">

Index: AgentTicketMerge.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketMerge.dtl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** AgentTicketMerge.dtl	12 Oct 2006 10:15:59 -0000	1.8
--- AgentTicketMerge.dtl	18 Dec 2006 00:10:00 -0000	1.9
***************
*** 9,12 ****
--- 9,13 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start form -->
  <script language="JavaScript" type="text/javascript">
***************
*** 26,30 ****
  </script>
  
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
    <tr>
      <td class="mainhead">
--- 27,31 ----
  </script>
  
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td class="mainhead">
***************
*** 35,42 ****
    <tr>
      <td class="mainbody">
- 
- 
        <br>
- 
        <form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data" name="compose">
          <input type="hidden" name="Action" value="AgentTicketMerge">
--- 36,40 ----
***************
*** 49,53 ****
            <tr>
              <td class="contentbody">
- 
                <table border="0">
                  <tr>
--- 47,50 ----
***************
*** 94,100 ****
          </table>
        </form>
- 
        <br>
- 
      </td>
    </tr>
--- 91,95 ----

Index: AgentTicketOwner.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketOwner.dtl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** AgentTicketOwner.dtl	15 Nov 2006 11:55:36 -0000	1.10
--- AgentTicketOwner.dtl	18 Dec 2006 00:10:00 -0000	1.11
***************
*** 9,12 ****
--- 9,13 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- dtl:block:Properties -->
  <script language="JavaScript" type="text/javascript">
***************
*** 90,94 ****
  <!-- dtl:block:TicketBack -->
  <!-- dtl:block:PropertiesLock -->
!       <img border="0" src="$Env{"Images"}warning.png" alt="$Text{"Info"}">: <font color="red">$Text{"Ticket locked!"}</font> (<a href="$Env{"CGIHandle"}?Action=AgentTicketLock&Subaction=Unlock&TicketID=$Data{"TicketID"}" onmouseover="window.status='$JSText{"Ticket unlock!"}'; return true;" onmouseout="window.status='';">$Text{"Ticket unlock!"}</a>)
  <!-- dtl:block:PropertiesLock -->
      </td>
--- 91,95 ----
  <!-- dtl:block:TicketBack -->
  <!-- dtl:block:PropertiesLock -->
!       <img border="0" src="$Env{"Images"}warning.png" alt="$Text{"Info"}">: <font color="red">$Text{"Ticket locked!"}</font> (<a href="$Env{"Baselink"}Action=AgentTicketLock&Subaction=Unlock&TicketID=$Data{"TicketID"}" onmouseover="window.status='$JSText{"Ticket unlock!"}'; return true;" onmouseout="window.status='';">$Text{"Ticket unlock!"}</a>)
  <!-- dtl:block:PropertiesLock -->
      </td>

Index: AgentTicketPlain.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketPlain.dtl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** AgentTicketPlain.dtl	12 Oct 2006 10:16:00 -0000	1.4
--- AgentTicketPlain.dtl	18 Dec 2006 00:10:00 -0000	1.5
***************
*** 1,4 ****
  # --
! # ArticleTicketPlain.dtl - provides HTML plain article
  # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
--- 1,4 ----
  # --
! # AgentTicketPlain.dtl - provides HTML plain article
  # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
***************
*** 9,12 ****
--- 9,13 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start plain article -->
  <table border="0" width="100%" cellspacing="0" cellpadding="3">

Index: AgentTicketPrint.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketPrint.dtl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** AgentTicketPrint.dtl	8 Nov 2006 10:46:34 -0000	1.15
--- AgentTicketPrint.dtl	18 Dec 2006 00:10:00 -0000	1.16
***************
*** 9,12 ****
--- 9,13 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <table border="0" cellspacing="1" cellpadding="0" width="100%">
    <tr>
***************
*** 133,139 ****
    </tr>
  </table>
- 
  <!-- start ticket $Data{"TicketNumber"} -->
- 
  <!-- dtl:block:Article -->
  <table border="0" width="640" cellpadding="0" cellspacing="0" bgcolor="#000000" class="container">
--- 134,138 ----
***************
*** 143,147 ****
          <tr>
            <td>
!             <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
                <tr bgcolor="#ffffff">
                  <td valign="top" width="100%" class="small">
--- 142,146 ----
          <tr>
            <td>
!             <table border="0" width="100%" cellspacing="0" cellpadding="3">
                <tr bgcolor="#ffffff">
                  <td valign="top" width="100%" class="small">

Index: AgentTicketPriority.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketPriority.dtl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** AgentTicketPriority.dtl	12 Oct 2006 10:16:00 -0000	1.9
--- AgentTicketPriority.dtl	18 Dec 2006 00:10:00 -0000	1.10
***************
*** 9,12 ****
--- 9,13 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- dtl:block:Properties -->
  <script language="JavaScript" type="text/javascript">
***************
*** 90,94 ****
  <!-- dtl:block:TicketBack -->
  <!-- dtl:block:PropertiesLock -->
!       <img border="0" src="$Env{"Images"}warning.png" alt="$Text{"Info"}">: <font color="red">$Text{"Ticket locked!"}</font> (<a href="$Env{"CGIHandle"}?Action=AgentTicketLock&Subaction=Unlock&TicketID=$Data{"TicketID"}" onmouseover="window.status='$JSText{"Ticket unlock!"}'; return true;" onmouseout="window.status='';">$Text{"Ticket unlock!"}</a>)
  <!-- dtl:block:PropertiesLock -->
      </td>
--- 91,95 ----
  <!-- dtl:block:TicketBack -->
  <!-- dtl:block:PropertiesLock -->
!       <img border="0" src="$Env{"Images"}warning.png" alt="$Text{"Info"}">: <font color="red">$Text{"Ticket locked!"}</font> (<a href="$Env{"Baselink"}Action=AgentTicketLock&Subaction=Unlock&TicketID=$Data{"TicketID"}" onmouseover="window.status='$JSText{"Ticket unlock!"}'; return true;" onmouseout="window.status='';">$Text{"Ticket unlock!"}</a>)
  <!-- dtl:block:PropertiesLock -->
      </td>
***************
*** 175,181 ****
                        <tr><td>$QData{"Filename"}</td><td>$QData{"Filesize"}</td><td align="right"><input class="button" type="submit" name="AttachmentDelete$QData{"FileID"}" value="$Text{"Delete"}"></td></tr>
  <!-- dtl:block:Attachment -->
!                       <tr><td colspan="2">
!                         <input name="file_upload" type="file" size="40" class="fixed"></td><td align="right"><input class="button" type="submit" name="AttachmentUpload" value="$Text{"Attach"}"><a name="attachment">
!                       </td></tr>
                      </table>
                    </td>
--- 176,187 ----
                        <tr><td>$QData{"Filename"}</td><td>$QData{"Filesize"}</td><td align="right"><input class="button" type="submit" name="AttachmentDelete$QData{"FileID"}" value="$Text{"Delete"}"></td></tr>
  <!-- dtl:block:Attachment -->
!                       <tr>
!                         <td colspan="2">
!                           <input name="file_upload" type="file" size="40" class="fixed">
!                         </td>
!                         <td align="right">
!                           <input class="button" type="submit" name="AttachmentUpload" value="$Text{"Attach"}"><a name="attachment">
!                         </td>
!                       </tr>
                      </table>
                    </td>

Index: AgentTicketSearchResult.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketSearchResult.dtl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** AgentTicketSearchResult.dtl	12 Oct 2006 10:16:00 -0000	1.7
--- AgentTicketSearchResult.dtl	18 Dec 2006 00:10:00 -0000	1.8
***************
*** 9,12 ****
--- 9,13 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
***************
*** 26,30 ****
  </table>
  <!-- dtl:block:Record -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
    <tr>
      <td align="left" width="50%" class="mainhead">
--- 27,31 ----
  </table>
  <!-- dtl:block:Record -->
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td align="left" width="50%" class="mainhead">
***************
*** 39,43 ****
    </tr>
  </table>
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
    <tr>
      <td width="70%" class="menu">
--- 40,44 ----
    </tr>
  </table>
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td width="70%" class="menu">
***************
*** 55,59 ****
    </tr>
  </table>
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
    <tr>
      <td align="left" width="75%" class="mainbody">
--- 56,60 ----
    </tr>
  </table>
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td align="left" width="75%" class="mainbody">

Index: CustomerError.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/CustomerError.dtl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** CustomerError.dtl	29 Aug 2006 16:56:06 -0000	1.6
--- CustomerError.dtl	18 Dec 2006 00:10:00 -0000	1.7
***************
*** 1,4 ****
  # --
! # Error.dtl - provides HTML Error screen
  # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
--- 1,4 ----
  # --
! # CustomerError.dtl - provides HTML Error screen
  # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
***************
*** 34,37 ****
    </tr>
  </table>
- 
  </center>
--- 34,36 ----

Index: CustomerLogin.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/CustomerLogin.dtl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** CustomerLogin.dtl	9 Nov 2006 16:48:30 -0000	1.18
--- CustomerLogin.dtl	18 Dec 2006 00:10:00 -0000	1.19
***************
*** 1,4 ****
  # --
! # Login.dtl - provides customer HTML login screen
  # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
--- 1,4 ----
  # --
! # CustomerLogin.dtl - provides customer HTML login screen
  # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
***************
*** 10,13 ****
--- 10,14 ----
  # --
  #
+ 
  # http headers
  $Include{"CustomerHeader"}
***************
*** 89,93 ****
              </tr>
            </table>
!           <input class="button" type="submit" value="$Text{"submit"}">
          </form>
        </td>
--- 90,94 ----
              </tr>
            </table>
!           <input class="button" type="submit" value="$Text{"Submit"}">
          </form>
        </td>
***************
*** 112,116 ****
              </tr>
            </table>
!           <input class="button" type="submit" value="$Text{"submit"}">
          </td>
        </tr>
--- 113,117 ----
              </tr>
            </table>
!           <input class="button" type="submit" value="$Text{"Submit"}">
          </td>
        </tr>
***************
*** 155,159 ****
  #            </tr>
            </table>
!           <input class="button" type="submit" value="$Text{"create"}">
          </form>
        </td>
--- 156,160 ----
  #            </tr>
            </table>
!           <input class="button" type="submit" value="$Text{"Create"}">
          </form>
        </td>

Index: CustomerStatusView.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/CustomerStatusView.dtl,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** CustomerStatusView.dtl	31 Oct 2006 09:32:07 -0000	1.26
--- CustomerStatusView.dtl	18 Dec 2006 00:10:00 -0000	1.27
***************
*** 10,13 ****
--- 10,14 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start form -->
  # check show closed tickets link
***************
*** 17,21 ****
  <dtl if ($Data{"ShowClosed"} eq "0") { $Data{"ClosedLink"} = "ShowClosedTickets=1"; }>
  #
! <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
    <tr>
      <td class="mainhead">
--- 18,22 ----
  <dtl if ($Data{"ShowClosed"} eq "0") { $Data{"ClosedLink"} = "ShowClosedTickets=1"; }>
  #
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
      <td class="mainhead">

Index: CustomerTicketPrint.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/CustomerTicketPrint.dtl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** CustomerTicketPrint.dtl	8 Dec 2006 10:57:21 -0000	1.4
--- CustomerTicketPrint.dtl	18 Dec 2006 00:10:00 -0000	1.5
***************
*** 129,135 ****
    </tr>
  </table>
- 
  <!-- start ticket $Data{"TicketNumber"} -->
- 
  <!-- dtl:block:Article -->
  <table border="0" width="640" cellpadding="0" cellspacing="0" bgcolor="#000000" class="container">
--- 129,133 ----
***************
*** 139,143 ****
          <tr>
            <td>
!             <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
                <tr bgcolor="#ffffff">
                  <td valign="top" width="100%" class="small">
--- 137,141 ----
          <tr>
            <td>
!             <table border="0" width="100%" cellspacing="0" cellpadding="3">
                <tr bgcolor="#ffffff">
                  <td valign="top" width="100%" class="small">

Index: Installer.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/Installer.dtl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** Installer.dtl	30 Aug 2006 09:25:00 -0000	1.10
--- Installer.dtl	18 Dec 2006 00:10:00 -0000	1.11
***************
*** 9,12 ****
--- 9,13 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <!-- start form -->
  <table border="0" width="100%" cellspacing="0" cellpadding="3">
***************
*** 382,391 ****
                    <form action="$Env{"CGIHandle"}" method="post">
                      <input type="hidden" name="Subaction" value="Start">
!                     <input class="button" type="submit" value="$Text{"accept license"}">
                    </form>
                  </td>
                  <td width="10" class="contentfooter">
                    <form action="$Env{"CGIHandle"}" method="post">
!                     <input class="button" type="submit" value="$Text{"don't accept license"}">
                    </form>
                  </td>
--- 383,392 ----
                    <form action="$Env{"CGIHandle"}" method="post">
                      <input type="hidden" name="Subaction" value="Start">
!                     <input class="button" type="submit" value="$Text{"Accept license"}">
                    </form>
                  </td>
                  <td width="10" class="contentfooter">
                    <form action="$Env{"CGIHandle"}" method="post">
!                     <input class="button" type="submit" value="$Text{"Don't accept license"}">
                    </form>
                  </td>
***************
*** 614,623 ****
  <!-- dtl:block:Restart -->
  $Text{"To be able to use OTRS you have to enter the following line in your command line (Terminal/Shell) as root."}
- 
                <p>
                  <b>$Text{"Restart your webserver"}:</b><br>
                  <font color='red'>$Data{"Webserver"}</font>
                </p>
- 
                <p>
  $Text{"After doing so your OTRS is up and running."}
--- 615,622 ----
***************
*** 668,670 ****
      </td>
    </tr>
! </table>
--- 667,669 ----
      </td>
    </tr>
! </table>
\ No newline at end of file

Index: PrintFooter.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/PrintFooter.dtl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** PrintFooter.dtl	29 Aug 2006 17:10:52 -0000	1.7
--- PrintFooter.dtl	18 Dec 2006 00:10:00 -0000	1.8
***************
*** 1,4 ****
  # --
! # Header.dtl - provides global HTML header
  # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
--- 1,4 ----
  # --
! # PrintFooter.dtl - provides global print footer
  # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
***************
*** 9,12 ****
--- 9,13 ----
  # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
  # --
+ 
  <font size="-2" title="$Config{"HttpType"}://$QData{"Host"}"><b>$Text{"URL"}:</b> $Config{"HttpType"}://$QData{"Host","100"}</font>
  </td>
***************
*** 15,18 ****
  </td>
  </tr>
! </table>
! 
--- 16,18 ----
  </td>
  </tr>
! </table>
\ No newline at end of file



More information about the cvs-log mailing list