diff --git a/livesupport/modules/htmlUI/var/templates/file/list.tpl b/livesupport/modules/htmlUI/var/templates/file/list.tpl
index fc180c478..5747c320e 100755
--- a/livesupport/modules/htmlUI/var/templates/file/list.tpl
+++ b/livesupport/modules/htmlUI/var/templates/file/list.tpl
@@ -2,15 +2,19 @@
{if $START.pid}
##go up##
{/if}
+
{include file="file/path.tpl"}
+
+
+
diff --git a/livesupport/modules/htmlUI/var/templates/file/path.tpl b/livesupport/modules/htmlUI/var/templates/file/path.tpl
index e1888a356..8903e4e3f 100755
--- a/livesupport/modules/htmlUI/var/templates/file/path.tpl
+++ b/livesupport/modules/htmlUI/var/templates/file/path.tpl
@@ -1,13 +1,13 @@
-{*Smarty template*}
|
-
##Tree view##
- |
- ##Folder Structure##:
- {foreach from=$structure.pathdata item=o}
- {if $o.type == 'Folder'}
-
##{$o.name}## /
- {else}
- ##{$o.name}##
- {/if}
- {/foreach}
-
##new folder##
+
##Tree view##
+ |
+##Folder Structure##:
+{foreach from=$structure.pathdata item=o}
+ {if $o.type == 'Folder'}
+
##{$o.name}## /
+ {else}
+ ##{$o.name}##
+ {/if}
+{/foreach}
+
+
diff --git a/livesupport/modules/htmlUI/var/templates/file/permissions.tpl b/livesupport/modules/htmlUI/var/templates/file/permissions.tpl
index 4aa0a7704..970fa66c8 100755
--- a/livesupport/modules/htmlUI/var/templates/file/permissions.tpl
+++ b/livesupport/modules/htmlUI/var/templates/file/permissions.tpl
@@ -1,8 +1,12 @@
-
-{include file="sub/x.tpl"}
+
+
+
+ Subject Name |
+ Action |
+ Permission |
+ |
+
-
- Subject Name | Action | Permission | |
{if (is_array($permissions.perms) && count($permissions.perms)>0)}
@@ -21,14 +25,14 @@
{* "?>> *}{$row.login} |
{$row.action} |
{$da} |
-
+ |
[remove]
|
{/foreach}
{else}
- No Permissions set. |
+ No Permissions set. |
{/if}
diff --git a/livesupport/modules/htmlUI/var/templates/footer.tpl b/livesupport/modules/htmlUI/var/templates/footer.tpl
index 390d30924..a3a10bb00 100644
--- a/livesupport/modules/htmlUI/var/templates/footer.tpl
+++ b/livesupport/modules/htmlUI/var/templates/footer.tpl
@@ -1,4 +1,4 @@
- LiveSupport 0.9.1 build 2005-05-07 ©2005
MDLF - maintained and distributed under GNU/GPL by
CAMPWARE
+ LiveSupport 1.0 rc ©2005
MDLF - maintained and distributed under GNU/GPL by
CAMPWARE