Update of /cvsroot/openinteract/OpenInteract/pkg/base_box/template
In directory usw-pr-cvs1:/tmp/cvs-serv31107/pkg/base_box/template
Modified Files:
admin_tools_box.tmpl
Log Message:
fix the admin toolbox to work with base_page url (/Page/) rather than
static_page url (/BasicPage/). Confusing...
Index: admin_tools_box.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_box/template/admin_tools_box.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** admin_tools_box.tmpl 2001/10/18 02:18:25 1.5
--- admin_tools_box.tmpl 2001/10/25 15:29:49 1.6
***************
*** 9,14 ****
[% 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>
--- 9,14 ----
[% theme.bullet %] <a href="/Package/">Package</a><br>
[% theme.bullet %] <a href="/Security/">Security</a><br>
! [% theme.bullet %] Static page (<a href="/Page/directory_list/">List</a> |
! <a href="/Page/create/">New</a>)<br>
[% theme.bullet %] Template (<a href="/SiteTemplate/">List</a> |
<a href="/SiteTemplate/show/?edit=1">New</a>)<br>
|