Update of /cvsroot/openinteract/OpenInteract/pkg/base_box/template
In directory usw-pr-cvs1:/tmp/cvs-serv1651/template
Modified Files:
admin_tools_box.tmpl
Log Message:
added new items to the admin toolbox
Index: admin_tools_box.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_box/template/admin_tools_box.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** admin_tools_box.tmpl 2001/09/22 16:32:07 1.4
--- admin_tools_box.tmpl 2001/10/18 02:18:25 1.5
***************
*** 1,21 ****
! [%- th = OI.theme_properties -%]
! [%- DEFAULT label = 'Admin Tools' -%]
!
! <font size="-1">
! [% th.bullet %] <a href="/Error/">Error browser</a><br>
! [% th.bullet %] Group (<a href="/Group/">List</a> |
<a href="/Group/show/?edit=1">New</a>)<br>
! [% th.bullet %] <a href="/Package/">Package</a><br>
! [% th.bullet %] <a href="/Security/">Security</a><br>
! [% th.bullet %] Static page (<a href="/BasicPage/listing/">List</a> |
<a href="/BasicPage/show/?edit=1">New</a>)<br>
! [% th.bullet %] Template (<a href="/SiteTemplate/">List</a> |
<a href="/SiteTemplate/show/?edit=1">New</a>)<br>
! [% th.bullet %] <a href="/SystemDoc/listing/">System documentation</a><br>
! [% th.bullet %] Theme (<a href="/Theme/listing/">List</a> |
<a href="/Theme/show/?edit=1">New</a>)<br>
! [% th.bullet %] User (<a href="/User/">Search</a> |
<a href="/User/show/?edit=1">New</a>)<br>
!
! </font>
--- 1,20 ----
! [%- DEFAULT theme = OI.theme_properties -%]
! <font size="-1">
! [% theme.bullet %] <a href="/Error/">Error browser</a><br>
! [% theme.bullet %] Group (<a href="/Group/">List</a> |
<a href="/Group/show/?edit=1">New</a>)<br>
! [% theme.bullet %] <a href="/Lookups/">Lookup Tables</a><br>
! [% theme.bullet %] <a href="/ObjectActivity/">Object Activity</a><br>
! [% theme.bullet %] <a href="/Package/">Package</a><br>
! [% theme.bullet %] <a href="/Security/">Security</a><br>
! [% theme.bullet %] Static page (<a href="/BasicPage/listing/">List</a> |
<a href="/BasicPage/show/?edit=1">New</a>)<br>
! [% theme.bullet %] Template (<a href="/SiteTemplate/">List</a> |
<a href="/SiteTemplate/show/?edit=1">New</a>)<br>
! [% theme.bullet %] <a href="/SystemDoc/listing/">System documentation</a><br>
! [% theme.bullet %] Theme (<a href="/Theme/listing/">List</a> |
<a href="/Theme/show/?edit=1">New</a>)<br>
! [% theme.bullet %] User (<a href="/User/">Search</a> |
<a href="/User/show/?edit=1">New</a>)<br>
! </font>
|