[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard AgentPreferencesForm.dtl,1.18,1.19

cvs-log at otrs.org cvs-log at otrs.org
Tue Aug 1 23:45:07 CEST 2006


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

Modified Files:
	AgentPreferencesForm.dtl 
Log Message:
improved format

Index: AgentPreferencesForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentPreferencesForm.dtl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** AgentPreferencesForm.dtl	10 Feb 2005 20:40:27 -0000	1.18
--- AgentPreferencesForm.dtl	1 Aug 2006 20:45:04 -0000	1.19
***************
*** 1,5 ****
  # --
  # AgentPreferencesForm.dtl - provides HTML form for AgentPreferences
! # Copyright (C) 2001-2005 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
--- 1,5 ----
  # --
  # AgentPreferencesForm.dtl - provides HTML form for AgentPreferences
! # Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
***************
*** 11,72 ****
  <!-- dtl:block:Body -->
  <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="3">
! <tr align="center">
  <!-- dtl:block:Head -->
!   <td width="33%" class="mainhead">
!     $Env{"Box0"}$Text{"$QData{"Header"}"}$Env{"Box1"}
!   </td>
  <!-- dtl:block:Head -->
! </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">
!         $Env{"Box0"}$Text{"$Data{"Label"}"}$Env{"Box1"}
!       </td>
!     </tr>
!     <tr align="center">
!       <td class="contentbody">
!       <p>
!       $Text{"$Data{"Desc"}"}
!       </p>
!       <form action="$Env{"CGIHandle"}" method="post">
!       <input type="hidden" name="Action" value="$Env{"Action"}">
!       <input type="hidden" name="Subaction" value="Update">
!       <input type="hidden" name="Group" value="$QData{"Group"}">
!       <p>
!       <table border="0">
  <!-- dtl:block:Block -->
  <!-- dtl:block:InputKey -->
!       <tr><td>$Text{"$QData{"Key"}"}:</td><td><input type="text" name="$QData{"Name"}" value="$QData{"SelectedID"}" size="12"></td></tr>
  <!-- dtl:block:InputKey -->
  <!-- dtl:block:Input -->
!       <tr><td>$Text{"$QData{"Key"}"}</td><td><input type="text" name="$QData{"Name"}" value="$QData{"SelectedID"}" size="12"></td></tr>
  <!-- dtl:block:Input -->
  <!-- dtl:block:Option -->
!       <tr><td>$Text{"$QData{"Key"}"}</td><td>$Data{"Option"}</td></tr>
  <!-- dtl:block:Option -->
  <!-- dtl:block:Upload -->
!       <tr><td>$Text{"$QData{"Key"}"}</td><td><input name="$QData{"Name"}" type="file" size="20" class="fixed"><br><a href="">$QData{"Filename"}</a></td></tr>
  <!-- dtl:block:Upload -->
  <!-- dtl:block:Password -->
!       <tr><td>$Text{"$QData{"Key"}"}:</td><td><input type="password" name="$QData{"Name"}" value="" size="12"></td></tr>
  <!-- dtl:block:Password -->
  <!-- dtl:block:Block -->
        </table>
!       </p>
!       <input class="button" type="submit" value="$Text{"update"}">
!       </form>
!       </td>
!     </tr>
!     </table>
  <!-- dtl:block:Item -->
!   </td>
  <!-- dtl:block:Colum -->
! </tr>
  </table>
  <!-- dtl:block:Body -->
--- 11,78 ----
  <!-- dtl:block:Body -->
  <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="3">
!   <tr align="center">
  <!-- dtl:block:Head -->
!     <td width="33%" class="mainhead">
!       $Env{"Box0"}$Text{"$QData{"Header"}"}$Env{"Box1"}
!     </td>
  <!-- dtl:block:Head -->
!   </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">
!             $Env{"Box0"}$Text{"$Data{"Label"}"}$Env{"Box1"}
!           </td>
!         </tr>
!         <tr align="center">
!           <td class="contentbody">
!             <p>
!               $Text{"$Data{"Desc"}"}
!             </p>
!             <form action="$Env{"CGIHandle"}" method="post">
!               <input type="hidden" name="Action" value="$Env{"Action"}">
!               <input type="hidden" name="Subaction" value="Update">
!               <input type="hidden" name="Group" value="$QData{"Group"}">
!               <p>
!                 <table border="0">
  <!-- dtl:block:Block -->
  <!-- dtl:block:InputKey -->
!                   <tr><td>$Text{"$QData{"Key"}"}:</td><td><input type="text" name="$QData{"Name"}" value="$QData{"SelectedID"}" size="12"></td></tr>
  <!-- dtl:block:InputKey -->
  <!-- dtl:block:Input -->
!                   <tr><td>$Text{"$QData{"Key"}"}</td><td><input type="text" name="$QData{"Name"}" value="$QData{"SelectedID"}" size="12"></td></tr>
  <!-- dtl:block:Input -->
  <!-- dtl:block:Option -->
!                   <tr><td>$Text{"$QData{"Key"}"}</td><td>$Data{"Option"}</td></tr>
  <!-- dtl:block:Option -->
  <!-- dtl:block:Upload -->
!                   <tr><td>$Text{"$QData{"Key"}"}</td><td><input name="$QData{"Name"}" type="file" size="20" class="fixed"><br><a href="">$QData{"Filename"}</a></td></tr>
  <!-- dtl:block:Upload -->
  <!-- dtl:block:Password -->
!                   <tr><td>$Text{"$QData{"Key"}"}:</td><td><input type="password" name="$QData{"Name"}" value="" size="12"></td></tr>
  <!-- dtl:block:Password -->
  <!-- dtl:block:Block -->
+                 </table>
+               </p>
+               <input class="button" type="submit" value="$Text{"update"}">
+             </form>
+           </td>
+         </tr>
+         <tr>
+           <td class="contentfooter">
+             &nbsp;
+           </td>
+         </tr>
        </table>
!       <br>
  <!-- dtl:block:Item -->
!     </td>
  <!-- dtl:block:Colum -->
!   </tr>
  </table>
  <!-- dtl:block:Body -->



More information about the cvs-log mailing list