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> </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 -->
|