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

« back to all changes in this revision

Viewing changes to Kernel/Output/HTML/Standard/AdminNavigationBar.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
# AdminNavigationBar.dtl - provides global HTML NavigationBar
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: AdminNavigationBar.dtl,v 1.29 2005/02/16 16:49:13 martin Exp $
 
5
# $Id: AdminNavigationBar.dtl,v 1.31 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
<!-- dtl:block:AdminNavBar -->
12
12
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
13
 
<tr>
14
 
  <td class="mainhead">$Env{"Box0"}$Text{"Admin-Area"}$Env{"Box1"}</td>
15
 
</tr>
 
13
  <tr>
 
14
    <td class="mainhead">$Env{"Box0"}$Text{"Admin-Area"}$Env{"Box1"}</td>
 
15
  </tr>
16
16
</table>
17
17
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="4">
18
 
<tr>
19
 
  <th class="menu">$Text{"Users"} & $Text{"Groups"} & $Text{"Roles"}</th>
20
 
  <th class="menu">$Text{"Queue"} & $Text{"Responses"}</th>
21
 
  <th class="menu">$Text{"System"}</th>
22
 
  <th class="menu">$Text{"Misc"}</th>
23
 
</tr>
24
 
<tr>
25
 
  <td class="nav">
26
 
<!-- dtl:block:Block1 -->
27
 
    $Env{"Box0"}<a href="$Env{"Baselink"}Action=$QData{"Frontend::Module"}">$Text{"$Data{"Name"}"}</a>$Env{"Box1"}
28
 
    <br>
29
 
<!-- dtl:block:Block1 -->
30
 
  </td>
31
 
  <td class="nav">
32
 
<!-- dtl:block:Block2 -->
33
 
    $Env{"Box0"}<a href="$Env{"Baselink"}Action=$QData{"Frontend::Module"}">$Text{"$Data{"Name"}"}</a>$Env{"Box1"}
34
 
    <br>
35
 
<!-- dtl:block:Block2 -->
36
 
  </td>
37
 
  <td class="nav">
38
 
<!-- dtl:block:Block3 -->
39
 
    $Env{"Box0"}<a href="$Env{"Baselink"}Action=$QData{"Frontend::Module"}">$Text{"$Data{"Name"}"}</a>$Env{"Box1"}
40
 
    <br>
41
 
<!-- dtl:block:Block3 -->
42
 
  </td>
43
 
  <td class="nav">
44
 
<!-- dtl:block:Block4 -->
45
 
    $Env{"Box0"}<a href="$Env{"Baselink"}Action=$QData{"Frontend::Module"}">$Text{"$Data{"Name"}"}</a>$Env{"Box1"}
46
 
    <br>
47
 
<!-- dtl:block:Block4 -->
48
 
  </td>
49
 
</tr>
 
18
  <tr>
 
19
    <th class="menu">$Text{"Users"} & $Text{"Groups"} & $Text{"Roles"}</th>
 
20
    <th class="menu">$Text{"Queue"} & $Text{"Responses"}</th>
 
21
    <th class="menu">$Text{"System"}</th>
 
22
    <th class="menu">$Text{"Misc"}</th>
 
23
  </tr>
 
24
  <tr>
 
25
    <td class="nav">
 
26
<!-- dtl:block:Block1 -->
 
27
      $Env{"Box0"}<a href="$Env{"Baselink"}Action=$QData{"Frontend::Module"}">$Text{"$Data{"Name"}"}</a>$Env{"Box1"}
 
28
      <br>
 
29
<!-- dtl:block:Block1 -->
 
30
    </td>
 
31
    <td class="nav">
 
32
<!-- dtl:block:Block2 -->
 
33
      $Env{"Box0"}<a href="$Env{"Baselink"}Action=$QData{"Frontend::Module"}">$Text{"$Data{"Name"}"}</a>$Env{"Box1"}
 
34
      <br>
 
35
<!-- dtl:block:Block2 -->
 
36
    </td>
 
37
    <td class="nav">
 
38
<!-- dtl:block:Block3 -->
 
39
      $Env{"Box0"}<a href="$Env{"Baselink"}Action=$QData{"Frontend::Module"}">$Text{"$Data{"Name"}"}</a>$Env{"Box1"}
 
40
      <br>
 
41
<!-- dtl:block:Block3 -->
 
42
    </td>
 
43
    <td class="nav">
 
44
<!-- dtl:block:Block4 -->
 
45
      $Env{"Box0"}<a href="$Env{"Baselink"}Action=$QData{"Frontend::Module"}">$Text{"$Data{"Name"}"}</a>$Env{"Box1"}
 
46
      <br>
 
47
<!-- dtl:block:Block4 -->
 
48
    </td>
 
49
  </tr>
50
50
</table>
51
51
<!-- dtl:block:AdminNavBar -->