diff --git a/livesupport/modules/htmlUI/var/templates/file/edit.tpl b/livesupport/modules/htmlUI/var/templates/file/edit.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/file/list.tpl b/livesupport/modules/htmlUI/var/templates/file/list.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/file/metadataform.tpl b/livesupport/modules/htmlUI/var/templates/file/metadataform.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/file/objects.tpl b/livesupport/modules/htmlUI/var/templates/file/objects.tpl
old mode 100755
new mode 100644
index 126033c62..1121d412d
--- a/livesupport/modules/htmlUI/var/templates/file/objects.tpl
+++ b/livesupport/modules/htmlUI/var/templates/file/objects.tpl
@@ -1,77 +1,77 @@
-{assign var="_PL_activeId" value=$PL->getActiveId()}
-
-
-{if $START.pid}
-
##go up##
-{/if}
-
-{include file="file/path.tpl"}
-
-
-
+{if $START.pid}
+
##go up##
+{/if}
+
+{include file="file/path.tpl"}
+
+
+
-
-
- Subject Name
- Action
- Permission
-
-
-
-
- {if (is_array($permissions.perms) && count($permissions.perms)>0)}
-
- {foreach from=$permissions.perms item=row}
- {if $row.type eq 'A'}
- {assign var='da' value='allow'}
- {else}
- {if $row.type eq 'D'}
- {assign var='da' value='deny'}
- {else}
- {assign var='da' value=$row.type}
- {/if}
- {/if}
-
-
- {* "?>> *}{$row.login}
- {$row.action}
- {$da}
-
- [remove]
-
-
- {/foreach}
- {else}
- No Permissions set.
- {/if}
-
-
-
-
-
-
+
+
+
+ Subject Name
+ Action
+ Permission
+
+
+
+
+ {if (is_array($permissions.perms) && count($permissions.perms)>0)}
+
+ {foreach from=$permissions.perms item=row}
+ {if $row.type eq 'A'}
+ {assign var='da' value='allow'}
+ {else}
+ {if $row.type eq 'D'}
+ {assign var='da' value='deny'}
+ {else}
+ {assign var='da' value=$row.type}
+ {/if}
+ {/if}
+
+
+ {* "?>> *}{$row.login}
+ {$row.action}
+ {$da}
+
+ [remove]
+
+
+ {/foreach}
+ {else}
+ No Permissions set.
+ {/if}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/livesupport/modules/htmlUI/var/templates/file/tabswitch.js.tpl b/livesupport/modules/htmlUI/var/templates/file/tabswitch.js.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/file/tree.tpl b/livesupport/modules/htmlUI/var/templates/file/tree.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/header.tpl b/livesupport/modules/htmlUI/var/templates/header.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/library/actionhandler.tpl b/livesupport/modules/htmlUI/var/templates/library/actionhandler.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/library/browseForm.tpl b/livesupport/modules/htmlUI/var/templates/library/browseForm.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/library/dynForm_browse.tpl b/livesupport/modules/htmlUI/var/templates/library/dynForm_browse.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/library/main.tpl b/livesupport/modules/htmlUI/var/templates/library/main.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/library/results.tpl b/livesupport/modules/htmlUI/var/templates/library/results.tpl
old mode 100755
new mode 100644
index dc872e0d9..b1aa33e50
--- a/livesupport/modules/htmlUI/var/templates/library/results.tpl
+++ b/livesupport/modules/htmlUI/var/templates/library/results.tpl
@@ -1,82 +1,82 @@
-{assign var="_PL_activeId" value=$PL->getActiveId()}
-
-{if $_results.cnt > 0}
-
-
-{else}
- ##No match found.##
-{/if}
-
-{assign var="_PL_activeId" value=null}
-{assign var="_duration" value=null}
+{assign var="_PL_activeId" value=$PL->getActiveId()}
+
+{if $_results.cnt > 0}
+
+
+{else}
+ ##No match found.##
+{/if}
+
+{assign var="_PL_activeId" value=null}
+{assign var="_duration" value=null}
diff --git a/livesupport/modules/htmlUI/var/templates/library/searchForm.js.tpl b/livesupport/modules/htmlUI/var/templates/library/searchForm.js.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/library/searchForm.tpl b/livesupport/modules/htmlUI/var/templates/library/searchForm.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/library/simpleSearchForm.tpl b/livesupport/modules/htmlUI/var/templates/library/simpleSearchForm.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/loader/index.tpl b/livesupport/modules/htmlUI/var/templates/loader/index.tpl
old mode 100755
new mode 100644
index f2058958a..ed14a6a35
--- a/livesupport/modules/htmlUI/var/templates/loader/index.tpl
+++ b/livesupport/modules/htmlUI/var/templates/loader/index.tpl
@@ -1,7 +1,7 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/livesupport/modules/htmlUI/var/templates/main.tpl b/livesupport/modules/htmlUI/var/templates/main.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/masterpanel.tpl b/livesupport/modules/htmlUI/var/templates/masterpanel.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/menu.tpl b/livesupport/modules/htmlUI/var/templates/menu.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/playlist/actionhandler.tpl b/livesupport/modules/htmlUI/var/templates/playlist/actionhandler.tpl
old mode 100755
new mode 100644
diff --git a/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl b/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl
old mode 100755
new mode 100644
index 88ea01873..6f96270c4
--- a/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl
+++ b/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl
@@ -1,90 +1,90 @@
-
-
-
-
-
+
+
+
+
+
{assign var="_duration" value=null}
\ No newline at end of file
diff --git a/livesupport/modules/htmlUI/var/templates/playlist/editor_dragitem.tpl b/livesupport/modules/htmlUI/var/templates/playlist/editor_dragitem.tpl
old mode 100755
new mode 100644
index 41946d484..c8c2d9d15
--- a/livesupport/modules/htmlUI/var/templates/playlist/editor_dragitem.tpl
+++ b/livesupport/modules/htmlUI/var/templates/playlist/editor_dragitem.tpl
@@ -1,145 +1,145 @@
-
-
-
-
##Playlist Editor##
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{assign var="_duration" value=null}
-
-
-
-
-
+