diff --git a/livesupport/modules/htmlUI/var/formmask/generic.inc.php b/livesupport/modules/htmlUI/var/formmask/generic.inc.php
index 40a37c5ea..e78097fd8 100755
--- a/livesupport/modules/htmlUI/var/formmask/generic.inc.php
+++ b/livesupport/modules/htmlUI/var/formmask/generic.inc.php
@@ -79,8 +79,10 @@ $ui_fmask = array(
'options' => array(
5 => 5,
10 => 10,
- 25 => 25
+ 25 => 25,
+ 50 => 50
),
+ 'default' => 10,
'required' => TRUE
),
array(
diff --git a/livesupport/modules/htmlUI/var/templates/file/data.tpl b/livesupport/modules/htmlUI/var/templates/file/data.tpl
index fb65ee08f..424fa060c 100644
--- a/livesupport/modules/htmlUI/var/templates/file/data.tpl
+++ b/livesupport/modules/htmlUI/var/templates/file/data.tpl
@@ -2,7 +2,7 @@
{include file="sub/x.tpl"}
{if $fMetaData}
-
+
{/if}
{if $_analyzeFile}
{$_analyzeFile}
diff --git a/livesupport/modules/htmlUI/var/templates/file/objects.tpl b/livesupport/modules/htmlUI/var/templates/file/objects.tpl
index 7a0b2b5db..126033c62 100755
--- a/livesupport/modules/htmlUI/var/templates/file/objects.tpl
+++ b/livesupport/modules/htmlUI/var/templates/file/objects.tpl
@@ -35,7 +35,7 @@
{/if}
-  |
+  |
{* [rename] *}
##move##
diff --git a/livesupport/modules/htmlUI/var/templates/library/actionhandler.tpl b/livesupport/modules/htmlUI/var/templates/library/actionhandler.tpl
index 818143acd..559f41bd2 100755
--- a/livesupport/modules/htmlUI/var/templates/library/actionhandler.tpl
+++ b/livesupport/modules/htmlUI/var/templates/library/actionhandler.tpl
@@ -6,7 +6,7 @@ onClick="return contextmenu('{$i.id}'
{if $_PL_activeId}
, 'PL.addItem'
{else}
- , 'PL.create', '{$i.title|truncate:20}'
+ , 'PL.create', '{$i.title|truncate:20|escape:'html'}'
{/if}
, 'edit', '##audioclip##'
, 'delete', '##audioclip##'
diff --git a/livesupport/modules/htmlUI/var/templates/library/results.tpl b/livesupport/modules/htmlUI/var/templates/library/results.tpl
index 3d63254a0..dc872e0d9 100755
--- a/livesupport/modules/htmlUI/var/templates/library/results.tpl
+++ b/livesupport/modules/htmlUI/var/templates/library/results.tpl
@@ -27,7 +27,7 @@
| {$i.creator} |
{assign var="_duration" value=$i.duration}{niceTime in=$_duration} |
-
+
|
diff --git a/livesupport/modules/htmlUI/var/templates/playlist/actionhandler.tpl b/livesupport/modules/htmlUI/var/templates/playlist/actionhandler.tpl
index 74904d8c4..38f695dcb 100755
--- a/livesupport/modules/htmlUI/var/templates/playlist/actionhandler.tpl
+++ b/livesupport/modules/htmlUI/var/templates/playlist/actionhandler.tpl
@@ -1,2 +1,7 @@
style="cursor: pointer"
-onClick="return contextmenu('{$i.attrs.id}', {if $i.type|lower == "audioclip"}'listen', '{$i.gunid}', '{$i.type}', {/if} 'PL.removeItem')"
+onClick="return contextmenu('{$i.attrs.id}',
+ {if $i.type|lower == 'audioclip'}
+ 'listen', '{$i.gunid}', '{$i.type}',
+ {/if}
+ 'PL.removeItem'
+ )"
diff --git a/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl b/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl
index 55db9d0ea..88ea01873 100755
--- a/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl
+++ b/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl
@@ -43,7 +43,7 @@
{$i.creator} |
-
+
|
diff --git a/livesupport/modules/htmlUI/var/templates/playlist/editor_dragitem.tpl b/livesupport/modules/htmlUI/var/templates/playlist/editor_dragitem.tpl
index 5d4a07563..41946d484 100755
--- a/livesupport/modules/htmlUI/var/templates/playlist/editor_dragitem.tpl
+++ b/livesupport/modules/htmlUI/var/templates/playlist/editor_dragitem.tpl
@@ -57,7 +57,7 @@
|
{$i.creator} |
-
+
|
diff --git a/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.arrangeItems.tpl b/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.arrangeItems.tpl
index 368a45083..95be8acd6 100755
--- a/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.arrangeItems.tpl
+++ b/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.arrangeItems.tpl
@@ -1,96 +1,96 @@
-{include file="popup/header.tpl"}
-{include file="script/alttext.js.tpl"}
-
-
-
- ##Reorder Playlist##
- {$PL->title} {getHour time=$PL->duration}##h## {getMinute time=$PL->duration}##m## {getSecond time=$PL->duration}##s##
-
-
-
- {$UI_PL_DRAG_INTRO}
-
-
-
-
-
-{assign var="_duration" value=null}
-
-
-
-
-
-
- |