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

« back to all changes in this revision

Viewing changes to Kernel/Output/HTML/Standard/AdminRoleGroupChangeForm.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
# AdminRoleGroupChangeForm.dtl - provides HTML form for AdminInterface
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: AdminRoleGroupChangeForm.dtl,v 1.6 2005/10/20 21:25:36 martin Exp $
 
5
# $Id: AdminRoleGroupChangeForm.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
10
10
# --
11
11
<!-- start form -->
12
12
<table border="0" width="100%" cellspacing="0" cellpadding="3">
13
 
<tr>
14
 
  <td class="mainhead">
15
 
    $Env{"Box0"}$Text{"Roles <-> Groups Management"}$Env{"Box1"}
16
 
  </td>
17
 
</tr>
18
 
<tr align="center">
19
 
  <td class="mainbody">
20
 
 
21
 
  <br>
22
 
 
23
 
  <form action="$Env{"CGIHandle"}" method="post">
24
 
  <input type="hidden" name="Action" value="$Env{"Action"}">
25
 
  <input type="hidden" name="Subaction" value="Change$QData{"Type"}">
26
 
  <table width="700" cellspacing="0" cellpadding="4">
27
 
  <tr valign="top">
28
 
    <td class="contenthead">$Text{"Change %s settings", "$Data{"Type"}"}:</td>
29
 
  </tr>
30
13
  <tr>
31
 
    <td align="center" class="contentbody">
32
 
    $Data{"OptionStrg0"}
33
 
    </td>
34
 
  </tr>
35
 
  <tr class="contentfooter">
36
 
    <td class="contentvalue"><input class="button" type="submit" value="$Text{"submit"}"></td>
37
 
  </tr>
38
 
  </table>
39
 
  </form>
40
 
 
41
 
  <br>
42
 
 
43
 
  </td>
44
 
</tr>
 
14
    <td class="mainhead">
 
15
      $Env{"Box0"}$Text{"Roles <-> Groups Management"}$Env{"Box1"}
 
16
    </td>
 
17
  </tr>
 
18
  <tr align="center">
 
19
    <td class="mainbody">
 
20
 
 
21
      <br>
 
22
 
 
23
      <form action="$Env{"CGIHandle"}" method="post">
 
24
        <input type="hidden" name="Action" value="$Env{"Action"}">
 
25
        <input type="hidden" name="Subaction" value="Change$QData{"Type"}">
 
26
        <table width="700" cellspacing="0" cellpadding="4">
 
27
          <tr valign="top">
 
28
            <td class="contenthead">$Text{"Change %s settings", "$Data{"Type"}"}:</td>
 
29
          </tr>
 
30
          <tr>
 
31
            <td align="center" class="contentbody">
 
32
              $Data{"OptionStrg0"}
 
33
            </td>
 
34
          </tr>
 
35
          <tr class="contentfooter">
 
36
            <td class="contentvalue"><input class="button" type="submit" value="$Text{"submit"}"></td>
 
37
          </tr>
 
38
        </table>
 
39
      </form>
 
40
 
 
41
      <br>
 
42
 
 
43
    </td>
 
44
  </tr>
45
45
</table>
46
46
<!-- end form -->
47
47
 
48
48
<!-- start note -->
49
49
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
50
 
<tr>
51
 
  <td class="mainhead">
52
 
    $Env{"Box0"}$Text{"Note"}$Env{"Box1"}
53
 
  </td>
54
 
</tr>
55
 
<tr>
56
 
  <td class="mainbody">
57
 
  <p>
58
 
  $Text{"Select the user:group permissions."} $Text{"If nothing is selected, then there are no permissions in this group (tickets will not be available for the user)."}
59
 
  </p>
60
 
  <table>
61
 
  <tr valign="top">
62
 
    <th width="30%">$Text{"Permission"}</th>
63
 
    <th>$Text{"Description"}</th>
64
 
  </tr>
65
 
  <tr valign="top">
66
 
    <td>$Text{"ro"}</td>
67
 
    <td>$Text{"Read only access to the ticket in this group/queue."}</td>
68
 
  </tr>
69
 
  <tr valign="top">
70
 
    <td>$Text{"move_into"}</td>
71
 
    <td>$Text{"Permissions to move tickets into this group/queue."}</td>
72
 
  </tr>
73
 
  <tr valign="top">
74
 
    <td>$Text{"create"}</td>
75
 
    <td>$Text{"Permissions to create tickets in this group/queue."}</td>
76
 
  </tr>
77
 
  <tr valign="top">
78
 
    <td>$Text{"owner"}</td>
79
 
    <td>$Text{"Permissions to change the ticket owner in this group/queue."}</td>
80
 
  </tr>
81
 
  <tr valign="top">
82
 
    <td>$Text{"priority"}</td>
83
 
    <td>$Text{"Permissions to change the ticket priority in this group/queue."}</td>
84
 
  </tr>
85
 
  <tr valign="top">
86
 
    <td>$Text{"rw"}</td>
87
 
    <td>$Text{"Full read and write access to the tickets in this group/queue."}</td>
88
 
  </tr>
89
 
  </table>
90
 
  </td>
91
 
</tr>
 
50
  <tr>
 
51
    <td class="mainhead">
 
52
      $Env{"Box0"}$Text{"Note"}$Env{"Box1"}
 
53
    </td>
 
54
  </tr>
 
55
  <tr>
 
56
    <td class="mainbody">
 
57
      <p>
 
58
        $Text{"Select the user:group permissions."} $Text{"If nothing is selected, then there are no permissions in this group (tickets will not be available for the user)."}
 
59
      </p>
 
60
      <table>
 
61
        <tr valign="top">
 
62
          <th width="30%">$Text{"Permission"}</th>
 
63
          <th>$Text{"Description"}</th>
 
64
        </tr>
 
65
        <tr valign="top">
 
66
          <td>$Text{"ro"}</td>
 
67
          <td>$Text{"Read only access to the ticket in this group/queue."}</td>
 
68
        </tr>
 
69
        <tr valign="top">
 
70
          <td>$Text{"move_into"}</td>
 
71
          <td>$Text{"Permissions to move tickets into this group/queue."}</td>
 
72
        </tr>
 
73
        <tr valign="top">
 
74
          <td>$Text{"create"}</td>
 
75
          <td>$Text{"Permissions to create tickets in this group/queue."}</td>
 
76
        </tr>
 
77
        <tr valign="top">
 
78
          <td>$Text{"owner"}</td>
 
79
          <td>$Text{"Permissions to change the ticket owner in this group/queue."}</td>
 
80
        </tr>
 
81
        <tr valign="top">
 
82
          <td>$Text{"priority"}</td>
 
83
          <td>$Text{"Permissions to change the ticket priority in this group/queue."}</td>
 
84
        </tr>
 
85
        <tr valign="top">
 
86
          <td>$Text{"rw"}</td>
 
87
          <td>$Text{"Full read and write access to the tickets in this group/queue."}</td>
 
88
        </tr>
 
89
      </table>
 
90
    </td>
 
91
  </tr>
92
92
</table>
93
93
<!-- end note -->