+
{if $i.type|lower eq 'folder'}
[{$i.title|truncate:30}]
@@ -32,7 +32,7 @@
{/if}
|
- {$i.type|lower|capitalize} |
+ {$i.type|lower|capitalize} |
##move##
diff --git a/livesupport/modules/htmlUI/var/templates/library/actionhandler.tpl b/livesupport/modules/htmlUI/var/templates/library/actionhandler.tpl
index afa55d1bc..baa60c7ec 100755
--- a/livesupport/modules/htmlUI/var/templates/library/actionhandler.tpl
+++ b/livesupport/modules/htmlUI/var/templates/library/actionhandler.tpl
@@ -1,5 +1,5 @@
{include file="sub/mouseover.tpl"}
-onClick="return contextmenu('{$i.id}'
+onClick="hidealttextnow(); return contextmenu('{$i.id}'
, 'SP.addItem'
{if $i.type|lower == 'audioclip'}
diff --git a/livesupport/modules/htmlUI/var/templates/main.tpl b/livesupport/modules/htmlUI/var/templates/main.tpl
index 54b13585f..4c1905a6b 100755
--- a/livesupport/modules/htmlUI/var/templates/main.tpl
+++ b/livesupport/modules/htmlUI/var/templates/main.tpl
@@ -1,5 +1,3 @@
-{*Smarty template*}
-
{include file="header.tpl"}
{include file="masterpanel.tpl"}
diff --git a/livesupport/modules/htmlUI/var/templates/masterpanel.tpl b/livesupport/modules/htmlUI/var/templates/masterpanel.tpl
index fea202afe..8a8da73a7 100755
--- a/livesupport/modules/htmlUI/var/templates/masterpanel.tpl
+++ b/livesupport/modules/htmlUI/var/templates/masterpanel.tpl
@@ -1,6 +1,3 @@
-{*Smarty template*}
-
-
{include file="statusbar.tpl"}
{if $showMenuTop}
diff --git a/livesupport/modules/htmlUI/var/templates/playlist/actionhandler.tpl b/livesupport/modules/htmlUI/var/templates/playlist/actionhandler.tpl
index cf7694ef5..04539a968 100755
--- a/livesupport/modules/htmlUI/var/templates/playlist/actionhandler.tpl
+++ b/livesupport/modules/htmlUI/var/templates/playlist/actionhandler.tpl
@@ -1,2 +1,2 @@
{include file="sub/mouseover.tpl"}
-onClick="return contextmenu('{$i.attrs.id}', {if $i.type|lower == "audioclip"}'listen', '{$i.gunid}', {/if} 'PL.removeItem')"
+onClick="hidealttextnow(); return contextmenu('{$i.attrs.id}', {if $i.type|lower == "audioclip"}'listen', '{$i.gunid}', {/if} 'PL.removeItem')"
diff --git a/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl b/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl
index fe7a370bc..2f4bb8b76 100755
--- a/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl
+++ b/livesupport/modules/htmlUI/var/templates/playlist/editor.tpl
@@ -63,13 +63,13 @@
-
-
-
+
+
+
-
-
+
+
diff --git a/livesupport/modules/htmlUI/var/templates/playlist/metadata.tpl b/livesupport/modules/htmlUI/var/templates/playlist/metadata.tpl
index 3cdda06c6..bc8636d7f 100755
--- a/livesupport/modules/htmlUI/var/templates/playlist/metadata.tpl
+++ b/livesupport/modules/htmlUI/var/templates/playlist/metadata.tpl
@@ -14,11 +14,18 @@
{literal}
var MData_confirmChangeVisited = false;
+
function MData_confirmChange(element)
{
if (MData_confirmChangeVisited) return true;
- MData_confirmChangeVisited = true;
- if (confirm("##Are you sure you want to change existing metadata?##") == false) element.blur();
+
+ if (confirm("##Are you sure you want to change existing metadata?##")) {
+ MData_confirmChangeVisited = true;
+ return true;
+ } else {
+ document.forms['langswitch'].elements['target_langid'].focus();
+ return false;
+ }
}
function MData_submit()
diff --git a/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.changeTransition.tpl b/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.changeTransition.tpl
index 1c6b26345..b569f4228 100755
--- a/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.changeTransition.tpl
+++ b/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.changeTransition.tpl
@@ -1,6 +1,18 @@
{include file="popup/header.tpl"}
-{include file="sub/dynForm_plain.tpl"}
+
+
+
+
+
+
+ {include file="sub/dynForm_plain.tpl}
+ |
+
+
+ |
+
+
diff --git a/livesupport/modules/htmlUI/var/templates/popup/login.tpl b/livesupport/modules/htmlUI/var/templates/popup/login.tpl
index 61836f541..4e4d0c30b 100755
--- a/livesupport/modules/htmlUI/var/templates/popup/login.tpl
+++ b/livesupport/modules/htmlUI/var/templates/popup/login.tpl
@@ -1,6 +1,19 @@
{include file="popup/header.tpl"}
-{include file="sub/dynForm_plain.tpl}
+
+
+
+
+
+
+ {include file="sub/dynForm_plain.tpl}
+ |
+
+
+ |
+
+
+
|