~ubuntu-branches/ubuntu/natty/otrs2/natty-updates

« back to all changes in this revision

Viewing changes to Kernel/Output/HTML/Standard/AgentWindowTabStart.dtl

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2007-04-14 17:58:55 UTC
  • mto: (20.1.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: package-import@ubuntu.com-20070414175855-9ne0w01yu1q44ch0
Tags: upstream-2.1.7
ImportĀ upstreamĀ versionĀ 2.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# --
2
2
# AgentWindowTabStart.dtl - provides HTML form for window tabs
3
 
# Copyright (C) 2001-2005 Martin Edenhofer <martin+code@otrs.org>
 
3
# Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
4
4
# --
5
 
# $Id: AgentWindowTabStart.dtl,v 1.6 2005/01/11 10:05:08 martin Exp $
 
5
# $Id: AgentWindowTabStart.dtl,v 1.7 2006/08/29 16:56:06 martin Exp $
6
6
# --
7
7
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
8
8
# the enclosed file COPYING for license information (GPL). If you
11
11
<!-- start form -->
12
12
 
13
13
<form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data">
14
 
<input type="hidden" name="Action" value="$Env{"Action"}">
15
 
<table border="0" width="100%" cellspacing="0" cellpadding="3">
16
 
  <tr>
17
 
    <td class="mainbody">
18
 
      <br>
19
 
      <table border="0" cellpadding="0" cellspacing="0" width="99%">
20
 
        <tr>
21
 
          <td class="tablayer0">
 
14
  <input type="hidden" name="Action" value="$Env{"Action"}">
 
15
  <table border="0" width="100%" cellspacing="0" cellpadding="3">
 
16
    <tr>
 
17
      <td class="mainbody">
 
18
        <br>
 
19
        <table border="0" cellpadding="0" cellspacing="0" width="99%">
 
20
          <tr>
 
21
            <td class="tablayer0">
22
22
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
23
23
                <tr>
24
24
<!-- dtl:block:Tab -->
25
25
                  <td width="$QData{"Size"}%">
26
26
                    <div align="center">
27
 
                      <table border="0" width="95%" cellpadding="3" cellspacing="0">
28
 
                        <tr>
29
 
                          <td class="tab$Data{"Active"}">
30
 
                            <p align="center">
31
 
                              <input class="tab$Data{"Active"}" type="submit" value="$Text{"$Data{"Text"}"}" name="$Data{"Name"}">
32
 
                              <img border="0" src="$Env{"Images"}$Data{"Image"}">
33
 
                            </p>
34
 
                          </td>
35
 
                        </tr>
36
 
                      </table>
 
27
                    <table border="0" width="95%" cellpadding="3" cellspacing="0">
 
28
                      <tr>
 
29
                        <td class="tab$Data{"Active"}">
 
30
                          <p align="center">
 
31
                            <input class="tab$Data{"Active"}" type="submit" value="$Text{"$Data{"Text"}"}" name="$Data{"Name"}">
 
32
                            <img border="0" src="$Env{"Images"}$Data{"Image"}">
 
33
                          </p>
 
34
                        </td>
 
35
                      </tr>
 
36
                    </table>
37
37
                    </div>
38
38
                  </td>
39
39
<!-- dtl:block:Tab -->