[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard AdminRoleUserChangeForm.dtl,1.7,1.8

cvs-log at otrs.org cvs-log at otrs.org
Thu Jul 20 20:04:41 CEST 2006


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

Modified Files:
	AdminRoleUserChangeForm.dtl 
Log Message:
fixed link to roles / users

Index: AdminRoleUserChangeForm.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminRoleUserChangeForm.dtl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** AdminRoleUserChangeForm.dtl	20 Oct 2005 21:25:36 -0000	1.7
--- AdminRoleUserChangeForm.dtl	20 Jul 2006 17:04:39 -0000	1.8
***************
*** 1,5 ****
  # --
  # AdminRoleUserChangeForm.dtl - provides HTML form for AdminInterface
! # Copyright (C) 2001-2005 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
--- 1,5 ----
  # --
  # AdminRoleUserChangeForm.dtl - provides HTML form for AdminInterface
! # Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
***************
*** 11,62 ****
  <!-- start form -->
  <table border="0" width="100%" cellspacing="0" cellpadding="3">
- <tr>
-   <td class="mainhead">
-     $Env{"Box0"}$Text{"Roles <-> Users Management"}$Env{"Box1"}
-   </td>
- </tr>
- <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="Change$QData{"Type"}">
-   <input type="hidden" name="ID" value="$QData{"ID"}">
-   <table width="700" cellspacing="0" cellpadding="4">
-   <tr valign="top">
-     <td class="contenthead">$Text{"Change %s settings", "$Data{"Type"}"}:</td>
-   </tr>
    <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>
!       <th>$Text{"$QData{"NeType"}"}</th>
!       <th>$Text{"Active"}</th>
!     </tr>
  <!-- dtl:block:Row -->
!     <tr>
!       <td><a href="$Env{"Baselink"}Action=$QData{"NeType"}&ID=$QData{"ID"}">$QData{"Name"}</a></td>
!       <td>$Data{"InputBox"}</td>
!     </tr>
  <!-- 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 -->
--- 11,62 ----
  <!-- start form -->
  <table border="0" width="100%" cellspacing="0" cellpadding="3">
    <tr>
!     <td class="mainhead">
!       $Env{"Box0"}$Text{"Roles <-> Users Management"}$Env{"Box1"}
!     </td>
!   </tr>
!   <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="Change$QData{"Type"}">
!         <input type="hidden" name="ID" value="$QData{"ID"}">
!         <table width="700" cellspacing="0" cellpadding="4">
!           <tr valign="top">
!             <td class="contenthead">$Text{"Change %s settings", "$Data{"Type"}"}:</td>
!           </tr>
!           <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>
!                   <th>$Text{"$QData{"NeType"}"}</th>
!                   <th>$Text{"Active"}</th>
!                 </tr>
  <!-- dtl:block:Row -->
!                 <tr>
!                   <td><a href="$Env{"Baselink"}Action=Admin$QData{"NeType"}&Subaction=Change&ID=$QData{"ID"}">$QData{"Name"}</a></td>
!                   <td>$Data{"InputBox"}</td>
!                 </tr>
  <!-- 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 -->
***************
*** 64,79 ****
  <!-- start note -->
  <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
! <tr>
!   <td class="mainhead">
!     $Env{"Box0"}$Text{"Note"}$Env{"Box1"}
!   </td>
! </tr>
! <tr>
!   <td class="mainbody">
!   <p>
!   $Text{"Select the role:user relations."}
!   </p>
!   </td>
! </tr>
  </table>
  <!-- end note -->
--- 64,79 ----
  <!-- start note -->
  <table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
!   <tr>
!     <td class="mainhead">
!       $Env{"Box0"}$Text{"Note"}$Env{"Box1"}
!     </td>
!   </tr>
!   <tr>
!     <td class="mainbody">
!       <p>
!         $Text{"Select the role:user relations."}
!       </p>
!     </td>
!   </tr>
  </table>
  <!-- end note -->



More information about the cvs-log mailing list