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

« back to all changes in this revision

Viewing changes to Kernel/Output/HTML/Standard/AdminCustomerUserGroupChangeForm.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
# AdminCustomerUserGroupChangeForm.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: AdminCustomerUserGroupChangeForm.dtl,v 1.5 2005/06/22 04:58:40 martin Exp $
 
5
# $Id: AdminCustomerUserGroupChangeForm.dtl,v 1.6 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{"Customer Users <-> 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$Data{"Type"}">
26
 
 
27
 
  <table width="500" cellspacing="0" cellpadding="4">
28
 
  <tr valign="top">
29
 
    <td class="contenthead">$Text{"Change %s settings", "$Data{"Type"}"}:</td>
30
 
  </tr>
31
13
  <tr>
32
 
    <td align="center" class="contentbody">
33
 
    $Data{"OptionStrg0"}
34
 
    </td>
35
 
  </tr>
36
 
  <tr class="contentfooter">
37
 
    <td class="contentvalue"><input class="button" type="submit" value="$Text{"submit"}"></td>
38
 
  </tr>
39
 
  </table>
40
 
  </form>
41
 
 
42
 
  <br>
43
 
 
44
 
  </td>
45
 
</tr>
 
14
    <td class="mainhead">
 
15
      $Env{"Box0"}$Text{"Customer Users <-> 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$Data{"Type"}">
 
26
 
 
27
        <table width="500" cellspacing="0" cellpadding="4">
 
28
          <tr valign="top">
 
29
            <td class="contenthead">$Text{"Change %s settings", "$Data{"Type"}"}:</td>
 
30
          </tr>
 
31
          <tr>
 
32
            <td align="center" class="contentbody">
 
33
              $Data{"OptionStrg0"}
 
34
            </td>
 
35
          </tr>
 
36
          <tr class="contentfooter">
 
37
            <td class="contentvalue"><input class="button" type="submit" value="$Text{"submit"}"></td>
 
38
          </tr>
 
39
        </table>
 
40
      </form>
 
41
 
 
42
      <br>
 
43
 
 
44
    </td>
 
45
  </tr>
46
46
</table>
47
47
<!-- end form -->
48
48
 
49
49
<!-- start note -->
50
50
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
51
 
<tr>
52
 
  <td class="mainhead">
53
 
    <b>$Env{"Box0"}$Text{"Note"}$Env{"Box1"}</b>
54
 
  </td>
55
 
</tr>
56
 
<tr>
57
 
  <td class="mainbody">
58
 
  <p>
59
 
  $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)."}
60
 
  </p>
61
 
  <table>
62
 
  <tr valign="top">
63
 
    <th width="30%">$Text{"Permission"}</th>
64
 
    <th>$Text{"Description"}</th>
65
 
  </tr>
66
 
  <tr valign="top">
67
 
    <td>$Text{"ro"}</td>
68
 
    <td>$Text{"Read only access to the ticket in this group/queue."}</td>
69
 
  </tr>
70
 
  <tr valign="top">
71
 
    <td>$Text{"rw"}</td>
72
 
    <td>$Text{"Full read and write access to the tickets in this group/queue."}</td>
73
 
  </tr>
74
 
  </table>
75
 
  </td>
76
 
</tr>
 
51
  <tr>
 
52
    <td class="mainhead">
 
53
      <b>$Env{"Box0"}$Text{"Note"}$Env{"Box1"}</b>
 
54
    </td>
 
55
  </tr>
 
56
  <tr>
 
57
    <td class="mainbody">
 
58
      <p>
 
59
        $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)."}
 
60
      </p>
 
61
      <table>
 
62
        <tr valign="top">
 
63
          <th width="30%">$Text{"Permission"}</th>
 
64
          <th>$Text{"Description"}</th>
 
65
        </tr>
 
66
        <tr valign="top">
 
67
          <td>$Text{"ro"}</td>
 
68
          <td>$Text{"Read only access to the ticket in this group/queue."}</td>
 
69
        </tr>
 
70
        <tr valign="top">
 
71
          <td>$Text{"rw"}</td>
 
72
          <td>$Text{"Full read and write access to the tickets in this group/queue."}</td>
 
73
        </tr>
 
74
      </table>
 
75
    </td>
 
76
  </tr>
77
77
</table>
78
78
<!-- end note -->