[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard AdminPerformanceLog.dtl,1.2,1.3

cvs-log at otrs.org cvs-log at otrs.org
Thu Oct 5 04:21:40 CEST 2006


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

Modified Files:
	AdminPerformanceLog.dtl 
Log Message:
improved performance log feature

Index: AdminPerformanceLog.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminPerformanceLog.dtl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** AdminPerformanceLog.dtl	29 Aug 2006 16:56:06 -0000	1.2
--- AdminPerformanceLog.dtl	5 Oct 2006 01:21:38 -0000	1.3
***************
*** 21,24 ****
--- 21,51 ----
        <br>
  
+ <!-- dtl:block:Reset -->
+       <table border="0" width="700" align="center" cellspacing="0" cellpadding="4">
+         <tr>
+           <td colspan="2" class="contenthead">$Text{"Logfile too large!"} ($QData{"Size"} MB)</td>
+         </tr>
+         <tr>
+           <td class="contentbody">
+             <table border="0" width="700" align="center" cellspacing="0" cellpadding="4">
+               <tr>
+                 <td>$Text{"Logfile too large, you need to reset it!"}</td>
+               </tr>
+             </table>
+           </td>
+         </tr>
+         <tr>
+           <td class="contentfooter">
+             <form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data">
+               <input type="hidden" name="Action" value="$Env{"Action"}">
+               <input type="hidden" name="Subaction" value="Reset">
+               <input class="button" type="submit" value="$Text{"Reset"}">
+             </form>
+           </td>
+         </tr>
+       </table>
+ 
+       <br>
+ <!-- dtl:block:Reset -->
  <!-- dtl:block:Table -->
        <table border="0" width="700" align="center" cellspacing="0" cellpadding="4">



More information about the cvs-log mailing list