summary refs log tree commit diff stats
path: root/theme/admin/managePages.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-19 20:46:07 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-19 20:46:07 -0500
commit51337807124d7f57d6cff6656d41b5fd57010c6b (patch)
tree1e620e6e10c6deed4715d1f0615b81f71f53280c /theme/admin/managePages.tpl
parentc8551e2509fe68c77b0efe9b22f4dbadff981473 (diff)
downloadfourisland-51337807124d7f57d6cff6656d41b5fd57010c6b.tar.gz
fourisland-51337807124d7f57d6cff6656d41b5fd57010c6b.tar.bz2
fourisland-51337807124d7f57d6cff6656d41b5fd57010c6b.zip
Removed 'wiki' module
Since MediaWiki was introduced to Four Island, the old wiki module hasn't been used, so it is not necessary to be present.
Diffstat (limited to 'theme/admin/managePages.tpl')
-rwxr-xr-xtheme/admin/managePages.tpl23
1 files changed, 0 insertions, 23 deletions
diff --git a/theme/admin/managePages.tpl b/theme/admin/managePages.tpl deleted file mode 100755 index eef8c75..0000000 --- a/theme/admin/managePages.tpl +++ /dev/null
@@ -1,23 +0,0 @@
1<H2>Manage Pages</H2>
2
3<TABLE WIDTH="100%" CLASS="webmail">
4 <TR>
5 <TH>Page Title</TH>
6 <TH>Revision Author</TH>
7 <TH>Actions</TH>
8 </TR>
9
10 <!--BEGIN PAGE-->
11 <TR>
12 <TD><!--PAGE.TITLE--></TD>
13 <TD><!--PAGE.AUTHOR--></TD>
14
15 <TD>
16 <A HREF="/admin/pageHistory.php?id=<!--PAGE.ID-->"><IMG SRC="/theme/images/icons/page_edit.png" ALT="View History"></A>
17 <A HREF="/wiki/<!--PAGE.CODED-->/"><IMG SRC="/theme/images/icons/page_go.png" ALT="View"></A>
18 </TD>
19 </TR>
20 <!--END PAGE-->
21</TABLE>
22
23<A HREF="/admin/">Back to Admin Panel</A>