File: AgentWindowTabStop.dtl

package info (click to toggle)
otrs2 2.0.4p01-18
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,900 kB
  • ctags: 4,437
  • sloc: perl: 81,607; xml: 8,135; sql: 8,013; sh: 1,113; makefile: 22; php: 16
file content (59 lines) | stat: -rw-r--r-- 1,872 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# --
# AgentWindowTabStop.dtl - provides HTML form for window tabs
# Copyright (C) 2001-2004 Martin Edenhofer <martin+code@otrs.org>
# --
# $Id: AgentWindowTabStop.dtl,v 1.7 2004/10/15 07:59:55 martin Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --

                    </div>
                    <br>
                    <table border="0" cellpadding="5" cellspacing="0" width="100%">
                      <tr>
                        <td>&nbsp;</td>
                        <td align="right">
<!-- dtl:block:Layer1Footer -->
                          <input type="submit" value="$Text{"$QData{"Text"}"}" name="$QData{"Name"}">
<!-- dtl:block:Layer1Footer -->
                        </td>
                      </tr>
                    </table>
                  </td>
                </tr>
              </table>
              <table border="0" cellpadding="5" cellspacing="0" width="100%">
                <tr>
<!-- dtl:block:Layer0Footer -->
                  <td>
                    <input type="submit" value="$Text{"$QData{"Text"}"}" name="$QData{"Name"}">
                  </td>
<!-- dtl:block:Layer0Footer -->
                </tr>
              </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td align="left" class="mainbody">
<!-- dtl:block:Required -->
    <div class="required">* $Text{"$QData{"Description"}"}</div>
<!-- dtl:block:Required -->

<!-- dtl:block:Readonly -->
    <div class="readonly">* $Text{"$QData{"Description"}"}</div>
<!-- dtl:block:Readonly -->

<!-- dtl:block:Footnote -->
    <div class="footnote">* $Text{"$QData{"Description"}"}<div>
<!-- dtl:block:Footnote -->
    </td>
  </tr>
</table>
</form>
<br>
<!-- end form -->